1. a02085d OM2000: Allow configuration of CON from VTY by Harald Welte · 13 years ago
  2. a8e6a65 OM2000: Allow VTY based configuration of IS connection groups by Harald Welte · 13 years ago
  3. 82b03a1 RBS2000: fix compiler warning about unhandled enum in switch() by Harald Welte · 13 years ago
  4. db44f60 [RBS2000] Initial attempt at Ericsson RBS2000 support by Harald Welte · 13 years ago
  5. 32c0962 [BSC] Allow manual override of neighbor cell list by Harald Welte · 13 years ago
  6. 29b64e9 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  7. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  8. a29e43a BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  9. 6f61555 abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  10. b79c3c9 bsc: The ip.access rtp-payload has no useful meaning by Holger Hans Peter Freyther · 14 years ago
  11. 2a8675e bsc: Add a mobile country code setting for the backbone. by Holger Hans Peter Freyther · 14 years ago
  12. fe16622 bsc: Add the rtp-base command to osmo-bsc by Holger Hans Peter Freyther · 14 years ago
  13. 45f9e69 bsc: Add the ip.access rtp-payload command known from bsc_msc_ip by Holger Hans Peter Freyther · 14 years ago
  14. 4de1116 bsc: Readd the core network code setting by Holger Hans Peter Freyther · 14 years ago
  15. 469692c bsc: Initialize the MSC data parameters to a sane default by Holger Hans Peter Freyther · 14 years ago
  16. 3e8e046 bsc: Create struct osmo_msc_data to hold MSC information, handle signals by Holger Hans Peter Freyther · 14 years ago
  17. e66bf1f [paging] Only page if we have some free channels right now by Holger Hans Peter Freyther · 14 years ago
  18. 7889107 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  19. ed83286 gsm_data.c: Reorder includes to put osmocore up by Holger Hans Peter Freyther · 14 years ago
  20. fd37089 [BSC] Generate MA for each timeslot that has hopping enabled by Harald Welte · 14 years ago
  21. f3d8e92 [BSC] introduce the concept of 'BTS features' by Harald Welte · 14 years ago
  22. a39b0f2 [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  23. 4b4dd10 [rsl] Introduce an error state for the lchan and set it on release by Holger Hans Peter Freyther · 14 years ago
  24. 6fc8791 [misc] Silence compiler warning... by Holger Hans Peter Freyther · 14 years ago
  25. 615e956 [gprs] NS/BSSGP: Make all timers configurable from VTY by Harald Welte · 14 years ago
  26. 72267f0 move gsm48_construct_ra() to libosmocore by Harald Welte · 14 years ago
  27. 95c2290 [vty] Allow to set the RACH NM attributes on a per BTS basis by Holger Hans Peter Freyther · 14 years ago
  28. 4511d89 GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)' by Harald Welte · 14 years ago
  29. bb110f9 [statistics] Keep track of OML/RSL failures of the BTS. by Holger Hans Peter Freyther · 14 years ago
  30. 3ba36d5 [statistics] Keep track of rf failures and rll release failures by Holger Hans Peter Freyther · 14 years ago
  31. 92b1fe4 increase the use of 'struct value_string' in abis_nm and gsm_data by Harald Welte · 14 years ago
  32. 97a282b Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  33. fbc5ca0 move gsm_band_name() and gsm_band_parse() to libosmocore by Harald Welte · 14 years ago
  34. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  35. 6af56d1 Fix allocation of BTS from VTY by laforge · 14 years ago
  36. 39315c4 [OML] parse attributes depending on BTS type by Harald Welte · 14 years ago
  37. 6e670aa introduce new gsm_bts_trx_by_nr() function by Harald Welte · 14 years ago
  38. d0c5402 Initialize reject_cause to a valid number by Holger Hans Peter Freyther · 14 years ago
  39. f31e474 [misc] Utilize rf_locking by setting the nm_state.administrative by Holger Hans Peter Freyther · 15 years ago
  40. d48f4eb rsl: add new 'gsm_trx_name()' function and use it by Harald Welte (local) · 15 years ago
  41. 1887f9d Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago
  42. 7b37d97 set the TRX nominal power by default and/or VTY by Harald Welte (local) · 15 years ago
  43. 19ef62a Introduce and use gsm_lchan_name() in addition to gsm_ts_name() by Harald Welte (local) · 15 years ago
  44. ccd8845 rename gsm_lchan_name() to gsm_lchant_name() by Harald Welte (local) · 15 years ago
  45. f6f2ef9 move get_string_value() und get_value_string() into debug.c by Harald Welte · 15 years ago
  46. 240ce88 add 'get_string_value()' as inverse function of 'get_value_string()' by Harald Welte (local) · 15 years ago
  47. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  48. 4010f1e bts: Allow config of RACH control parameters tx-integer & max retrans by Sylvain Munaut · 15 years ago
  49. f7c28b0 [handover] Real handover algorithm by Harald Welte · 15 years ago
  50. d12b0fd introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  51. 0b12103 add BSIC parameter to gsm_bts_neighbor() by Harald Welte · 15 years ago
  52. 84874c9 Implement gsm_bts_neighbor() function to determine neighbor BTS by Harald Welte · 15 years ago
  53. 6c40def system_information: use bitvec to generate frequency lists by Harald Welte · 15 years ago
  54. eab84a1 [RRLP] make RRLP mode configurable from config file by Harald Welte · 15 years ago
  55. 7322528 [VTY] add more cell reselection parameters to VTY by Harald Welte · 15 years ago
  56. b84ddfc Assign default values for T3101 and T3113 by Harald Welte · 15 years ago
  57. 2d501ea [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  58. ccda965 move 'struct value_string' and 'get_value_string()' to gsm_data by Harald Welte · 15 years ago
  59. 5ea7313 [misc] Use talloc_zero instead of talloc and later memset by Holger Hans Peter Freyther · 15 years ago
  60. 2449b37 [USSD] various USSD improvements by Mike Haben · 15 years ago
  61. a1499d0 [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  62. 55dd443 [GPRS] add data structures for OML of NSE,CELL,NSVCE by Harald Welte · 15 years ago
  63. e2d8227 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  64. e48b956 [lac] Do not use the reserved LAC 0x0 for two different things by Holger Hans Peter Freyther · 15 years ago
  65. 45f9b3d [paging] Use one of the two reserved LAC to page every BTS by Holger Hans Peter Freyther · 15 years ago
  66. 0e451d0 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  67. 69de397 add a authorization policy field to the network and VTY by Harald Welte (local) · 15 years ago
  68. 4258182 the actual config file code (not just config files) by Harald Welte · 15 years ago
  69. 1d014a5 parse_btstype() can use const qualifier by Harald Welte · 15 years ago
  70. a171a1b implement gsm_pchan_parse() function by Harald Welte · 15 years ago
  71. 9fb3b8b change order of BTS and TRX list as well as band names for prettier printout by Harald Welte · 15 years ago
  72. 8226fa7 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago
  73. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  74. fcd2445 Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  75. a717d5d Merge branch 'mncc-harald' by Harald Welte · 15 years ago
  76. 2dceae6 make btstype2str return a const char* to make gcc 4.4 happy by Holger Hans Peter Freyther · 15 years ago
  77. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  78. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/gsm_data.c]
  79. 78f2f50 Add user-configurable BSIC setting by Harald Welte · 15 years ago
  80. be99149 add new function gsm_bts_by_lac() to search for BTS based on location area by Harald Welte · 15 years ago
  81. 90f6476 print OML bts_nr rather than bts->nr by Harald Welte · 15 years ago
  82. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 15 years ago
  83. 02b0e09 make sure all channels in one BTS use the same TSC (training sequence code) by Harald Welte · 15 years ago
  84. 51f3845 add missing header include by Harald Welte · 15 years ago
  85. 23a6863 add gst_ts_name() function to obtain human-readable channel name by Harald Welte · 15 years ago
  86. 8c1d0e4 * add bsc_hack commandline argument to select BTS type by Harald Welte · 15 years ago
  87. cd06bfb * fill the e1_link member of every bts_trx_ts structure by Harald Welte · 15 years ago
  88. 978cb42 add BTS TYPE field to facilitate future non-BS11 BTS support by Harald Welte · 15 years ago
  89. a72c98e functions to convert lchan/pchan type into human-readable string by Harald Welte · 15 years ago
  90. b84e2f4 * use 16bit for network and country code by Harald Welte · 16 years ago
  91. 702d870 working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  92. 8470bf2 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 16 years ago
  93. 52b1f98 initial commit of current OpenBSC state by Harald Welte · 16 years ago