1. d5d39ae log: rsl notice: tiny tweak for readability by Neels Hofmeyr · 8 years ago
  2. 423269f log: improve for rsl_lchan_mark_broken() by Neels Hofmeyr · 8 years ago
  3. baa6c55 dyn TS: debug log: if still in use, also log lchan type and state by Neels Hofmeyr · 8 years ago
  4. a0a08d8 dyn TS: debug log 'switchover complete' only when there was a switchover by Neels Hofmeyr · 8 years ago
  5. d35fc44 dyn TS: fix OS#1798: on late RF CHAN REL ACK, activate PDCH by Neels Hofmeyr · 8 years ago
  6. a2ef7d6 dyn TS: fix: properly run an lchan activation timeout by Neels Hofmeyr · 8 years ago
  7. b74a2c8 dyn TS: clearly use lchan[0], fixing minor confusion by Neels Hofmeyr · 8 years ago
  8. cd150a8 dyn TS: fix error recovery: switch to PDCH after lchan error state by Neels Hofmeyr · 8 years ago
  9. 2ae305d dyn TS: move check whether to switch to PDCH to separate function by Neels Hofmeyr · 8 years ago
  10. 20423ea libbsc/libmsc: convert old osmo counter into rate_ctrgs by Alexander Couzens · 8 years ago
  11. 76a0ad7 move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts by Neels Hofmeyr · 8 years ago
  12. 5486025 chan_alloc.c: use ts_subslots() instead of subslots_per_pchan[] by Neels Hofmeyr · 8 years ago
  13. 3673380 dyn TS: bts_chan_load: use correct nr of subslots for dyn ts by Neels Hofmeyr · 8 years ago
  14. 5f0c71b dyn TS: OS#1778 workaround: disable TCH/F on dyn TS for nitb by Neels Hofmeyr · 8 years ago
  15. c5e75f3 dyn TS: Rename bsc_dyn_pdch.c to bsc_dyn_ts.c by Neels Hofmeyr · 8 years ago
  16. d3b7fa8 dyn TS: split dyn_pdch_init() for new dyn type and rename by Neels Hofmeyr · 8 years ago
  17. b91e600 dyn TS: implement pchan switchover logic by Neels Hofmeyr · 8 years ago
  18. 7af652c dyn TS: chan act: set chan_nr according to dyn pchan type by Neels Hofmeyr · 8 years ago
  19. fdd9ad7 dyn TS: enhance channel allocator for dynamic TS by Neels Hofmeyr · 8 years ago
  20. 9518ffc dyn TS: verify_chan_comb(): handle new dyn TS NM_CHANC_* by Neels Hofmeyr · 8 years ago
  21. d384110 dyn TS: gsm_lchan2chan_nr(): decouple from ts->pchan by Neels Hofmeyr · 8 years ago
  22. 6e999b7 dyn TS: rename lchan->dyn_pdch to lchan->dyn by Neels Hofmeyr · 8 years ago
  23. cf79338 prepare dyn TS: act lchan: fetch the channel mode a bit later by Neels Hofmeyr · 8 years ago
  24. e2eb5cb error log: rsl_chan_activate_lchan: log channel mode error by Neels Hofmeyr · 8 years ago
  25. 2e84b60 cosmetic: dyn_pdch_init(): debug log: use new gsm_ts_and_pchan_name() by Neels Hofmeyr · 8 years ago
  26. 350533c Modify SI 13 field to support 11 bit RACH by bhargava · 8 years ago
  27. e3dc498 debug log: fix line endings for abis_rsl_rx_rll logging by Neels Hofmeyr · 8 years ago
  28. e443145 Fix default subscriber regexp by Max · 8 years ago
  29. d1c0e37 log lchan_alloc() result by Neels Hofmeyr · 8 years ago
  30. bbbcfe5 error log: abis_rsl.c: log errors in channel_mode_from_lchan() by Neels Hofmeyr · 8 years ago
  31. 7458572 code dup: join [rsl_]lchan_lookup() from libbsc and osmo-bts by Neels Hofmeyr · 8 years ago
  32. f29dd5f cosmetic: rsl_rx_chan_act_ack(): use local lchan var in 14 instances by Neels Hofmeyr · 8 years ago
  33. 8151648 cosmetic: act lchan type: use constant instead of 0x00 by Neels Hofmeyr · 8 years ago
  34. 4007468 cosmetic: rsl_rx_rf_chan_rel_ack(): use local ts var for brevity by Neels Hofmeyr · 8 years ago
  35. c6926d0 comments: clarify some dynamic TS comments by Neels Hofmeyr · 8 years ago
  36. 9ddd8e6 dyn pdch: don't PDCH ACT if gprs mode is none by Neels Hofmeyr · 8 years ago
  37. 9331df1 cosmetic: dyn_pdch_init(): flatten if-logic, add comments by Neels Hofmeyr · 8 years ago
  38. e6052c4 Make random MSISDN assignment optional by Max · 8 years ago
  39. 9f8f9b8 libbsc: skip channel state LCHAN_S_INACTIVE while handover by Alexander Couzens · 8 years ago
  40. dd49bee err log: tweak dyn pdch ack error logging by Neels Hofmeyr · 8 years ago
  41. 3f22122 dyn PDCH: cosmetic: clarify lchan rel with assertion and comment by Neels Hofmeyr · 8 years ago
  42. b0cc642 debug log: log all lchan state transitions by Neels Hofmeyr · 8 years ago
  43. efedf80 vty: show lchan summary: also show lchan->state by Neels Hofmeyr · 8 years ago
  44. 82c8f75 dyn PDCH: enable PDCH only after release due to error by Neels Hofmeyr · 8 years ago
  45. 832afa3 dyn PDCH: set lchan->state after PDCH DEACT / before PDCH ACT by Neels Hofmeyr · 8 years ago
  46. 285df2e dyn PDCH: add lchan sanity checks in PDCH DE/ACT ACK by Neels Hofmeyr · 8 years ago
  47. 3201988 dyn PDCH: track pending PDCH de-/activation by Neels Hofmeyr · 8 years ago
  48. c1fbded dyn PDCH: fix: clear PDCH flags on TS reconnect (e.g. BTS re-connect) by Neels Hofmeyr · 8 years ago
  49. 2ebacce dyn PDCH: TS flags: rename one, add three, as enum by Neels Hofmeyr · 8 years ago
  50. 0fcd2e2 Make random extension range configurable by Max · 8 years ago
  51. b8afb5f dyn PDCH: send PDCH ACT for each TCH/F_PDCH on TS Enable by Neels Hofmeyr · 8 years ago
  52. 9df268e dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channel by Andreas Eversberg · 11 years ago
  53. a668525 dyn PDCH: allow allocating TCH/F on TCH/F_PDCH slots by Neels Hofmeyr · 8 years ago
  54. 0434efa dyn PDCH: Fix free slot search for chan_alloc_reverse == true by Andreas Eversberg · 11 years ago
  55. f5713a5 lchan_alloc(): on alloc failure, report original type by Neels Hofmeyr · 8 years ago
  56. 6079528 Add warning for unsupported DTX configurations by Max · 8 years ago
  57. 9f5d231 debug log: cosmetic fixes by Neels Hofmeyr · 8 years ago
  58. 3e62d41 comment tweak for bsc_handover_start() by Neels Hofmeyr · 8 years ago
  59. ddee01f Add regexp authorization policy for IMSI by Max · 8 years ago
  60. 69e9c0d Make si2q scheduling optional by Max · 8 years ago
  61. 82dd983 bsc: Create minimal SI6 rest octets by Holger Hans Peter Freyther · 8 years ago
  62. ea8e983 Fix copy-paste error in SI6 by Max · 8 years ago
  63. 7184bd0 subscr_name(): Handle case for subscr == NULL by Harald Welte · 9 years ago
  64. e21cf38 Make extending subscriber creation easier by Max · 8 years ago
  65. 8a4d2e7 Use proper measurement for handover by Max · 8 years ago
  66. c08ee71 Move DTX settings to BTS by Max · 8 years ago
  67. 35697b9 Adjust si2quater ranges by Max · 8 years ago
  68. 299a999 Fix comment typo by Max · 8 years ago
  69. e01f505 Add missing include by Max · 8 years ago
  70. 8db12e4 Add extra debug output with channel mode and type by Max · 8 years ago
  71. aafff96 Add vty check for max si2quater size by Max · 8 years ago
  72. 26679e0 Add basic UARFCN support by Max · 8 years ago
  73. 0c1bc26 Fix earfcn deletion by Max · 8 years ago
  74. 36212f2 Fix documentation for command parameters by Max · 8 years ago
  75. 59a1bf3 Add basic SI2quater support by Max · 8 years ago
  76. 5fa7e36 Refactor SI-related code by Max · 8 years ago
  77. f3f3505 Add SI2quater support to SI3 by Max · 8 years ago
  78. 7a301d3 Remove trivial wrapper function by Max · 8 years ago
  79. 687f048 Fix segfault with broken config by Max · 8 years ago
  80. c6a6551 bsc: Add parameter to restart a bts by Holger Hans Peter Freyther · 8 years ago
  81. 740e65f bsc: Add code to send ip.access reboot command to nanoBTS by Holger Hans Peter Freyther · 8 years ago
  82. 3a38ee6 abis: Send the message without enforcing to wait for a response by Holger Hans Peter Freyther · 8 years ago
  83. 531734a 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  84. 7382815 enable ctrl bind config for various programs by Neels Hofmeyr · 8 years ago
  85. fa0f715 enable telnet VTY bind address config for various programs by Neels Hofmeyr · 8 years ago
  86. fd1187e minor fixes in bsc_vty.c and bsc_nat.c by Neels Hofmeyr · 8 years ago
  87. 8239e06 gsm0408: Provide unique strings for the gsm 04.08 message by Holger Hans Peter Freyther · 8 years ago
  88. 9c4f1d6 fix bsc_vty out: timeslot indented too deeply. by Neels Hofmeyr · 8 years ago
  89. 0a8cf32 indicate the GSM 04.08 channel mode in 'show lchan' by Harald Welte · 9 years ago
  90. 557c84e vty: Print NCC/BCC and not just integer value of BSIC by Harald Welte · 9 years ago
  91. a2bbc5e Fix TSC/BSIC handling bug and remove bts->tsc by Harald Welte · 9 years ago
  92. 64630cc stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  93. 7a77d01 amr: Attempt to unbreak the AMR support in the BSC by Holger Hans Peter Freyther · 9 years ago
  94. a174a47 amr: Kill more duplication and let the code work one of the modes by Holger Hans Peter Freyther · 9 years ago
  95. 615ed46 amr: Instead of putting ms/bts into the same struct.. use it twice by Holger Hans Peter Freyther · 9 years ago
  96. 11cb7a9 amr: Remove some code duplication in preparation by Holger Hans Peter Freyther · 9 years ago
  97. 7326652 Add full AMR multirate IE support with VTY config for MS and BTS side by Andreas Eversberg · 10 years ago
  98. e5ba92e system_information.c: Distinguish two previously identical log msgs by Harald Welte · 9 years ago
  99. e18f78e Fix neighbor channel list generation for 1900 MHz PCS band by Harald Welte · 9 years ago
  100. 39ba248 Send RADIO LINK TIMEOUT value via OML attribute to BTS by Andreas Eversberg · 11 years ago