1. d48f4eb rsl: add new 'gsm_trx_name()' function and use it by Harald Welte (local) · 15 years ago
  2. 82ff397 export the 'trx_is_usable() function and use it from paging by Harald Welte (local) · 15 years ago
  3. 1887f9d Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago
  4. 8e93b79 RSL: Introduce LCHAN_S_REL_REQ state by Harald Welte · 15 years ago
  5. 6616915 vty: replace'logging level' numeric value with human readable string by Harald Welte (local) · 15 years ago
  6. 7b37d97 set the TRX nominal power by default and/or VTY by Harald Welte (local) · 15 years ago
  7. 19ef62a Introduce and use gsm_lchan_name() in addition to gsm_ts_name() by Harald Welte (local) · 15 years ago
  8. 3e46031 Introduce new ACT_REQ state to prevent race condition during channel allocation by Harald Welte (local) · 15 years ago
  9. ccd8845 rename gsm_lchan_name() to gsm_lchant_name() by Harald Welte (local) · 15 years ago
  10. 240ce88 add 'get_string_value()' as inverse function of 'get_value_string()' by Harald Welte (local) · 15 years ago
  11. 950eca9 [meas_rep] Add raw neighbor index into per-cell parsed meas rep by Harald Welte · 15 years ago
  12. 2e6d468 add (and use) new subscr_name() function to get name or IMSI by Harald Welte · 15 years ago
  13. d0c1914 [debug] Introduce DREF debug category for reference counting by Harald Welte · 15 years ago
  14. ae1f159 Converrt the database later to use DEBUGP/LOGP instead of stderr by Harald Welte · 15 years ago
  15. 3cefa9a vty: sub-divide talloc contexts and include them in talloc report by Harald Welte · 15 years ago
  16. 28f811c db: Fix compile warning, declare db_sms_get_unsent_by_subscr by Sylvain Munaut · 15 years ago
  17. d6847a9 use enum for operational state by Harald Welte · 15 years ago
  18. 5c706bb Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  19. 3606cc5 [authentication] Code for retrieving authentication data from SQL DB by Harald Welte · 15 years ago
  20. 87ed5cd introduce #defines for ip.access RSL and OML UDP ports by Harald Welte · 15 years ago
  21. 079353a [statistics] Do the syncing to db from within the bsc_hack by Holger Hans Peter Freyther · 15 years ago
  22. 6fced2f [statistics] Make counter_db_store internal by Holger Hans Peter Freyther · 15 years ago
  23. b61e3b2 Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  24. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  25. 4010f1e bts: Allow config of RACH control parameters tx-integer & max retrans by Sylvain Munaut · 15 years ago
  26. b908cb7 Display current channel usage load in 'show bts' and 'show network' by Harald Welte · 15 years ago
  27. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  28. 7135501 remove duplicate flag for cell barring by Harald Welte · 15 years ago
  29. f7c28b0 [handover] Real handover algorithm 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. 38fe2a6 meas_rep: utility function for processing of measurement reports by Harald Welte · 15 years ago
  32. a72273e rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  33. f88c8a0 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  34. 392736d RTP Proxy: Fix RTP sequence number and timestamp in case of dropped frames by Harald Welte · 15 years ago
  35. aca8f15 Add RTP support for EFR by Harald Welte · 15 years ago
  36. da7ab74 RTP-enable MNCC API for LCR + ip.access by Harald Welte · 15 years ago
  37. bc81450 [handover] add VTY parameter to enable/disable handover by Harald Welte · 15 years ago
  38. 5e3d91b ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  39. 3b10499 remove call_handling.h, a reminescent of old days by Harald Welte · 15 years ago
  40. fa5aad7 add handover.h file to Makefile.am to make distcheck happy by Harald Welte · 15 years ago
  41. b1d4c8e logging: introduce log levels at caller site by Harald Welte · 15 years ago
  42. cc9beb5 introduce trans_lchan_change() to update transaction about lchan change by Harald Welte · 15 years ago
  43. 8d77b95 [handover] first functional handover implementation by Harald Welte · 15 years ago
  44. 7a7a0d5 make handover reference a function call argument by Harald Welte · 15 years ago
  45. 88a412a ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setups by Harald Welte · 15 years ago
  46. 7f2d25b mroe comments on meas_rep data structures by Harald Welte · 15 years ago
  47. d12b0fd introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  48. 0b12103 add BSIC parameter to gsm_bts_neighbor() by Harald Welte · 15 years ago
  49. 84874c9 Implement gsm_bts_neighbor() function to determine neighbor BTS by Harald Welte · 15 years ago
  50. f1dae19 04.08 MEAS REP: Convert relative cell number to ARFCN by Harald Welte · 15 years ago
  51. 7f73a1a bitvec: Introduce bitvec_get_nth_set_bit() function by Harald Welte · 15 years ago
  52. 6c40def system_information: use bitvec to generate frequency lists by Harald Welte · 15 years ago
  53. d57f163 bitvec updates and code simplification by Harald Welte · 15 years ago
  54. 648b6ce Add VTY setting for whether or not to sending MM INFO by Harald Welte · 15 years ago
  55. 7659de1 introduce new signal every time we get a mobile identity by Harald Welte · 15 years ago
  56. eab84a1 [RRLP] make RRLP mode configurable from config file by Harald Welte · 15 years ago
  57. 09b7e7f Gracefully reject non-speech calls by Harald Welte · 15 years ago
  58. 4bb4738 utility functions to convert RXLEV into dBm and vice versa by Harald Welte · 15 years ago
  59. 2476609 mark lchan2chan_nr() using a 'const' parameter by Harald Welte · 15 years ago
  60. 1085c09 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  61. 7fc57ad Fix make distcheck by adding the new headers... by Holger Hans Peter Freyther · 15 years ago
  62. 2c82899 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  63. a43f789 Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  64. 3961fcc Introduce new S_GLOBAL_SHUTDOWN signal by Harald Welte · 15 years ago
  65. b84ddfc Assign default values for T3101 and T3113 by Harald Welte · 15 years ago
  66. dbb1d88 [handover] export measurement reports via signal by Harald Welte · 15 years ago
  67. 798418a [handover] Implement handover control logic by Harald Welte · 15 years ago
  68. d011e8b [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  69. 8c83af6 [handover] Implement 04.08 HANDOVER COMMAND by Harald Welte · 15 years ago
  70. 3c7dc6e New complete measurement result/report handling by Harald Welte · 15 years ago
  71. 2d501ea [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  72. 4642d49 [network] Make use of T3113 for paging by Holger Hans Peter Freyther · 15 years ago
  73. 23975e7 [network] Add config option for the remaining network timers by Holger Hans Peter Freyther · 15 years ago
  74. c4d88ad [network] Make T3101 configurable and use it in abis_rsl by Holger Hans Peter Freyther · 15 years ago
  75. d61654c [chan] Alloc SDCCH for certain reserved types by Holger Hans Peter Freyther · 15 years ago
  76. 7466351 [misc] Fix the make distcheck by Holger Hans Peter Freyther · 15 years ago
  77. f67945f [mgcp] Add a simple mgcp gateway used for the BSC by Holger Hans Peter Freyther · 15 years ago
  78. 3b9516e [sccp] Implement sending the Inactivity Test on a connection.. by Holger Hans Peter Freyther · 15 years ago
  79. ac96770 [sccp] Implement parts of ITU SCCP for use in the A-Interface by Holger Hans Peter Freyther · 15 years ago
  80. ff5fa4e [debug] Add a debug area for the MGCP code of On Waves by Holger Hans Peter Freyther · 15 years ago
  81. 32201c5 [debug] Add a debug area for MSC by Holger Hans Peter Freyther · 15 years ago
  82. ed0a47b [debug] Add a debug area for SCCP by Holger Hans Peter Freyther · 15 years ago
  83. ea52802 [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  84. 231163d [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  85. 25f30ba misc: Add routine to generate backtrace from within the application by Holger Hans Peter Freyther · 15 years ago
  86. a6bcc74 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  87. 135a7c6 [neci] Separate handling of chan requested for paging any by Holger Hans Peter Freyther · 15 years ago
  88. f7d752f [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  89. e723eac [telnet] Remove unused variables from the telnet interface by Holger Hans Peter Freyther · 15 years ago
  90. b54d950 silent call: add header file for function prototypes by Harald Welte · 15 years ago
  91. a148233 Add "silent call" feature to OpenBSC by Harald Welte · 15 years ago
  92. aff237d [OML] fix bugs in BCCH info parser for ip.access by Harald Welte · 15 years ago
  93. b40a38f [ip.access] Parse cell global ID as part of BCCH info by Harald Welte · 15 years ago
  94. 0f25585 ip.access: Introduce parser function for BCCH Info test result by Harald Welte · 15 years ago
  95. ccda965 move 'struct value_string' and 'get_value_string()' to gsm_data by Harald Welte · 15 years ago
  96. d409be7 change some identifiers from u_int64_t to unsigned long long by Harald Welte · 15 years ago
  97. 9aa6fd9 Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  98. d7d1c99 ip.access: Header has a 16bit length in network byte order by Sylvain Munaut · 15 years ago
  99. 5ba6f48 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  100. 251aa91 misc: Make bitfields unsigned int... by Holger Hans Peter Freyther · 15 years ago