1. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  2. 4563eab RSL: keep track of ip.access dynamic TCH/PDCH activation by Harald Welte · 14 years ago
  3. dc5062b move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  4. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  5. e95daf19 convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  6. 3c9c5f9 rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocore by Harald Welte · 14 years ago
  7. 2e411c7 value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  8. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  9. 93b6c65 [rsl] Send the MultiRateConfig in the RSL Channel Activate msg by Holger Hans Peter Freyther · 14 years ago
  10. d48f4eb rsl: add new 'gsm_trx_name()' function and use it by Harald Welte (local) · 15 years ago
  11. 1887f9d Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago
  12. 8e93b79 RSL: Introduce LCHAN_S_REL_REQ state by Harald Welte · 15 years ago
  13. 19ef62a Introduce and use gsm_lchan_name() in addition to gsm_ts_name() by Harald Welte (local) · 15 years ago
  14. 9538efc RLL: print human-readable value of RLM CAUSE in ERROR IND by Harald Welte (local) · 15 years ago
  15. 3e46031 Introduce new ACT_REQ state to prevent race condition during channel allocation by Harald Welte (local) · 15 years ago
  16. ccd8845 rename gsm_lchan_name() to gsm_lchant_name() by Harald Welte (local) · 15 years ago
  17. 2f5df85 fix segfault in CHAN RQD log message by Harald Welte (local) · 15 years ago
  18. 91b603d correctly print chan act nack error by Harald Welte (local) · 15 years ago
  19. 28f1d37 print TS name when out of resources during CHAN RQD by Harald Welte (local) · 15 years ago
  20. b29b57a include BTS and TRX number in TRX overload message report by Harald Welte (local) · 15 years ago
  21. 73b82bb print TS name in RLL ERR IND by Harald Welte (local) · 15 years ago
  22. fc05750 [rsl] correctly print handover detect and connection fail by Harald Welte (local) · 15 years ago
  23. 93c6284 fix missing space in log message by Harald Welte (local) · 15 years ago
  24. 303e5e0 [meas rep] print the neighbor index when debugp'ing a neigh cell meas by Harald Welte · 15 years ago
  25. 844eab1 rsl: fix "CONNECTION FAIL: RELEASING" message by Harald Welte · 15 years ago
  26. 5b8ed43 [logging] differentiate DEBUG, NOTICE and ERROR log levels in NM and RSL by Harald Welte · 15 years ago
  27. b61e3b2 Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  28. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  29. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  30. b8bfc56 RSL: keep track if a channel is active or not by Harald Welte · 15 years ago
  31. a72273e rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  32. 17f5bf6 Move RTP socket handling out of signal handlers into abis_rsl by Harald Welte · 15 years ago
  33. 479015b don't print measurement reports that have no cells by Harald Welte · 15 years ago
  34. 5e3d91b ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  35. b1d4c8e logging: introduce log levels at caller site by Harald Welte · 15 years ago
  36. 8d77b95 [handover] first functional handover implementation by Harald Welte · 15 years ago
  37. 33e6597 assign measurement report lchan member after memset'ing it by Harald Welte · 15 years ago
  38. 6739dfb print measurement reports more verbosely by Harald Welte · 15 years ago
  39. d12b0fd introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  40. 9e2748e [RSL] print human-readable channel type during channel allocation failure by Harald Welte · 15 years ago
  41. 2476609 mark lchan2chan_nr() using a 'const' parameter by Harald Welte · 15 years ago
  42. 0603c9d ip.access speech mode for TCH/H channels by Harald Welte · 15 years ago
  43. 2c82899 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  44. a43f789 Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  45. dbb1d88 [handover] export measurement reports via signal by Harald Welte · 15 years ago
  46. d011e8b [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  47. 3c7dc6e New complete measurement result/report handling by Harald Welte · 15 years ago
  48. 1a79d36 RSL: catch inconsistent parameters ofr channel_mode_from_lchan() by Harald Welte · 15 years ago
  49. c4d88ad [network] Make T3101 configurable and use it in abis_rsl by Holger Hans Peter Freyther · 15 years ago
  50. ea52802 [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  51. 231163d [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  52. f7d752f [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  53. 0fef39a [rsl] Improve error message when the lchan allocation is failing by Holger Hans Peter Freyther · 15 years ago
  54. 5ba6f48 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  55. e81a610 [gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utils by Holger Hans Peter Freyther · 15 years ago
  56. 9c880c9 [GPRS] Add RSL function for ip.access PDCH activation by Harald Welte · 15 years ago
  57. a1499d0 [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  58. ddd918f Fix compiler warning and cast const away. by Holger Hans Peter Freyther · 15 years ago
  59. 82aa684 [abis_rsl] Fix rsl_encryption_cmd L3 length computation by Sylvain Munaut · 15 years ago
  60. 08d91a5 A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  61. 196d052 [abis_rsl] Set lchan->tch_mode properly when responding to CHAN_RQD by Harald Welte · 15 years ago
  62. daef606 respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  63. 0e451d0 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  64. 9c31b5e now that we send MRPCI, we can treat T_MSRFPCI error message as fatal by Harald Welte · 15 years ago
  65. 99b4ecd Merge commit 'origin/master' by Harald Welte · 15 years ago
  66. 115d103 rename rsl_channel_release to rsl_rf_channel_release by Harald Welte · 15 years ago
  67. 3c456d0 use proper message discriminator for MRPCI by Harald Welte · 15 years ago
  68. 31c4893 make rsl_siemens_mrpci() use struct rsl_mrpci by Harald Welte · 15 years ago
  69. 67fa91b Add function to generate siemens-specific MRPCI RSL message by Harald Welte · 15 years ago
  70. 0b2124b set BS power to Pn == nominal output power by Harald Welte · 15 years ago
  71. b7e8116 add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGN by Harald Welte · 15 years ago
  72. 6c3d2ed the RELEAESE MODE IE is mandatory by Harald Welte · 15 years ago
  73. 3073a9f if we receive CHANNEL ACTIVATE NACK, we should release the lchan by Harald Welte · 15 years ago
  74. 66b6a8d move ms_pwr utility function to gsm_utils.c by Harald Welte · 15 years ago
  75. 1c40927 fix timer and linked list handling of new RLL code by Harald Welte · 15 years ago
  76. edcc527 Add new BSC RLL layer of code by Harald Welte · 15 years ago
  77. d2dc1de start using the RLL RELEASE procedures by Harald Welte · 15 years ago
  78. 602f2b8 fix \n at end of line of certain RSL debug messages by Harald Welte · 15 years ago
  79. f89abbd alter initial MS RF power to 100mW by Harald Welte · 15 years ago
  80. 2da8629 parse and decode Siemens specific T_MSRFPCI message by Harald Welte · 15 years ago
  81. 9943c5b generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  82. 58ca5b7 actually derive the ip.access speech mode from tch_mode by Harald Welte · 15 years ago
  83. 470abb7 add support for more RSL channel modes by Harald Welte · 15 years ago
  84. f4e79f2 improve ip-access BIND/CONNECT RTP support by Harald Welte · 15 years ago
  85. 888b114 send a [new] signal in case of IPAC_DISCONNECT_INDication by Harald Welte · 15 years ago
  86. 8830e07 implement human-readable RSL cause printing by Harald Welte · 15 years ago
  87. 814c4b7 use actual bts->tsc rather than hard-coded value by Harald Welte · 15 years ago
  88. ae0f236 send DEACTIVATE SACCH when sending RR CHANEL RELEASE by Harald Welte · 15 years ago
  89. ab46d74 more ip.access RSL TLV parser definitions by Harald Welte · 15 years ago
  90. 2085554 rename ip.access structure field members and variables by Harald Welte · 15 years ago
  91. 86c162d give ip.access RSL IE's their proper names by Harald Welte · 15 years ago
  92. 3d57183 abis_rsl.c: Clarify from which specification this table comes from by Holger Hans Peter Freyther · 15 years ago
  93. 73be3aa remove superfluous check for lchan->use > 0 by Harald Welte · 15 years ago
  94. 81543bc release channel on ERROR INDICATION by Harald Welte · 15 years ago
  95. eab3335 fix various RSL msgb memory leaks in error paths by Harald Welte · 15 years ago
  96. 10d0e67 add new DMEAS debug category for measurement reporting by Harald Welte · 15 years ago
  97. 966636f use named variant when allocating msgb's by Harald Welte · 15 years ago
  98. fe9af26 Add parsing of 'L1 information' IE of MEASUREMENT RESULT by Harald Welte · 15 years ago
  99. fcd2445 Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  100. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/abis_rsl.c]