1. debeab2 add handover.h file to Makefile.am to make distcheck happy by Harald Welte · 15 years ago
  2. cf2ec4a logging: introduce log levels at caller site by Harald Welte · 15 years ago
  3. 2c99807 introduce trans_lchan_change() to update transaction about lchan change by Harald Welte · 15 years ago
  4. b90d7bd [handover] first functional handover implementation by Harald Welte · 15 years ago
  5. d0841fa make handover reference a function call argument by Harald Welte · 15 years ago
  6. 5a989a9 ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setups by Harald Welte · 15 years ago
  7. 31a0b82 mroe comments on meas_rep data structures by Harald Welte · 15 years ago
  8. f947681 introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  9. 792a1d4 add BSIC parameter to gsm_bts_neighbor() by Harald Welte · 15 years ago
  10. 2a47086 Implement gsm_bts_neighbor() function to determine neighbor BTS by Harald Welte · 15 years ago
  11. 3c626b2 04.08 MEAS REP: Convert relative cell number to ARFCN by Harald Welte · 15 years ago
  12. 5925cf7 bitvec: Introduce bitvec_get_nth_set_bit() function by Harald Welte · 15 years ago
  13. 6ae6467 system_information: use bitvec to generate frequency lists by Harald Welte · 15 years ago
  14. 63043c9 bitvec updates and code simplification by Harald Welte · 15 years ago
  15. a310f3e Add VTY setting for whether or not to sending MM INFO by Harald Welte · 15 years ago
  16. edf48af introduce new signal every time we get a mobile identity by Harald Welte · 15 years ago
  17. 52af195 [RRLP] make RRLP mode configurable from config file by Harald Welte · 15 years ago
  18. 3d1f9b6 Gracefully reject non-speech calls by Harald Welte · 15 years ago
  19. 1780cb8 utility functions to convert RXLEV into dBm and vice versa by Harald Welte · 15 years ago
  20. b558624 mark lchan2chan_nr() using a 'const' parameter by Harald Welte · 15 years ago
  21. 59936d7 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  22. 2b8679f Fix make distcheck by adding the new headers... by Holger Hans Peter Freyther · 15 years ago
  23. 8750421 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  24. a54a2bb Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  25. d21adfe Introduce new S_GLOBAL_SHUTDOWN signal by Harald Welte · 15 years ago
  26. a963980 Assign default values for T3101 and T3113 by Harald Welte · 15 years ago
  27. 4efcc54 [handover] export measurement reports via signal by Harald Welte · 15 years ago
  28. 96c0b08 [handover] Implement handover control logic by Harald Welte · 15 years ago
  29. 6720a43 [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  30. f849366 [handover] Implement 04.08 HANDOVER COMMAND by Harald Welte · 15 years ago
  31. c20bd1d New complete measurement result/report handling by Harald Welte · 15 years ago
  32. 1c8b480 [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  33. 4b9042a [network] Make use of T3113 for paging by Holger Hans Peter Freyther · 15 years ago
  34. 8973386 [network] Add config option for the remaining network timers by Holger Hans Peter Freyther · 15 years ago
  35. 26ba2e7 [network] Make T3101 configurable and use it in abis_rsl by Holger Hans Peter Freyther · 15 years ago
  36. a614a4c [chan] Alloc SDCCH for certain reserved types by Holger Hans Peter Freyther · 15 years ago
  37. 313d0d2 [misc] Fix the make distcheck by Holger Hans Peter Freyther · 15 years ago
  38. 9a26b7c [mgcp] Add a simple mgcp gateway used for the BSC by Holger Hans Peter Freyther · 15 years ago
  39. 9343821 [sccp] Implement sending the Inactivity Test on a connection.. by Holger Hans Peter Freyther · 15 years ago
  40. 6094ef2 [sccp] Implement parts of ITU SCCP for use in the A-Interface by Holger Hans Peter Freyther · 15 years ago
  41. 66f78e6 [debug] Add a debug area for the MGCP code of On Waves by Holger Hans Peter Freyther · 15 years ago
  42. acf289e [debug] Add a debug area for MSC by Holger Hans Peter Freyther · 15 years ago
  43. b9cf781 [debug] Add a debug area for SCCP by Holger Hans Peter Freyther · 15 years ago
  44. 3cce58f [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  45. 5ea7ea6 [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  46. 3c7caf1 misc: Add routine to generate backtrace from within the application by Holger Hans Peter Freyther · 15 years ago
  47. 94bde97 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  48. 313a6c8 [neci] Separate handling of chan requested for paging any by Holger Hans Peter Freyther · 15 years ago
  49. 96c8982 [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  50. 007c0e9 [telnet] Remove unused variables from the telnet interface by Holger Hans Peter Freyther · 15 years ago
  51. 0101b81 silent call: add header file for function prototypes by Harald Welte · 15 years ago
  52. b8678a7 Add "silent call" feature to OpenBSC by Harald Welte · 15 years ago
  53. 161b4be [OML] fix bugs in BCCH info parser for ip.access by Harald Welte · 15 years ago
  54. bfc2109 [ip.access] Parse cell global ID as part of BCCH info by Harald Welte · 15 years ago
  55. beeae41 ip.access: Introduce parser function for BCCH Info test result by Harald Welte · 15 years ago
  56. b1ba414 move 'struct value_string' and 'get_value_string()' to gsm_data by Harald Welte · 15 years ago
  57. 26abffa change some identifiers from u_int64_t to unsigned long long by Harald Welte · 15 years ago
  58. 35daecc Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  59. 9da8a3a ip.access: Header has a 16bit length in network byte order by Sylvain Munaut · 15 years ago
  60. d831805 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  61. cde5255 misc: Make bitfields unsigned int... by Holger Hans Peter Freyther · 15 years ago
  62. aaf7ccc misc: Fix make distcheck and welcome the two new header files to OpenBSC by Holger Hans Peter Freyther · 15 years ago
  63. 9e6d6ce [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  64. cf0f336 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  65. 942ff17 [gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utils by Holger Hans Peter Freyther · 15 years ago
  66. c0c5079 [USSD] various USSD improvements by Mike Haben · 15 years ago
  67. 775a1a4 [USSD] eliminate static global variables by Mike Haben · 15 years ago
  68. 0311504 Add USDD code from Mike Haben by Harald Welte · 15 years ago
  69. 1ebac14 [TLV] Split the parser into 'parse loop' and 'parse single value' by Sylvain Munaut · 15 years ago
  70. aed946e [GPRS] Add RSL function for ip.access PDCH activation by Harald Welte · 15 years ago
  71. 37884ed [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  72. 0dfc623 [OML] Add support for ip.access SET ATTRIBUTE message by Harald Welte · 15 years ago
  73. 439e128 [GPRS] add data structures for OML of NSE,CELL,NSVCE by Harald Welte · 15 years ago
  74. 724ddb8 [TLV] extend TLV parser with support for TvLV by Harald Welte · 15 years ago
  75. 161d994 Include e1_input.h for the e1inp_line by Holger Hans Peter Freyther · 15 years ago
  76. d70da87 [rrlp] Fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  77. bb1e381 Forward declare methods to fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  78. 93ff0ee Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  79. 9fec932 [debug] Use gcc attribute to enable printf checking by Holger Hans Peter Freyther · 15 years ago
  80. ae780bb [msgb] Add msgb_reset to reset an existing msgb* to the initial state by Holger Hans Peter Freyther · 15 years ago
  81. 9c913c4 [nanoBTS] move nanoBTS initialization completely into state event handler by Harald Welte · 15 years ago
  82. 5aeedd4 [abis_nm] introduce and use abis_nm_ipaccess_rsl_connect() by Harald Welte · 15 years ago
  83. e7d1f95 add ipaccess specific attribute set message by Harald Welte · 15 years ago
  84. ab89616 add availability state abis_nm enum by Harald Welte · 15 years ago
  85. b94719d [gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the response by Holger Hans Peter Freyther · 15 years ago
  86. 66e0ba0 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  87. 6c6ab86 [lac] Do not use the reserved LAC 0x0 for two different things by Holger Hans Peter Freyther · 15 years ago
  88. 717e68c [ipaccess] Add SCCP/A descriminator by Holger Hans Peter Freyther · 15 years ago
  89. 7d3573e [ipaccess] Prepare to reuse parts of the code for the A-link by Holger Hans Peter Freyther · 15 years ago
  90. 54a2283 [lac] The lac must be 16 bit. Change it in gsm_bts and vty parsing by Holger Hans Peter Freyther · 15 years ago
  91. 1e43b8d [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  92. a269ece [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  93. a098dfb [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 by Holger Hans Peter Freyther · 15 years ago
  94. cd8bacf [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  95. c66516f Merge branch 'master' into encryption by Harald Welte · 15 years ago
  96. 6de6dc1 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  97. cca253a add VTY/configfile command for setting encryption (A5) level by Harald Welte · 15 years ago
  98. d2dd9de A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  99. 20a0f32 [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  100. 1e6ef9f [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago