1. 079353a [statistics] Do the syncing to db from within the bsc_hack by Holger Hans Peter Freyther · 15 years ago
  2. 6fced2f [statistics] Make counter_db_store internal by Holger Hans Peter Freyther · 15 years ago
  3. b61e3b2 Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  4. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  5. 4010f1e bts: Allow config of RACH control parameters tx-integer & max retrans by Sylvain Munaut · 15 years ago
  6. b908cb7 Display current channel usage load in 'show bts' and 'show network' by Harald Welte · 15 years ago
  7. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  8. 7135501 remove duplicate flag for cell barring by Harald Welte · 15 years ago
  9. f7c28b0 [handover] Real handover algorithm by Harald Welte · 15 years ago
  10. b8bfc56 RSL: keep track if a channel is active or not by Harald Welte · 15 years ago
  11. 38fe2a6 meas_rep: utility function for processing of measurement reports by Harald Welte · 15 years ago
  12. a72273e rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  13. f88c8a0 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  14. 392736d RTP Proxy: Fix RTP sequence number and timestamp in case of dropped frames by Harald Welte · 15 years ago
  15. aca8f15 Add RTP support for EFR by Harald Welte · 15 years ago
  16. da7ab74 RTP-enable MNCC API for LCR + ip.access by Harald Welte · 15 years ago
  17. bc81450 [handover] add VTY parameter to enable/disable handover by Harald Welte · 15 years ago
  18. 5e3d91b ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  19. 3b10499 remove call_handling.h, a reminescent of old days by Harald Welte · 15 years ago
  20. fa5aad7 add handover.h file to Makefile.am to make distcheck happy by Harald Welte · 15 years ago
  21. b1d4c8e logging: introduce log levels at caller site by Harald Welte · 15 years ago
  22. cc9beb5 introduce trans_lchan_change() to update transaction about lchan change by Harald Welte · 15 years ago
  23. 8d77b95 [handover] first functional handover implementation by Harald Welte · 15 years ago
  24. 7a7a0d5 make handover reference a function call argument by Harald Welte · 15 years ago
  25. 88a412a ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setups by Harald Welte · 15 years ago
  26. 7f2d25b mroe comments on meas_rep data structures by Harald Welte · 15 years ago
  27. d12b0fd introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  28. 0b12103 add BSIC parameter to gsm_bts_neighbor() by Harald Welte · 15 years ago
  29. 84874c9 Implement gsm_bts_neighbor() function to determine neighbor BTS by Harald Welte · 15 years ago
  30. f1dae19 04.08 MEAS REP: Convert relative cell number to ARFCN by Harald Welte · 15 years ago
  31. 7f73a1a bitvec: Introduce bitvec_get_nth_set_bit() function by Harald Welte · 15 years ago
  32. 6c40def system_information: use bitvec to generate frequency lists by Harald Welte · 15 years ago
  33. d57f163 bitvec updates and code simplification by Harald Welte · 15 years ago
  34. 648b6ce Add VTY setting for whether or not to sending MM INFO by Harald Welte · 15 years ago
  35. 7659de1 introduce new signal every time we get a mobile identity by Harald Welte · 15 years ago
  36. eab84a1 [RRLP] make RRLP mode configurable from config file by Harald Welte · 15 years ago
  37. 09b7e7f Gracefully reject non-speech calls by Harald Welte · 15 years ago
  38. 4bb4738 utility functions to convert RXLEV into dBm and vice versa by Harald Welte · 15 years ago
  39. 2476609 mark lchan2chan_nr() using a 'const' parameter by Harald Welte · 15 years ago
  40. 1085c09 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  41. 7fc57ad Fix make distcheck by adding the new headers... by Holger Hans Peter Freyther · 15 years ago
  42. 2c82899 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  43. a43f789 Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  44. 3961fcc Introduce new S_GLOBAL_SHUTDOWN signal by Harald Welte · 15 years ago
  45. b84ddfc Assign default values for T3101 and T3113 by Harald Welte · 15 years ago
  46. dbb1d88 [handover] export measurement reports via signal by Harald Welte · 15 years ago
  47. 798418a [handover] Implement handover control logic by Harald Welte · 15 years ago
  48. d011e8b [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  49. 8c83af6 [handover] Implement 04.08 HANDOVER COMMAND by Harald Welte · 15 years ago
  50. 3c7dc6e New complete measurement result/report handling by Harald Welte · 15 years ago
  51. 2d501ea [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  52. 4642d49 [network] Make use of T3113 for paging by Holger Hans Peter Freyther · 15 years ago
  53. 23975e7 [network] Add config option for the remaining network timers by Holger Hans Peter Freyther · 15 years ago
  54. c4d88ad [network] Make T3101 configurable and use it in abis_rsl by Holger Hans Peter Freyther · 15 years ago
  55. d61654c [chan] Alloc SDCCH for certain reserved types by Holger Hans Peter Freyther · 15 years ago
  56. 7466351 [misc] Fix the make distcheck by Holger Hans Peter Freyther · 15 years ago
  57. f67945f [mgcp] Add a simple mgcp gateway used for the BSC by Holger Hans Peter Freyther · 15 years ago
  58. 3b9516e [sccp] Implement sending the Inactivity Test on a connection.. by Holger Hans Peter Freyther · 15 years ago
  59. ac96770 [sccp] Implement parts of ITU SCCP for use in the A-Interface by Holger Hans Peter Freyther · 15 years ago
  60. ff5fa4e [debug] Add a debug area for the MGCP code of On Waves by Holger Hans Peter Freyther · 15 years ago
  61. 32201c5 [debug] Add a debug area for MSC by Holger Hans Peter Freyther · 15 years ago
  62. ed0a47b [debug] Add a debug area for SCCP by Holger Hans Peter Freyther · 15 years ago
  63. ea52802 [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  64. 231163d [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  65. 25f30ba misc: Add routine to generate backtrace from within the application by Holger Hans Peter Freyther · 15 years ago
  66. a6bcc74 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  67. 135a7c6 [neci] Separate handling of chan requested for paging any by Holger Hans Peter Freyther · 15 years ago
  68. f7d752f [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  69. e723eac [telnet] Remove unused variables from the telnet interface by Holger Hans Peter Freyther · 15 years ago
  70. b54d950 silent call: add header file for function prototypes by Harald Welte · 15 years ago
  71. a148233 Add "silent call" feature to OpenBSC by Harald Welte · 15 years ago
  72. aff237d [OML] fix bugs in BCCH info parser for ip.access by Harald Welte · 15 years ago
  73. b40a38f [ip.access] Parse cell global ID as part of BCCH info by Harald Welte · 15 years ago
  74. 0f25585 ip.access: Introduce parser function for BCCH Info test result by Harald Welte · 15 years ago
  75. ccda965 move 'struct value_string' and 'get_value_string()' to gsm_data by Harald Welte · 15 years ago
  76. d409be7 change some identifiers from u_int64_t to unsigned long long by Harald Welte · 15 years ago
  77. 9aa6fd9 Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  78. d7d1c99 ip.access: Header has a 16bit length in network byte order by Sylvain Munaut · 15 years ago
  79. 5ba6f48 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  80. 251aa91 misc: Make bitfields unsigned int... by Holger Hans Peter Freyther · 15 years ago
  81. 100fe56 misc: Fix make distcheck and welcome the two new header files to OpenBSC by Holger Hans Peter Freyther · 15 years ago
  82. f520e64 [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  83. ff3f260 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  84. e81a610 [gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utils by Holger Hans Peter Freyther · 15 years ago
  85. 2449b37 [USSD] various USSD improvements by Mike Haben · 15 years ago
  86. dc329a6 [USSD] eliminate static global variables by Mike Haben · 15 years ago
  87. 6eafe91 Add USDD code from Mike Haben by Harald Welte · 15 years ago
  88. eb429b7 [TLV] Split the parser into 'parse loop' and 'parse single value' by Sylvain Munaut · 15 years ago
  89. 9c880c9 [GPRS] Add RSL function for ip.access PDCH activation by Harald Welte · 15 years ago
  90. a1499d0 [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  91. daef521 [OML] Add support for ip.access SET ATTRIBUTE message by Harald Welte · 15 years ago
  92. 55dd443 [GPRS] add data structures for OML of NSE,CELL,NSVCE by Harald Welte · 15 years ago
  93. 73310c3 [TLV] extend TLV parser with support for TvLV by Harald Welte · 15 years ago
  94. 0e7b073 Include e1_input.h for the e1inp_line by Holger Hans Peter Freyther · 15 years ago
  95. 8b77a34 [rrlp] Fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  96. 65fb0fd Forward declare methods to fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  97. 17ddc50 Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  98. 02c28a0 [debug] Use gcc attribute to enable printf checking by Holger Hans Peter Freyther · 15 years ago
  99. cbbd498 [msgb] Add msgb_reset to reset an existing msgb* to the initial state by Holger Hans Peter Freyther · 15 years ago
  100. 8406ec2 [nanoBTS] move nanoBTS initialization completely into state event handler by Harald Welte · 15 years ago