1. f7c4352 * add support for storing classmark1/2/3 per subscriber by Harald Welte · 15 years ago
  2. 9d12ea0 fix CONN FAIL and IPAC_DISCONNECT_IND log printing by Harald Welte · 15 years ago
  3. 60d68f1 missing newline in log message about measurement result by Harald Welte · 15 years ago
  4. 30b66d7 fix printing of measurement results by Harald Welte · 15 years ago
  5. 79f4ae6 [debug] Change DEBUGPC statements to contain \n (Andreas Eversberg) by Holger Freyther · 15 years ago
  6. f7b2a0e [rsl] Change logging of handling reason 0x18 in rsl_rx_conn_fail (Andreas Eversberg) by Holger Freyther · 15 years ago
  7. 45b407a With this patch, the TRAU muxing code supports not just bridging only. by Harald Welte · 15 years ago
  8. a4d49e9 Some messages have one or two length-value information elements. The is by Harald Welte · 15 years ago
  9. 75d34a8 fix two compiler warnings by Harald Welte · 15 years ago
  10. 440fed0 implement parsing and printing of RSL measurement results by Harald Welte · 15 years ago
  11. 3cf7c3f don't print rf resource indication messages, they clutter up the logs by Harald Welte · 15 years ago
  12. 6dab055 print cause for channel activate NACK by Harald Welte · 15 years ago
  13. e81899c fix printing of ip.access disconnect cause by Harald Welte · 15 years ago
  14. 9de2bf8 fix missing \n at end of debug statement by Harald Welte · 15 years ago
  15. ddab3c7 introduce new 'mode' parameter to RSL ACTIVATE CHANNEL by Harald Welte · 15 years ago
  16. 4a543e8 * more RSL and 04.08 constant defines by Harald Welte · 15 years ago
  17. 02b0e09 make sure all channels in one BTS use the same TSC (training sequence code) by Harald Welte · 15 years ago
  18. 7f93cea Ignore CONNECTION FAIL INDICATION cause 0x18 to make sure our phone calls survive on BS11. by Harald Welte · 15 years ago
  19. c169710 use RSL debug prefix in RSL code by Harald Welte · 15 years ago
  20. f325eb4 use new gsm_ts_name() funciton from debug statemens everywhere by Harald Welte · 15 years ago
  21. da78376 * ensure TCH/F are activated signalling-only by Harald Welte · 15 years ago
  22. 49dfa35 correctly print IPAC_CONNECT_ACK debug statement by Harald Welte · 15 years ago
  23. 167df88 * increased debug verbosity for ip.access BIDND_ACK processing by Harald Welte · 15 years ago
  24. 09e38af * introduce a callback function when paging completes (I know this is somewhat of an overlap by Harald Welte · 15 years ago
  25. 7509926 * introduce TLV parser definitions for RSL IE's by Harald Welte · 15 years ago
  26. d4c9bf3 * add bs_power and ms_power attributes to each channel and use them in channel activation by Harald Welte · 15 years ago
  27. 362322e For Phase2 and higher BTS, use the FULL IMMEDIATE ASSIGN INFO attribute, rather than IMMEDIATE ASSIGN INFO by Harald Welte · 15 years ago
  28. 3b91043 [ccch load] Enable notifications for CCCH/PAGING LOAD again by Holger Freyther · 15 years ago
  29. 392209c [paging] Introduce a variable containing the free paging slots by Holger Freyther · 15 years ago
  30. e79769b make sure certain functions are per TRX, not per BTS, such as by Harald Welte · 15 years ago
  31. 3aa8d6c [paging] This is paging my phone but it looks completely wrong... by Holger Freyther · 15 years ago
  32. 3b72a89 [paging] Implement the three Control Channel Descriptor methods... by Holger Freyther · 15 years ago
  33. 8c563cf [rsl] Decode RACH Load as well by Holger Freyther · 15 years ago
  34. 8f5e239 cosmetic/coding style fixes by Harald Welte · 15 years ago
  35. ea28044 add rudimentary code to debug-print the CCCH LOAD INDICATION by Harald Welte · 15 years ago
  36. 342a2c6 [abis] Do not confuse me again.... by Holger Freyther · 15 years ago
  37. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  38. 7448a53 Be able to initiate paging from the telnet interface by Holger Freyther · 15 years ago
  39. ca64da9 make use of new functions to print string chreq reason and lchan type by Harald Welte · 15 years ago
  40. 355701b Document where to find the how to determine the paging group by Holger Freyther · 16 years ago
  41. 36cbeff Document where Channel release is coming from by Holger Freyther · 16 years ago
  42. 817f3c8 add missing return statement by Harald Welte · 16 years ago
  43. 88ea832 Unite the acked/nacked handling in a common response... by Holger Freyther · 16 years ago
  44. 24893de Inform the bsc about acked or nacked channels... by Holger Freyther · 16 years ago
  45. 3186bf2 Add callback for allocated lchannels by Holger Freyther · 16 years ago
  46. 86f1812 Remove duplicate call... semantic should stay the same by Holger Freyther · 16 years ago
  47. 2cbe092 Print channel requests coming from paging command, print the reason in every message by Harald Welte · 16 years ago
  48. 255539c working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  49. 75a983f * add database handling * fix IMSI handling by Harald Welte · 16 years ago
  50. 2d5b638 * fix sending of wrong message discriminator for dedicated channel RSL msgs by Harald Welte · 16 years ago
  51. 9524e34 * lchan_free() the channels that we RF_CHAN_RELEASE by Harald Welte · 16 years ago
  52. 14537e5 * send RF CHANNEL RELEASE if we get CONNECTION FAIL INDICATION by Harald Welte · 16 years ago
  53. 0f7bf9c send RF CHANNEL RELEASE upon RELEASE INDICATION from BTS by Harald Welte · 16 years ago
  54. facfce9 whcih -> which by Holger Freyther · 16 years ago
  55. 4b63454 now we get up to the SETUP of MO calls by Harald Welte · 16 years ago
  56. 702d870 working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  57. ad38464 this is the first version that actually talks to the BTS by Harald Welte · 16 years ago
  58. 4f4a390 free incoming msg after processing by RSL by Harald Welte · 16 years ago
  59. 8470bf2 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 16 years ago
  60. 52b1f98 initial commit of current OpenBSC state by Harald Welte · 16 years ago