1. 49c843e Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  2. fe04bb9 gsm_data: don't free a bts that's not even allocated yet by Harald Welte · 13 years ago
  3. c788128 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  4. 85771a4 Introduce per-ts TSC by Harald Welte · 13 years ago
  5. 69f6f81 gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  6. 306a889 abis_nm: fix some fallout regarding abis_nm migration to libosmocore by Harald Welte · 13 years ago
  7. 5bd96a7 bsc: on-demand setup of nanoBTS and HSL femto sockets by Pablo Neira Ayuso · 13 years ago
  8. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  9. 47a9f4b bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  10. 8f6e20d bsc: Point back from struct osmo_msc_data to struct gsm_network by Daniel Willmann · 13 years ago
  11. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  12. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  13. 08011e2 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  14. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/common/gsm_data.c]
  15. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/gsm_data.c]
  16. f989b78 Allow configuration of SI5 neighbor list != SI2 neighbor list by Harald Welte · 13 years ago
  17. a552655 OM2000: Allow configuration of CON from VTY by Harald Welte · 13 years ago
  18. 738310b OM2000: Allow VTY based configuration of IS connection groups by Harald Welte · 13 years ago
  19. 0d4cc33 RBS2000: fix compiler warning about unhandled enum in switch() by Harald Welte · 13 years ago
  20. c2f27ba [RBS2000] Initial attempt at Ericsson RBS2000 support by Harald Welte · 13 years ago
  21. ca46eff [BSC] Allow manual override of neighbor cell list by Harald Welte · 14 years ago
  22. 5c05ed3 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  23. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  24. c56006b BSC Call Control: Actually implement call statistics by Harald Welte · 14 years ago
  25. 2a6bffe abis_nm: Band aid on OML initialisation by queuing messages by Holger Hans Peter Freyther · 14 years ago
  26. 1753af2 bsc: The ip.access rtp-payload has no useful meaning by Holger Hans Peter Freyther · 14 years ago
  27. 3e0525f bsc: Add a mobile country code setting for the backbone. by Holger Hans Peter Freyther · 14 years ago
  28. 7dcd8e3 bsc: Add the rtp-base command to osmo-bsc by Holger Hans Peter Freyther · 14 years ago
  29. f43e3db bsc: Add the ip.access rtp-payload command known from bsc_msc_ip by Holger Hans Peter Freyther · 14 years ago
  30. 21a1cf3 bsc: Readd the core network code setting by Holger Hans Peter Freyther · 14 years ago
  31. 65a64e8 bsc: Initialize the MSC data parameters to a sane default by Holger Hans Peter Freyther · 14 years ago
  32. 58b3df5 bsc: Create struct osmo_msc_data to hold MSC information, handle signals by Holger Hans Peter Freyther · 14 years ago
  33. 3112f67 [paging] Only page if we have some free channels right now by Holger Hans Peter Freyther · 14 years ago
  34. f0f37f1 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  35. 3b556f9 gsm_data.c: Reorder includes to put osmocore up by Holger Hans Peter Freyther · 14 years ago
  36. bf6624d [BSC] Generate MA for each timeslot that has hopping enabled by Harald Welte · 14 years ago
  37. 20e275a [BSC] introduce the concept of 'BTS features' by Harald Welte · 14 years ago
  38. a42a93f [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  39. 10ea12f [rsl] Introduce an error state for the lchan and set it on release by Holger Hans Peter Freyther · 14 years ago
  40. d7b35df [misc] Silence compiler warning... by Holger Hans Peter Freyther · 14 years ago
  41. a925176 [gprs] NS/BSSGP: Make all timers configurable from VTY by Harald Welte · 14 years ago
  42. cc78044 move gsm48_construct_ra() to libosmocore by Harald Welte · 14 years ago
  43. 697ed2b [vty] Allow to set the RACH NM attributes on a per BTS basis by Holger Hans Peter Freyther · 14 years ago
  44. cb20b7a GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)' by Harald Welte · 14 years ago
  45. 3e09b3f [statistics] Keep track of OML/RSL failures of the BTS. by Holger Hans Peter Freyther · 14 years ago
  46. 27942e9 [statistics] Keep track of rf failures and rll release failures by Holger Hans Peter Freyther · 14 years ago
  47. 453141f increase the use of 'struct value_string' in abis_nm and gsm_data by Harald Welte · 14 years ago
  48. 3055e33 Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  49. 709d38f move gsm_band_name() and gsm_band_parse() to libosmocore by Harald Welte · 14 years ago
  50. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  51. f3f5829 Fix allocation of BTS from VTY by laforge · 14 years ago
  52. 59698fb [OML] parse attributes depending on BTS type by Harald Welte · 15 years ago
  53. c985a14 introduce new gsm_bts_trx_by_nr() function by Harald Welte · 15 years ago
  54. e0938e1 Initialize reject_cause to a valid number by Holger Hans Peter Freyther · 15 years ago
  55. 677bb2f [misc] Utilize rf_locking by setting the nm_state.administrative by Holger Hans Peter Freyther · 15 years ago
  56. ab788cf rsl: add new 'gsm_trx_name()' function and use it by Harald Welte (local) · 15 years ago
  57. ab2534c Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago
  58. b709bfe set the TRX nominal power by default and/or VTY by Harald Welte (local) · 15 years ago
  59. c4e9c9c Introduce and use gsm_lchan_name() in addition to gsm_ts_name() by Harald Welte (local) · 15 years ago
  60. 02204d0 rename gsm_lchan_name() to gsm_lchant_name() by Harald Welte (local) · 15 years ago
  61. 354e49e move get_string_value() und get_value_string() into debug.c by Harald Welte · 15 years ago
  62. 91438a6 add 'get_string_value()' as inverse function of 'get_value_string()' by Harald Welte (local) · 15 years ago
  63. bdbb744 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  64. 8e2d8de bts: Allow config of RACH control parameters tx-integer & max retrans by Sylvain Munaut · 15 years ago
  65. 92d8891 [handover] Real handover algorithm by Harald Welte · 15 years ago
  66. f947681 introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  67. 792a1d4 add BSIC parameter to gsm_bts_neighbor() by Harald Welte · 15 years ago
  68. 2a47086 Implement gsm_bts_neighbor() function to determine neighbor BTS by Harald Welte · 15 years ago
  69. 6ae6467 system_information: use bitvec to generate frequency lists by Harald Welte · 15 years ago
  70. 52af195 [RRLP] make RRLP mode configurable from config file by Harald Welte · 15 years ago
  71. b761bf8 [VTY] add more cell reselection parameters to VTY by Harald Welte · 15 years ago
  72. a963980 Assign default values for T3101 and T3113 by Harald Welte · 15 years ago
  73. 1c8b480 [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  74. b1ba414 move 'struct value_string' and 'get_value_string()' to gsm_data by Harald Welte · 15 years ago
  75. e453348 [misc] Use talloc_zero instead of talloc and later memset by Holger Hans Peter Freyther · 15 years ago
  76. c0c5079 [USSD] various USSD improvements by Mike Haben · 15 years ago
  77. 37884ed [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  78. 439e128 [GPRS] add data structures for OML of NSE,CELL,NSVCE by Harald Welte · 15 years ago
  79. 66e0ba0 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  80. 6c6ab86 [lac] Do not use the reserved LAC 0x0 for two different things by Holger Hans Peter Freyther · 15 years ago
  81. c313165 [paging] Use one of the two reserved LAC to page every BTS by Holger Hans Peter Freyther · 15 years ago
  82. cbd4610 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  83. a59a27e add a authorization policy field to the network and VTY by Harald Welte (local) · 15 years ago
  84. 6286888 the actual config file code (not just config files) by Harald Welte · 15 years ago
  85. 498feae parse_btstype() can use const qualifier by Harald Welte · 15 years ago
  86. d433177 implement gsm_pchan_parse() function by Harald Welte · 15 years ago
  87. e84efce change order of BTS and TRX list as well as band names for prettier printout by Harald Welte · 15 years ago
  88. e4d5146 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago
  89. e712a5f switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  90. 91afe4c Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  91. b4feea5 Merge branch 'mncc-harald' by Harald Welte · 15 years ago
  92. 56f59bb make btstype2str return a const char* to make gcc 4.4 happy by Holger Hans Peter Freyther · 15 years ago
  93. 0374084 reworked MNCC codebase by Harald Welte · 15 years ago
  94. 59b0468 move openbsc into its own subdirectory by Harald Welte · 15 years ago