1. 9ef8e5a [abis] Dispatch a IPAC restart ACK/NACK signal by Holger Hans Peter Freyther · 15 years ago
  2. 0fc5ab4 [ipaccess] Restart only after setting the OML IP, software load by Holger Hans Peter Freyther · 15 years ago
  3. 0a610e9 [ipaccess] Change the name to be slightly better.. by Holger Hans Peter Freyther · 15 years ago
  4. f327f6f [ipaccess] Expose the sub header list as well.. by Holger Hans Peter Freyther · 15 years ago
  5. 4a00258 [ipaccess] Turn firmware parsing into a routine so it can be used by Holger Hans Peter Freyther · 15 years ago
  6. 257b8db [abis] Add ACK signal and send it on SET NVATTR ACK by Holger Hans Peter Freyther · 15 years ago
  7. ab788cf rsl: add new 'gsm_trx_name()' function and use it by Harald Welte (local) · 15 years ago
  8. 43db2bf export the 'trx_is_usable() function and use it from paging by Harald Welte (local) · 15 years ago
  9. ab2534c Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago
  10. c88a443 RSL: Introduce LCHAN_S_REL_REQ state by Harald Welte · 15 years ago
  11. d2a8189 vty: replace'logging level' numeric value with human readable string by Harald Welte (local) · 15 years ago
  12. b709bfe set the TRX nominal power by default and/or VTY by Harald Welte (local) · 15 years ago
  13. c4e9c9c Introduce and use gsm_lchan_name() in addition to gsm_ts_name() by Harald Welte (local) · 15 years ago
  14. c3be50c Introduce new ACT_REQ state to prevent race condition during channel allocation by Harald Welte (local) · 15 years ago
  15. 02204d0 rename gsm_lchan_name() to gsm_lchant_name() by Harald Welte (local) · 15 years ago
  16. 91438a6 add 'get_string_value()' as inverse function of 'get_value_string()' by Harald Welte (local) · 15 years ago
  17. 10c894d [meas_rep] Add raw neighbor index into per-cell parsed meas rep by Harald Welte · 15 years ago
  18. 0747c6a add (and use) new subscr_name() function to get name or IMSI by Harald Welte · 15 years ago
  19. 57fde55 [debug] Introduce DREF debug category for reference counting by Harald Welte · 15 years ago
  20. 273fdfd Converrt the database later to use DEBUGP/LOGP instead of stderr by Harald Welte · 15 years ago
  21. 0c83660 vty: sub-divide talloc contexts and include them in talloc report by Harald Welte · 15 years ago
  22. 8a8239e db: Fix compile warning, declare db_sms_get_unsent_by_subscr by Sylvain Munaut · 15 years ago
  23. 2c87ec1 use enum for operational state by Harald Welte · 15 years ago
  24. b4864ed Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  25. 28f7c57 [authentication] Code for retrieving authentication data from SQL DB by Harald Welte · 15 years ago
  26. 9994b18 introduce #defines for ip.access RSL and OML UDP ports by Harald Welte · 15 years ago
  27. 76037f0 [statistics] Do the syncing to db from within the bsc_hack by Holger Hans Peter Freyther · 15 years ago
  28. 5404197 [statistics] Make counter_db_store internal by Holger Hans Peter Freyther · 15 years ago
  29. c8d862e Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  30. bdbb744 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  31. 8e2d8de bts: Allow config of RACH control parameters tx-integer & max retrans by Sylvain Munaut · 15 years ago
  32. fe96f38 Display current channel usage load in 'show bts' and 'show network' by Harald Welte · 15 years ago
  33. 3edc5a9 keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  34. 8c973ba remove duplicate flag for cell barring by Harald Welte · 15 years ago
  35. 92d8891 [handover] Real handover algorithm by Harald Welte · 15 years ago
  36. 4baa9c5 RSL: keep track if a channel is active or not by Harald Welte · 15 years ago
  37. 451a06a meas_rep: utility function for processing of measurement reports by Harald Welte · 15 years ago
  38. 9947d9f rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  39. 8096a51 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  40. 51cc1bb RTP Proxy: Fix RTP sequence number and timestamp in case of dropped frames by Harald Welte · 15 years ago
  41. d3d68ad Add RTP support for EFR by Harald Welte · 15 years ago
  42. 3971ad5 RTP-enable MNCC API for LCR + ip.access by Harald Welte · 15 years ago
  43. 0af9c9f [handover] add VTY parameter to enable/disable handover by Harald Welte · 15 years ago
  44. bffa499 ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  45. 72331e6 remove call_handling.h, a reminescent of old days by Harald Welte · 15 years ago
  46. debeab2 add handover.h file to Makefile.am to make distcheck happy by Harald Welte · 15 years ago
  47. cf2ec4a logging: introduce log levels at caller site by Harald Welte · 15 years ago
  48. 2c99807 introduce trans_lchan_change() to update transaction about lchan change by Harald Welte · 15 years ago
  49. b90d7bd [handover] first functional handover implementation by Harald Welte · 15 years ago
  50. d0841fa make handover reference a function call argument by Harald Welte · 15 years ago
  51. 5a989a9 ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setups by Harald Welte · 15 years ago
  52. 31a0b82 mroe comments on meas_rep data structures by Harald Welte · 15 years ago
  53. f947681 introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  54. 792a1d4 add BSIC parameter to gsm_bts_neighbor() by Harald Welte · 15 years ago
  55. 2a47086 Implement gsm_bts_neighbor() function to determine neighbor BTS by Harald Welte · 15 years ago
  56. 3c626b2 04.08 MEAS REP: Convert relative cell number to ARFCN by Harald Welte · 15 years ago
  57. 5925cf7 bitvec: Introduce bitvec_get_nth_set_bit() function by Harald Welte · 15 years ago
  58. 6ae6467 system_information: use bitvec to generate frequency lists by Harald Welte · 15 years ago
  59. 63043c9 bitvec updates and code simplification by Harald Welte · 15 years ago
  60. a310f3e Add VTY setting for whether or not to sending MM INFO by Harald Welte · 15 years ago
  61. edf48af introduce new signal every time we get a mobile identity by Harald Welte · 15 years ago
  62. 52af195 [RRLP] make RRLP mode configurable from config file by Harald Welte · 15 years ago
  63. 3d1f9b6 Gracefully reject non-speech calls by Harald Welte · 15 years ago
  64. 1780cb8 utility functions to convert RXLEV into dBm and vice versa by Harald Welte · 15 years ago
  65. b558624 mark lchan2chan_nr() using a 'const' parameter by Harald Welte · 15 years ago
  66. 59936d7 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  67. 2b8679f Fix make distcheck by adding the new headers... by Holger Hans Peter Freyther · 15 years ago
  68. 8750421 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  69. a54a2bb Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  70. d21adfe Introduce new S_GLOBAL_SHUTDOWN signal by Harald Welte · 15 years ago
  71. a963980 Assign default values for T3101 and T3113 by Harald Welte · 15 years ago
  72. 4efcc54 [handover] export measurement reports via signal by Harald Welte · 15 years ago
  73. 96c0b08 [handover] Implement handover control logic by Harald Welte · 15 years ago
  74. 6720a43 [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  75. f849366 [handover] Implement 04.08 HANDOVER COMMAND by Harald Welte · 15 years ago
  76. c20bd1d New complete measurement result/report handling by Harald Welte · 15 years ago
  77. 1c8b480 [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  78. 4b9042a [network] Make use of T3113 for paging by Holger Hans Peter Freyther · 15 years ago
  79. 8973386 [network] Add config option for the remaining network timers by Holger Hans Peter Freyther · 15 years ago
  80. 26ba2e7 [network] Make T3101 configurable and use it in abis_rsl by Holger Hans Peter Freyther · 15 years ago
  81. a614a4c [chan] Alloc SDCCH for certain reserved types by Holger Hans Peter Freyther · 15 years ago
  82. 313d0d2 [misc] Fix the make distcheck by Holger Hans Peter Freyther · 15 years ago
  83. 9a26b7c [mgcp] Add a simple mgcp gateway used for the BSC by Holger Hans Peter Freyther · 15 years ago
  84. 9343821 [sccp] Implement sending the Inactivity Test on a connection.. by Holger Hans Peter Freyther · 15 years ago
  85. 6094ef2 [sccp] Implement parts of ITU SCCP for use in the A-Interface by Holger Hans Peter Freyther · 15 years ago
  86. 66f78e6 [debug] Add a debug area for the MGCP code of On Waves by Holger Hans Peter Freyther · 15 years ago
  87. acf289e [debug] Add a debug area for MSC by Holger Hans Peter Freyther · 15 years ago
  88. b9cf781 [debug] Add a debug area for SCCP by Holger Hans Peter Freyther · 15 years ago
  89. 3cce58f [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  90. 5ea7ea6 [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  91. 3c7caf1 misc: Add routine to generate backtrace from within the application by Holger Hans Peter Freyther · 15 years ago
  92. 94bde97 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  93. 313a6c8 [neci] Separate handling of chan requested for paging any by Holger Hans Peter Freyther · 15 years ago
  94. 96c8982 [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  95. 007c0e9 [telnet] Remove unused variables from the telnet interface by Holger Hans Peter Freyther · 15 years ago
  96. 0101b81 silent call: add header file for function prototypes by Harald Welte · 15 years ago
  97. b8678a7 Add "silent call" feature to OpenBSC by Harald Welte · 15 years ago
  98. 161b4be [OML] fix bugs in BCCH info parser for ip.access by Harald Welte · 15 years ago
  99. bfc2109 [ip.access] Parse cell global ID as part of BCCH info by Harald Welte · 15 years ago
  100. beeae41 ip.access: Introduce parser function for BCCH Info test result by Harald Welte · 15 years ago