1. d48f4eb rsl: add new 'gsm_trx_name()' function and use it by Harald Welte (local) · 15 years ago
  2. 1887f9d Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago
  3. 8e93b79 RSL: Introduce LCHAN_S_REL_REQ state by Harald Welte · 15 years ago
  4. 7b37d97 set the TRX nominal power by default and/or VTY by Harald Welte (local) · 15 years ago
  5. 19ef62a Introduce and use gsm_lchan_name() in addition to gsm_ts_name() by Harald Welte (local) · 15 years ago
  6. 3e46031 Introduce new ACT_REQ state to prevent race condition during channel allocation by Harald Welte (local) · 15 years ago
  7. ccd8845 rename gsm_lchan_name() to gsm_lchant_name() by Harald Welte (local) · 15 years ago
  8. 240ce88 add 'get_string_value()' as inverse function of 'get_value_string()' by Harald Welte (local) · 15 years ago
  9. d0c1914 [debug] Introduce DREF debug category for reference counting by Harald Welte · 15 years ago
  10. 3606cc5 [authentication] Code for retrieving authentication data from SQL DB by Harald Welte · 15 years ago
  11. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  12. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  13. 7135501 remove duplicate flag for cell barring by Harald Welte · 15 years ago
  14. f7c28b0 [handover] Real handover algorithm by Harald Welte · 15 years ago
  15. b8bfc56 RSL: keep track if a channel is active or not by Harald Welte · 15 years ago
  16. f88c8a0 remove hand full of 'extern ipacc_rtp_direct' definitions 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. 88a412a ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setups by Harald Welte · 15 years ago
  20. d12b0fd introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  21. 0b12103 add BSIC parameter to gsm_bts_neighbor() by Harald Welte · 15 years ago
  22. 84874c9 Implement gsm_bts_neighbor() function to determine neighbor BTS by Harald Welte · 15 years ago
  23. 6c40def system_information: use bitvec to generate frequency lists by Harald Welte · 15 years ago
  24. 648b6ce Add VTY setting for whether or not to sending MM INFO by Harald Welte · 15 years ago
  25. eab84a1 [RRLP] make RRLP mode configurable from config file by Harald Welte · 15 years ago
  26. 1085c09 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  27. 2c82899 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  28. a43f789 Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  29. b84ddfc Assign default values for T3101 and T3113 by Harald Welte · 15 years ago
  30. 2d501ea [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  31. 4642d49 [network] Make use of T3113 for paging by Holger Hans Peter Freyther · 15 years ago
  32. 23975e7 [network] Add config option for the remaining network timers by Holger Hans Peter Freyther · 15 years ago
  33. c4d88ad [network] Make T3101 configurable and use it in abis_rsl by Holger Hans Peter Freyther · 15 years ago
  34. ea52802 [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  35. f7d752f [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  36. ccda965 move 'struct value_string' and 'get_value_string()' to gsm_data by Harald Welte · 15 years ago
  37. d409be7 change some identifiers from u_int64_t to unsigned long long by Harald Welte · 15 years ago
  38. 5ba6f48 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  39. 251aa91 misc: Make bitfields unsigned int... by Holger Hans Peter Freyther · 15 years ago
  40. a1499d0 [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  41. 55dd443 [GPRS] add data structures for OML of NSE,CELL,NSVCE by Harald Welte · 15 years ago
  42. e2d8227 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  43. 0b7f4b3 [lac] The lac must be 16 bit. Change it in gsm_bts and vty parsing by Holger Hans Peter Freyther · 15 years ago
  44. c4a49e3 [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 by Holger Hans Peter Freyther · 15 years ago
  45. 4381cfe add VTY/configfile command for setting encryption (A5) level by Harald Welte · 15 years ago
  46. 08d91a5 A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  47. 0e451d0 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  48. 5dececf implement bts->cell_barred feature, configurable in VTY by Harald Welte (local) · 15 years ago
  49. 69de397 add a authorization policy field to the network and VTY by Harald Welte (local) · 15 years ago
  50. fc0d952 introduce bts->chan_alloc_reverse flag by Harald Welte · 15 years ago
  51. 5b57067 add new 'is_siemens_bts()' function by Harald Welte · 15 years ago
  52. b7e8116 add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGN by Harald Welte · 15 years ago
  53. 39c7deb verify bs11 channel combination constraints by Harald Welte · 15 years ago
  54. 4258182 the actual config file code (not just config files) by Harald Welte · 15 years ago
  55. 7604218 first 'working' SMS implementation by Harald Welte · 15 years ago
  56. 1d014a5 parse_btstype() can use const qualifier by Harald Welte · 15 years ago
  57. bd30506 Merge branch 'master' into sms by Harald Welte · 15 years ago
  58. 65da912 add function declaration for gsm_pchan_parse() by Harald Welte · 15 years ago
  59. 99a452a Merge branch 'master' into sms by Harald Welte · 15 years ago
  60. 63589be add HARDCODED_BTSn_TS to define the base TS for each BTS by Harald Welte · 15 years ago
  61. e34e117 Merge branch 'master' into sms by Harald Welte · 15 years ago
  62. 9943c5b generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  63. 2f33d01 Merge branch 'master' into sms by Harald Welte · 15 years ago
  64. 805f644 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  65. f3efc59 further steps towards better, transaction based SMS by Harald Welte · 15 years ago
  66. 0803b98 move definition of 'struct gsm_trans' to transaction.h by Harald Welte · 15 years ago
  67. b3c3fae remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  68. aa0b29c gms_transactions data model reorganization by Harald Welte · 15 years ago
  69. 596fed4 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  70. dcaf565 gms_transactions data model reorganization by Harald Welte · 15 years ago
  71. ae05d24 Merge branch 'master' into sms by Harald Welte · 15 years ago
  72. 2085554 rename ip.access structure field members and variables by Harald Welte · 15 years ago
  73. b9c758b more SMS improvements by Harald Welte · 15 years ago
  74. 8226fa7 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago
  75. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  76. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  77. 93e9d17 replace 'struct gsm_attr' by 'struct tlv_parsed' by Harald Welte · 15 years ago
  78. fcd2445 Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  79. a717d5d Merge branch 'mncc-harald' by Harald Welte · 15 years ago
  80. 2dceae6 make btstype2str return a const char* to make gcc 4.4 happy by Holger Hans Peter Freyther · 15 years ago
  81. b895507 Increase LCHAN_RELEASE_TIMEOUT to 10 seconds by Harald Welte · 15 years ago
  82. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  83. 85a7b36 Handle and dispatch paging requests in gsm_subscriber by Holger Freyther · 15 years ago
  84. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from include/openbsc/gsm_data.h]
  85. 8b697c7 BS11: add nm_state for EnveBTES, PA and BBSIG physical objects by Harald Welte · 15 years ago
  86. 4f584c3 [lchan] Log increase/decrease of channel use count (Andreas Eversberg) by Holger Freyther · 15 years ago
  87. 7b26bcb * give Siemens ObjClass reasonable names rather than A3/A5/A6 by Harald Welte · 15 years ago
  88. 78f2f50 Add user-configurable BSIC setting by Harald Welte · 15 years ago
  89. 45b407a With this patch, the TRAU muxing code supports not just bridging only. by Harald Welte · 15 years ago
  90. be99149 add new function gsm_bts_by_lac() to search for BTS based on location area by Harald Welte · 15 years ago
  91. ff117a8 * rename the timer functions to avoid name collisions with libmisdn. by Harald Welte · 15 years ago
  92. edb3778 * Add support for multiple ip.access nanoBTS at one BSC by Harald Welte · 15 years ago
  93. bcdebbf [bsc_hack] House keeping, remove dead code by Holger Freyther · 15 years ago
  94. 7e310b1 Store incoming SMS into SQL database by Harald Welte · 15 years ago
  95. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 15 years ago
  96. 02b0e09 make sure all channels in one BTS use the same TSC (training sequence code) by Harald Welte · 15 years ago
  97. 23a6863 add gst_ts_name() function to obtain human-readable channel name by Harald Welte · 15 years ago
  98. 49f48b8 various CC updates: by Harald Welte · 15 years ago
  99. 75a1fa8 switch paging code to use a timer again, since not all BTS send reliable CCCH load indications by Harald Welte · 15 years ago
  100. 0932d1e forgot the header files in last commit. sigh. by Harald Welte · 15 years ago