1. db39203 [alloc] Assign a TCH for LU when all SDCCHs are occupied. by Holger Hans Peter Freyther · 14 years ago
  2. 3fdf5b9 chan_alloc: Change Channel Release to release SAPIs, then the channel by Holger Hans Peter Freyther · 14 years ago
  3. 67a2e29 abis_rsl: Reduce level from notice to debug for measurement reports by Holger Hans Peter Freyther · 14 years ago
  4. b67f408 rsl: Add method to send a SMSCB inside a SMS BROADCAST COMMAND by Holger Hans Peter Freyther · 14 years ago
  5. 4cab442 abis_rsl: Add full MA again until we are confident to remove it by Holger Hans Peter Freyther · 14 years ago
  6. 11b0140 abis_rsl: Change code to generate Channel Identification by Holger Hans Peter Freyther · 14 years ago
  7. dea24e9 [BSC] RSL: CHAN ACT: Only include MA if TS is hopping by Harald Welte · 14 years ago
  8. 07f3218 [BSC] fix off-by-one error in computing l2 pseudo-length in IMM ASS by Harald Welte · 14 years ago
  9. 1a95fa8 bsc_api: Allocate the subscriber_connection dynamically by Holger Hans Peter Freyther · 14 years ago
  10. 52844c2 Revert "bsc_api: Move debug context for subscriber into the bsc_api.c" by Holger Hans Peter Freyther · 14 years ago
  11. c08f6f0 abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack. by Holger Hans Peter Freyther · 14 years ago
  12. 50312e8 [RSL] hopping: Set correct L2 pseudo-length during IMMediate ASSign by laforge · 14 years ago
  13. 69fdcd8 bsc_api: Move debug context for subscriber into the bsc_api.c by Holger Hans Peter Freyther · 14 years ago
  14. f723cf0 [BSC] RSL: Fix Channel Identification IE in RSL CHAN ACT by laforge · 14 years ago
  15. e06d598 [BSC] RSL: properly include MA in IMM ASS CMD by laforge · 14 years ago
  16. 6332a8a [BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMD by Harald Welte · 14 years ago
  17. a42a93f [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  18. bcea9a7 abis_rsl: Allow to specify the release mode for a given channel. by Holger Hans Peter Freyther · 14 years ago
  19. 456fb9d abis_rsl: Fixup direct assignment and go through the method. by Holger Hans Peter Freyther · 14 years ago
  20. 10ea12f [rsl] Introduce an error state for the lchan and set it on release by Holger Hans Peter Freyther · 14 years ago
  21. 4a00c06 [rsl] Implement the T3111 timer to delay the RF Channel release by Holger Hans Peter Freyther · 14 years ago
  22. d26cbc8 [rsl] Check the assumption that RF Channel Release is sent during release by Holger Hans Peter Freyther · 14 years ago
  23. 65f0852 [rsl] Move rf channel release scheduling to a new method by Holger Hans Peter Freyther · 14 years ago
  24. 008a492 RSL: inmplement ip.access paging load indication 'below threshold' by Harald Welte · 14 years ago
  25. 27942e9 [statistics] Keep track of rf failures and rll release failures by Holger Hans Peter Freyther · 14 years ago
  26. 1338a55 ipaccess: Send RTP Payload IE for CRCX & MDCX by Sylvain Munaut · 15 years ago
  27. 79a62f4 [rsl] Set the release state from within the lchan class by Holger Hans Peter Freyther · 14 years ago
  28. 68914a0 [rsl] Introduce a method to set the state of the lchan by Holger Hans Peter Freyther · 14 years ago
  29. c7d9409 [rsl] Speculative crash fix in the RSL rcv message by Holger Hans Peter Freyther · 15 years ago
  30. 7113514 [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  31. 2b36152 RSL: keep track of ip.access dynamic TCH/PDCH activation by Harald Welte · 14 years ago
  32. 51d2a59 move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  33. 065b811 lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  34. b30935e convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  35. a22d36b rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocore by Harald Welte · 14 years ago
  36. 1fa8bac value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  37. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  38. 6fe8ab9 [rsl] Send the MultiRateConfig in the RSL Channel Activate msg by Holger Hans Peter Freyther · 14 years ago
  39. ab788cf rsl: add new 'gsm_trx_name()' function and use it by Harald Welte (local) · 15 years ago
  40. ab2534c Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago
  41. c88a443 RSL: Introduce LCHAN_S_REL_REQ state by Harald Welte · 15 years ago
  42. c4e9c9c Introduce and use gsm_lchan_name() in addition to gsm_ts_name() by Harald Welte (local) · 15 years ago
  43. bd76cce RLL: print human-readable value of RLM CAUSE in ERROR IND by Harald Welte (local) · 15 years ago
  44. c3be50c Introduce new ACT_REQ state to prevent race condition during channel allocation by Harald Welte (local) · 15 years ago
  45. 02204d0 rename gsm_lchan_name() to gsm_lchant_name() by Harald Welte (local) · 15 years ago
  46. e0bb5fa fix segfault in CHAN RQD log message by Harald Welte (local) · 15 years ago
  47. ed6d762 correctly print chan act nack error by Harald Welte (local) · 15 years ago
  48. 9ff1237 print TS name when out of resources during CHAN RQD by Harald Welte (local) · 15 years ago
  49. 664b222 include BTS and TRX number in TRX overload message report by Harald Welte (local) · 15 years ago
  50. e16fdb0 print TS name in RLL ERR IND by Harald Welte (local) · 15 years ago
  51. 4bd7664 [rsl] correctly print handover detect and connection fail by Harald Welte (local) · 15 years ago
  52. 22f0532 fix missing space in log message by Harald Welte (local) · 15 years ago
  53. 350c2d3 [meas rep] print the neighbor index when debugp'ing a neigh cell meas by Harald Welte · 15 years ago
  54. 906a3f5 rsl: fix "CONNECTION FAIL: RELEASING" message by Harald Welte · 15 years ago
  55. de4477a [logging] differentiate DEBUG, NOTICE and ERROR log levels in NM and RSL by Harald Welte · 15 years ago
  56. c8d862e Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  57. bdbb744 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  58. 3edc5a9 keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  59. 4baa9c5 RSL: keep track if a channel is active or not by Harald Welte · 15 years ago
  60. 9947d9f rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  61. 5051774 Move RTP socket handling out of signal handlers into abis_rsl by Harald Welte · 15 years ago
  62. 0b833f8 don't print measurement reports that have no cells by Harald Welte · 15 years ago
  63. bffa499 ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  64. cf2ec4a logging: introduce log levels at caller site by Harald Welte · 15 years ago
  65. b90d7bd [handover] first functional handover implementation by Harald Welte · 15 years ago
  66. aa0efa1 assign measurement report lchan member after memset'ing it by Harald Welte · 15 years ago
  67. 0e4fa78 print measurement reports more verbosely by Harald Welte · 15 years ago
  68. f947681 introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  69. 059b6a8 [RSL] print human-readable channel type during channel allocation failure by Harald Welte · 15 years ago
  70. b558624 mark lchan2chan_nr() using a 'const' parameter by Harald Welte · 15 years ago
  71. b284b47 ip.access speech mode for TCH/H channels by Harald Welte · 15 years ago
  72. 8750421 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  73. a54a2bb Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  74. 4efcc54 [handover] export measurement reports via signal by Harald Welte · 15 years ago
  75. 6720a43 [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  76. c20bd1d New complete measurement result/report handling by Harald Welte · 15 years ago
  77. 951e351 RSL: catch inconsistent parameters ofr channel_mode_from_lchan() by Harald Welte · 15 years ago
  78. 26ba2e7 [network] Make T3101 configurable and use it in abis_rsl by Holger Hans Peter Freyther · 15 years ago
  79. 3cce58f [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  80. 5ea7ea6 [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  81. 96c8982 [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  82. 21ccb45 [rsl] Improve error message when the lchan allocation is failing by Holger Hans Peter Freyther · 15 years ago
  83. d831805 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  84. 942ff17 [gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utils by Holger Hans Peter Freyther · 15 years ago
  85. aed946e [GPRS] Add RSL function for ip.access PDCH activation by Harald Welte · 15 years ago
  86. 37884ed [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  87. 6d0c8b4 Fix compiler warning and cast const away. by Holger Hans Peter Freyther · 15 years ago
  88. 01f1caf [abis_rsl] Fix rsl_encryption_cmd L3 length computation by Sylvain Munaut · 15 years ago
  89. d2dd9de A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  90. 77234e1 [abis_rsl] Set lchan->tch_mode properly when responding to CHAN_RQD by Harald Welte · 15 years ago
  91. 64994ce respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  92. cbd4610 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  93. b30fbf0 now that we send MRPCI, we can treat T_MSRFPCI error message as fatal by Harald Welte · 15 years ago
  94. aafa978 Merge commit 'origin/master' by Harald Welte · 15 years ago
  95. 85a163c rename rsl_channel_release to rsl_rf_channel_release by Harald Welte · 15 years ago
  96. 874a5b4 use proper message discriminator for MRPCI by Harald Welte · 15 years ago
  97. 1209075 make rsl_siemens_mrpci() use struct rsl_mrpci by Harald Welte · 15 years ago
  98. 4684e63 Add function to generate siemens-specific MRPCI RSL message by Harald Welte · 15 years ago
  99. 9a229e1 set BS power to Pn == nominal output power by Harald Welte · 15 years ago
  100. 427dbc4 add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGN by Harald Welte · 15 years ago