1. fbc5ca0 move gsm_band_name() and gsm_band_parse() to libosmocore by Harald Welte · 14 years ago
  2. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  3. 6af56d1 Fix allocation of BTS from VTY by laforge · 14 years ago
  4. 39315c4 [OML] parse attributes depending on BTS type by Harald Welte · 14 years ago
  5. 6e670aa introduce new gsm_bts_trx_by_nr() function by Harald Welte · 14 years ago
  6. d0c5402 Initialize reject_cause to a valid number by Holger Hans Peter Freyther · 14 years ago
  7. f31e474 [misc] Utilize rf_locking by setting the nm_state.administrative by Holger Hans Peter Freyther · 15 years ago
  8. d48f4eb rsl: add new 'gsm_trx_name()' function and use it by Harald Welte (local) · 15 years ago
  9. 1887f9d Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago
  10. 7b37d97 set the TRX nominal power by default and/or VTY by Harald Welte (local) · 15 years ago
  11. 19ef62a Introduce and use gsm_lchan_name() in addition to gsm_ts_name() by Harald Welte (local) · 15 years ago
  12. ccd8845 rename gsm_lchan_name() to gsm_lchant_name() by Harald Welte (local) · 15 years ago
  13. f6f2ef9 move get_string_value() und get_value_string() into debug.c by Harald Welte · 15 years ago
  14. 240ce88 add 'get_string_value()' as inverse function of 'get_value_string()' by Harald Welte (local) · 15 years ago
  15. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  16. 4010f1e bts: Allow config of RACH control parameters tx-integer & max retrans by Sylvain Munaut · 15 years ago
  17. f7c28b0 [handover] Real handover algorithm by Harald Welte · 15 years ago
  18. d12b0fd introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  19. 0b12103 add BSIC parameter to gsm_bts_neighbor() by Harald Welte · 15 years ago
  20. 84874c9 Implement gsm_bts_neighbor() function to determine neighbor BTS by Harald Welte · 15 years ago
  21. 6c40def system_information: use bitvec to generate frequency lists by Harald Welte · 15 years ago
  22. eab84a1 [RRLP] make RRLP mode configurable from config file by Harald Welte · 15 years ago
  23. 7322528 [VTY] add more cell reselection parameters to VTY by Harald Welte · 15 years ago
  24. b84ddfc Assign default values for T3101 and T3113 by Harald Welte · 15 years ago
  25. 2d501ea [vty] Add option to disable RF on a given TRX. by Holger Hans Peter Freyther · 15 years ago
  26. ccda965 move 'struct value_string' and 'get_value_string()' to gsm_data by Harald Welte · 15 years ago
  27. 5ea7313 [misc] Use talloc_zero instead of talloc and later memset by Holger Hans Peter Freyther · 15 years ago
  28. 2449b37 [USSD] various USSD improvements by Mike Haben · 15 years ago
  29. a1499d0 [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  30. 55dd443 [GPRS] add data structures for OML of NSE,CELL,NSVCE by Harald Welte · 15 years ago
  31. e2d8227 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  32. e48b956 [lac] Do not use the reserved LAC 0x0 for two different things by Holger Hans Peter Freyther · 15 years ago
  33. 45f9b3d [paging] Use one of the two reserved LAC to page every BTS by Holger Hans Peter Freyther · 15 years ago
  34. 0e451d0 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  35. 69de397 add a authorization policy field to the network and VTY by Harald Welte (local) · 15 years ago
  36. 4258182 the actual config file code (not just config files) by Harald Welte · 15 years ago
  37. 1d014a5 parse_btstype() can use const qualifier by Harald Welte · 15 years ago
  38. a171a1b implement gsm_pchan_parse() function by Harald Welte · 15 years ago
  39. 9fb3b8b change order of BTS and TRX list as well as band names for prettier printout by Harald Welte · 15 years ago
  40. 8226fa7 the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file. by Andreas Eversberg · 15 years ago
  41. e441d9c switch to dynamically allocated BTS and TRX data structures by Harald Welte · 15 years ago
  42. fcd2445 Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  43. a717d5d Merge branch 'mncc-harald' by Harald Welte · 15 years ago
  44. 2dceae6 make btstype2str return a const char* to make gcc 4.4 happy by Holger Hans Peter Freyther · 15 years ago
  45. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  46. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/gsm_data.c]
  47. 78f2f50 Add user-configurable BSIC setting by Harald Welte · 15 years ago
  48. be99149 add new function gsm_bts_by_lac() to search for BTS based on location area by Harald Welte · 15 years ago
  49. 90f6476 print OML bts_nr rather than bts->nr by Harald Welte · 15 years ago
  50. 32201c1 move is_ipaccess_bts() and parse_btstype9) to gsm_data.c by Harald Welte · 15 years ago
  51. 02b0e09 make sure all channels in one BTS use the same TSC (training sequence code) by Harald Welte · 15 years ago
  52. 51f3845 add missing header include by Harald Welte · 15 years ago
  53. 23a6863 add gst_ts_name() function to obtain human-readable channel name by Harald Welte · 15 years ago
  54. 8c1d0e4 * add bsc_hack commandline argument to select BTS type by Harald Welte · 15 years ago
  55. cd06bfb * fill the e1_link member of every bts_trx_ts structure by Harald Welte · 15 years ago
  56. 978cb42 add BTS TYPE field to facilitate future non-BS11 BTS support by Harald Welte · 15 years ago
  57. a72c98e functions to convert lchan/pchan type into human-readable string by Harald Welte · 15 years ago
  58. b84e2f4 * use 16bit for network and country code by Harald Welte · 16 years ago
  59. 702d870 working state up to location update and classmark inquiry by Harald Welte · 16 years ago
  60. 8470bf2 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 16 years ago
  61. 52b1f98 initial commit of current OpenBSC state by Harald Welte · 16 years ago