1. ab25ee4 bsc: rf_ctrl will always be created, remove the NULL checks by Holger Hans Peter Freyther · 10 years ago
  2. 025e6c9 TSC: Add new gsm_ts_tsc() function to resolve TSC of TS by Harald Welte · 10 years ago
  3. 499cd25 Do not expect all BTSs support TSC != BCC by Harald Welte · 10 years ago
  4. 8f8e5bf si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messages by Jacob Erlbeck · 10 years ago
  5. 976493b Each BTS can be configured for speech support (other than GSM full rate) by Andreas Eversberg · 11 years ago
  6. ac27b95 Add VTY option for Nokia BTS that does not send RELease CONFirm message by Andreas Eversberg · 11 years ago
  7. c3daa0f Fix: Nokia requires VTY's "oml e1" parameters also by Andreas Eversberg · 11 years ago
  8. 7d552fc vty: Address coverity issue with subscr->name never being NULL by Holger Hans Peter Freyther · 11 years ago
  9. 35e6fbb bsc: Add a VTY command to show the paging group for a BSC/IMSI by Holger Hans Peter Freyther · 11 years ago
  10. f414e85 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  11. cc0d884 bsc/mminfo: Patch timezone and DST in MM Info messages by Jacob Erlbeck · 11 years ago
  12. 80d5843 bsc: Add vty command for setting Access control classes. by Ivan Kluchnikov · 11 years ago
  13. 38c5667 vty: Cosmetic change to the writing of the bts->model by Holger Hans Peter Freyther · 11 years ago
  14. dcce8e8 ctrl: Remember last 'rf_locked' control command by Jacob Erlbeck · 11 years ago
  15. 5e22911 vty: Hide unconfigured BTS on 'write' by Jacob Erlbeck · 11 years ago
  16. bf8eec7 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  17. 2fb8ebf expiration: Allow to disable the periodic location updating procedure by Holger Hans Peter Freyther · 11 years ago
  18. b0be39b nitb: The subscr->imsi is an array will never be NULL by Holger Hans Peter Freyther · 11 years ago
  19. 1b0af51 hsl: Remove the support for the HSL bts from OpenBSC by Holger Hans Peter Freyther · 11 years ago
  20. e7b751c bsc_vty: Print human-readable string version of NM ADM STATE by Harald Welte · 11 years ago
  21. 03d80af vty: Print the state of all GPRS OML objects in show bts by Holger Hans Peter Freyther · 11 years ago
  22. a4fa21c Add VTY option to set GPRS network-control-order to enable MS measurements by Andreas Eversberg · 11 years ago
  23. 8b3c595 IPA: Allow RSL connection to different IP address as OML by Harald Welte · 11 years ago
  24. d1dcdb8 bsc_vty: Prevent printing -1 as unsigned integer for timeslot TSC by Harald Welte · 11 years ago
  25. 9372d9c bsc: Stop "show paging" from crashing before the first paging by Holger Hans Peter Freyther · 11 years ago
  26. ebe3725 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  27. 1079916 bts: Allow to exclude a BTS from the global RF lock handling by Holger Hans Peter Freyther · 12 years ago
  28. 2c9540c osmo-bsc: Add VTY command show position by Daniel Willmann · 12 years ago
  29. 3e7db9e Stricter limits for T3212 (location update period) by Daniel Willmann · 12 years ago
  30. 1ad9628 libbsc: Make argument optional in some 'show' commands by Sylvain Munaut · 12 years ago
  31. 969a405 lchan: Introduce T3109 handling for the release procedure by Holger Hans Peter Freyther · 13 years ago
  32. 14e12f2 Allow setting of Control Channel Description parameters via VTY by Andreas Eversberg · 12 years ago
  33. 45362bb VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  34. 85a77b1 VTY: dynamically create BTS "type" command syntax by Harald Welte · 12 years ago
  35. 2af06cb BSC VTY: use numeric ranges for bts/trx/timeslot numbers by Harald Welte · 12 years ago
  36. 2addf85 dynamically generate a proper VTY reference for phys_chan_config by Harald Welte · 12 years ago
  37. 764c8e1 ... and more VTY help fixes by Harald Welte · 12 years ago
  38. fa2015f Some more VTY documentation / help fixes by Harald Welte · 12 years ago
  39. 557f399 complete the VTY help messages so we don't get "null" in the manual by Harald Welte · 12 years ago
  40. 2984422 libbsc: Add documentation to MM INFO, LAC, TSC, CI by Holger Hans Peter Freyther · 12 years ago
  41. 5c3abf9 move BTS-specific timezone override into sub-structure by Harald Welte · 12 years ago
  42. 55ff936 BSC VTY: Allow encryption to be set to A5/3 by Harald Welte · 12 years ago
  43. 35ac0e4 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  44. cfb6b28 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  45. 9b77f61 Allow VTY-based configuration of T3105 by Harald Welte · 12 years ago
  46. de896da vty / cfg_bts_tsc: TSC range is 0..7, not 0..255 by Harald Welte · 12 years ago
  47. 4d61417 bsc: Create a osmo_bsc_data and embed osmo_msc_data by Holger Hans Peter Freyther · 13 years ago
  48. 09e4fad ARFCNs are in the range of 0..1023, not 0..1024 by Harald Welte · 12 years ago
  49. 86bbcbd bsc: Fix "show lchan" for partially provided information by Holger Hans Peter Freyther · 13 years ago
  50. f9dc16b Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago
  51. 79eae14 bsc_vty: Fix usage of deprecated osmo_osmo_hexdump_nospc by Sylvain Munaut · 13 years ago
  52. cb8e843 libbsc/nokia_site: Fix reset procedure and add option to skip it. by Sylvain Munaut · 13 years ago
  53. e812704 vty: Document more VTY parameters of a command by Holger Hans Peter Freyther · 13 years ago
  54. 64fcd77 Revert "we don't have openbsc/ipaccess.h anymore" by Harald Welte · 13 years ago
  55. b607d7f we don't have openbsc/ipaccess.h anymore by Harald Welte · 13 years ago
  56. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  57. d18d8f0 libbsc: Only skip lchans with state AND type set to NONE in show lchan by Jan Luebbe · 13 years ago
  58. 008be6a E1 Input: Move 'show e1_*' command to e1_input_vty.c by Harald Welte · 13 years ago
  59. f129525 BSC VTY: Accept MNC of 0-999, as 0 is a valid MNC by Dieter Spaar · 13 years ago
  60. 410ee27 bsc: Call the RF Control interface ctrl all the way by Holger Hans Peter Freyther · 13 years ago
  61. e067d5d bsc_vty: Fix some Smatch warnings by Harald Welte · 13 years ago
  62. c788128 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  63. 85771a4 Introduce per-ts TSC by Harald Welte · 13 years ago
  64. 69f6f81 gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  65. 73e6994 abis_nm: Some more fall-out from the abis_nm move to libosmocore by Harald Welte · 13 years ago
  66. 306a889 abis_nm: fix some fallout regarding abis_nm migration to libosmocore by Harald Welte · 13 years ago
  67. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  68. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  69. 914ff19 paging: Provide the number of pending requests by Holger Hans Peter Freyther · 13 years ago
  70. 30c060b misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  71. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  72. 36ad9a4 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  73. 44b8a4c vty: fix segfault if rf_ctl is not set by Pablo Neira Ayuso · 13 years ago
  74. d9dea59 fix path of bscconfig.h include file by Harald Welte · 13 years ago
  75. 08011e2 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  76. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/bsc_vty.c]
  77. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc_vty.c]
  78. d014692 rf: Remember the last command requested on the RF CMD interface by Holger Hans Peter Freyther · 13 years ago
  79. 30f93fb Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  80. 58bef96 LOGGING: make sure to make the 'logging filter' compatible with vty log cfg by Harald Welte · 13 years ago
  81. f989b78 Allow configuration of SI5 neighbor list != SI2 neighbor list by Harald Welte · 13 years ago
  82. c02789e VTY: Allow for per-BTS-model specific config file write functions by Harald Welte · 13 years ago
  83. 1d5a206 OM2000: Introduce VTY commands to initiate OM2000 procedures by Harald Welte · 13 years ago
  84. e76bea0 [E1 INPUT] explicitly configure the E1 input driver for each line by Harald Welte · 13 years ago
  85. ca46eff [BSC] Allow manual override of neighbor cell list by Harald Welte · 13 years ago
  86. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  87. 68b21e1 subscr: Introduce VTY option to keep subscribers in ram. by Holger Hans Peter Freyther · 14 years ago
  88. 81c2ed3 Fix some stupid typos resulting in compile errors. by Harald Welte · 14 years ago
  89. da5db86 BSC VTY: Fix off-by-one / segfault in 'show bts NR' by Harald Welte · 14 years ago
  90. f62dad6 BTS VTY: Order bts-trx-ts-lchan in 'show lchan' by Harald Welte · 14 years ago
  91. 98d2bb8 BSC VTY: Print the current mode of a dynamic TCH/F / PDCH by Harald Welte · 14 years ago
  92. e3bd0c0 BSC VTY: Change order of elements in 'show timeslot' command by Harald Welte · 14 years ago
  93. ff59809 BSC VTY: Remove extraneous 'else' from write_ts_single() by Harald Welte · 14 years ago
  94. 0686838 BSC VTY: Fix 'show timeslot' command if BTS and/or TRX are specified by Harald Welte · 14 years ago
  95. e2aaf44 IMM ASS REJ: Actually add t3122 parsing to vty code by Harald Welte · 14 years ago
  96. a00fdd7 Use 04.08 IMM ASS REJECT in case we run out of channels by Harald Welte · 14 years ago
  97. 5213e99 Dynamic PDC: Add VTY comand 'bts N trx M timeslot O pdch [de]activate' by Harald Welte · 14 years ago
  98. f41bfd5 bsc_vty: Fix unknown 'use-dtx' config parser error by Harald Welte · 14 years ago
  99. 00d7146 bsc: Allow to configure Optional Cell Selection params from vty by Sylvain Munaut · 14 years ago
  100. b5c79c9 vty: For ipaccess we will dump if the OML connection is present by Holger Hans Peter Freyther · 14 years ago