1. cf79338 prepare dyn TS: act lchan: fetch the channel mode a bit later by Neels Hofmeyr · 8 years ago
  2. e2eb5cb error log: rsl_chan_activate_lchan: log channel mode error by Neels Hofmeyr · 8 years ago
  3. e3dc498 debug log: fix line endings for abis_rsl_rx_rll logging by Neels Hofmeyr · 8 years ago
  4. bbbcfe5 error log: abis_rsl.c: log errors in channel_mode_from_lchan() by Neels Hofmeyr · 8 years ago
  5. 7458572 code dup: join [rsl_]lchan_lookup() from libbsc and osmo-bts by Neels Hofmeyr · 8 years ago
  6. f29dd5f cosmetic: rsl_rx_chan_act_ack(): use local lchan var in 14 instances by Neels Hofmeyr · 8 years ago
  7. 8151648 cosmetic: act lchan type: use constant instead of 0x00 by Neels Hofmeyr · 8 years ago
  8. 4007468 cosmetic: rsl_rx_rf_chan_rel_ack(): use local ts var for brevity by Neels Hofmeyr · 8 years ago
  9. c6926d0 comments: clarify some dynamic TS comments by Neels Hofmeyr · 8 years ago
  10. 9ddd8e6 dyn pdch: don't PDCH ACT if gprs mode is none by Neels Hofmeyr · 8 years ago
  11. dd49bee err log: tweak dyn pdch ack error logging by Neels Hofmeyr · 8 years ago
  12. 3f22122 dyn PDCH: cosmetic: clarify lchan rel with assertion and comment by Neels Hofmeyr · 8 years ago
  13. b0cc642 debug log: log all lchan state transitions by Neels Hofmeyr · 8 years ago
  14. 82c8f75 dyn PDCH: enable PDCH only after release due to error by Neels Hofmeyr · 8 years ago
  15. 832afa3 dyn PDCH: set lchan->state after PDCH DEACT / before PDCH ACT by Neels Hofmeyr · 8 years ago
  16. 285df2e dyn PDCH: add lchan sanity checks in PDCH DE/ACT ACK by Neels Hofmeyr · 8 years ago
  17. 3201988 dyn PDCH: track pending PDCH de-/activation by Neels Hofmeyr · 8 years ago
  18. 2ebacce dyn PDCH: TS flags: rename one, add three, as enum by Neels Hofmeyr · 8 years ago
  19. 9df268e dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channel by Andreas Eversberg · 11 years ago
  20. 9f5d231 debug log: cosmetic fixes by Neels Hofmeyr · 8 years ago
  21. 7184bd0 subscr_name(): Handle case for subscr == NULL by Harald Welte · 9 years ago
  22. c08ee71 Move DTX settings to BTS by Max · 8 years ago
  23. 5fa7e36 Refactor SI-related code by Max · 8 years ago
  24. 11cb7a9 amr: Remove some code duplication in preparation by Holger Hans Peter Freyther · 9 years ago
  25. 7326652 Add full AMR multirate IE support with VTY config for MS and BTS side by Andreas Eversberg · 10 years ago
  26. 6f6cbf7 bts: "Repair" broken channels if we receive the release ack by Holger Hans Peter Freyther · 9 years ago
  27. 7af5f81 rsl: Remove unused code for channel activation by Holger Hans Peter Freyther · 9 years ago
  28. a9e420e RSL: Change "... is back in operation" to an INFO level message by Harald Welte · 12 years ago
  29. 1dcc260 Don't return an error to caller if we are out of lchan on CHAN RQD by Harald Welte · 12 years ago
  30. 454140e lchan: Remember why a channel is broken using static strings by Holger Hans Peter Freyther · 10 years ago
  31. 30f1f37 Add basic support for CBCH / SMS-CB (Cell Brroadcast) by Harald Welte · 10 years ago
  32. 723a751 dyn PDCH: Cleanup of rsl_chan_activate_lchan() and users by Andreas Eversberg · 11 years ago
  33. 8a485f0 libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VAL by Daniel Willmann · 10 years ago
  34. 0e4e73a rsl: Check if the channel is active and then start the channel release by Holger Hans Peter Freyther · 10 years ago
  35. 1e93b79 rsl: Avoid double channel release procedure in error conditions by Holger Hans Peter Freyther · 10 years ago
  36. f040506 lchan: Speculative "fix" for error and late reply by Holger Hans Peter Freyther · 10 years ago
  37. ee41ecf rsl: Remove obsolete FIXME comment. by Holger Hans Peter Freyther · 10 years ago
  38. 4766524 rsl: Add missing breaks in the code by Holger Hans Peter Freyther · 10 years ago
  39. 7d8fa34 Add VTY option for Nokia BTS that does not send RELease CONFirm message by Andreas Eversberg · 11 years ago
  40. f0167dd hsl: Remove the support for the HSL bts from OpenBSC by Holger Hans Peter Freyther · 11 years ago
  41. 2177624 channels: Mark channels as broken that time out on activation/release by Holger Hans Peter Freyther · 11 years ago
  42. e1145cf rsl: Properly initialize the cm structure with memset by Holger Hans Peter Freyther · 11 years ago
  43. 75e13a4 Fix of IMMIDIATE ASSIGNMENT REJECT message by Andreas Eversberg · 11 years ago
  44. 647db84 add some more docbook snippets by Harald Welte · 11 years ago
  45. 164ee30 rsl: Properly parse the RLM cause from the error indication by Holger Hans Peter Freyther · 11 years ago
  46. 006e3d8 gsm: Do not attempt to release SAPI=0 if it was never allocated by Holger Hans Peter Freyther · 12 years ago
  47. b348939 lchan: Introduce T3109 handling for the release procedure by Holger Hans Peter Freyther · 13 years ago
  48. 638da51 lchan: Introduce a BROKEN state for the lchan by Holger Hans Peter Freyther · 12 years ago
  49. 9d50a27 lchan: Document the behavior/quirks for abnormal channel release by Holger Hans Peter Freyther · 13 years ago
  50. 8582535 lchan: Release the lchan more quickly, align with GSM 04.08 by Holger Hans Peter Freyther · 13 years ago
  51. 93599a2 rsl: Cosmetic changes to the release code by Holger Hans Peter Freyther · 12 years ago
  52. 5ca825e rsl: Rename the reason to release_mode and use the enum value by Holger Hans Peter Freyther · 12 years ago
  53. 1411c06 rsl: Use LOGL_ERROR instead of LOGL_NOTICE act/deact timeouts by Holger Hans Peter Freyther · 12 years ago
  54. e422798 RSL: Add basic support for CSD transparent mode by Harald Welte · 12 years ago
  55. 0c1bd61 pre-fix measurement reports with subscriber identity by Harald Welte · 12 years ago
  56. f25b55e abis_rsl_rcvmsg(): Fix msgb memory leak in error path by Harald Welte · 12 years ago
  57. fda74ee RSL add debug statements when sending RSL EST REQ and RSL REL REQ. by Harald Welte · 12 years ago
  58. 863dc9b abis_rsl.c: Remove unused variable net. by Holger Hans Peter Freyther · 12 years ago
  59. 54fa2c7 abis_rsl: The rach information was not used, introduce a signal by Holger Hans Peter Freyther · 12 years ago
  60. c6d0a17 abis_rsl.c: Remove unused variable ts_number by Holger Hans Peter Freyther · 12 years ago
  61. c0a6674 channel: Review lchan_free calls and the state the channel is in by Holger Hans Peter Freyther · 13 years ago
  62. bbf2139 channel: The error timer and the lchan_deact_tmr are both running by Holger Hans Peter Freyther · 12 years ago
  63. 3365cd1 RSL: Nokia BTS reports TA in quarter-bits, not full bits. by Andreas Eversberg · 13 years ago
  64. 2957de9 RSL: BS-11 reports TA in quarter-bits, not full bits. by Andreas Eversberg · 13 years ago
  65. ed999b2 audio: From RTP point of view we can use one payload for HR/FR AMR by Holger Hans Peter Freyther · 13 years ago
  66. 128892f audio: Remove the hardcoding of the RTP Payload by Holger Hans Peter Freyther · 13 years ago
  67. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  68. 7abecfc src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  69. 6fc6a12 libbsc: Cosmetic fix for the channel activate NACK log message by Daniel Willmann · 13 years ago
  70. 7ddc318 libbsc: Release the RF channel if BTS thinks it's still in use by Daniel Willmann · 13 years ago
  71. 513da17 libbsc: Call lchan_free in the timeout callbacks by Daniel Willmann · 13 years ago
  72. e8bd9e8 RSL: add timer for lchan activation/deactivation without BTS response by Harald Welte · 13 years ago
  73. 1664602 Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  74. eabb6e3 RSL: Fix erroneous GSM48_IE_CHANDESC_2 in rsl_chan_activate_lchan() by Dieter Spaar · 13 years ago
  75. bc82f92 move gsm 05.02 related calculations into libosmocore by Harald Welte · 13 years ago
  76. 457a081 use new gsm48_number_of_paging_subchannels from libosmocore by Harald Welte · 13 years ago
  77. f6093a4 move {ts,lchan}2chan_nr() functions to gsm_data_shared.c by Harald Welte · 13 years ago
  78. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  79. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  80. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  81. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  82. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  83. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  84. 26d7907 Implement the HSL SR1.0.1 protocol by Harald Welte · 13 years ago
  85. fd355a3 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  86. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/abis_rsl.c]
  87. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/abis_rsl.c]
  88. 64bb754 [RSL] Move RF CHAN REL ACK into its own function by Harald Welte · 13 years ago
  89. 7a69cf0 [RSL] add missing hunk from commit 18b590de4acec1536d5fc44ae60cf2ff7250ffe6 by Harald Welte · 13 years ago
  90. 6c4d244 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 13 years ago
  91. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  92. 08eebd5 lchan: Every SS_LCHAN signal now sends a struct lchan_sig_data by Holger Hans Peter Freyther · 14 years ago
  93. 3a3c277 RSL: Make "waiting for SAPI=%d to be released" LOGL_DEBUG by Harald Welte · 14 years ago
  94. 2862dca Use 04.08 IMM ASS REJECT in case we run out of channels by Harald Welte · 14 years ago
  95. 53cd7ac Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslot by Harald Welte · 14 years ago
  96. 6003d6b rsl: Remove unimplemented/unused rsl_paging_cmd_subscr by Holger Hans Peter Freyther · 14 years ago
  97. 8cc5903 rsl: Allow to hardcode the RTP Payload by Holger Hans Peter Freyther · 14 years ago
  98. 7889107 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  99. 5a3a61d bsc_init: Allow DTXu and enable DTXd on RSL (experimental) by Holger Hans Peter Freyther · 14 years ago
  100. 457c2a8 [alloc] Assign a TCH for LU when all SDCCHs are occupied. by Holger Hans Peter Freyther · 14 years ago