1. ff3fad1 vty: fix OML link state printing by Max · 7 years ago
  2. 94059b0 RSL: print link state per-TRX by Max · 7 years ago
  3. 6e4f184 cosmetic: remove duplicated code by Max · 7 years ago
  4. 148ee36 cosmetic: Hide all accesses to conn->bts behind conn_get_bts() by Harald Welte · 7 years ago
  5. 8311a81 Remove bogus MM INFO configuration by Harald Welte · 7 years ago
  6. c499e5c Remove bogus vty config for LU reject cause by Harald Welte · 7 years ago
  7. faacb09 Remove unused RRLP options/codec by Harald Welte · 7 years ago
  8. cf9d431 libbsc: paging: more reasonable (and detailed) paging statistics by Harald Welte · 7 years ago
  9. d82101e Move many counters from BSC-global to per-BTS granularity by Harald Welte · 7 years ago
  10. 20114aa auth: remove obsolete VTY commands by Philipp Maier · 7 years ago
  11. 8c209c9 cosmetic: bsc_vty: Document bvci reserved values by Pau Espin Pedrol · 7 years ago
  12. c5a8416 cosmetic: bsc_vty: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago
  13. ad47f71 auth: remove obsolete VTY commands by Philipp Maier · 7 years ago
  14. e8dda5f vty: Add cmd to configure 3g Early Classmark Sending by Pau Espin Pedrol · 7 years ago
  15. 848e1a5 vty: skip installing cmds now always installed by default by Neels Hofmeyr · 7 years ago
  16. f6e8e66 libbsc: Use correct printf formatting for uint64_t by Pau Espin Pedrol · 7 years ago
  17. 25cc407 ctrl: add oml-uptime command by Max · 7 years ago
  18. 3d049d2 OML: consider RSL link state by Max · 7 years ago
  19. d1f70ed Show OML link uptime in vty by Max · 7 years ago
  20. be356ed Make TRX rf locking more visible by Max · 7 years ago
  21. c016479 move include/openbsc to include/osmocom/bsc by Neels Hofmeyr · 7 years ago
  22. 7b65688 split off osmo-bsc: remove files, apply build by Neels Hofmeyr · 7 years ago
  23. 39f62bb Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  24. 18f4af8 timer vty: also print the default value in cmd doc by Neels Hofmeyr · 7 years ago
  25. f704a6e vty: add 'default' keyword to timer config by Neels Hofmeyr · 7 years ago
  26. 5ca0a81 cosmetic: vty for timers: remove obsolete range check by Neels Hofmeyr · 7 years ago
  27. bb87100 bsc_vty: Don't allow timers of zero (0) by Harald Welte · 7 years ago
  28. a0d324b GSM timers: User reasonable defaults; don't save if equal default by Harald Welte · 7 years ago
  29. b71147a bsc_vty: Add VTY command to test CTRL TRAP feature by Harald Welte · 7 years ago
  30. 8e2e22f libbsc: Add VTY command to re-send the SYSTEM INFORMATION to BTS by Harald Welte · 7 years ago
  31. ce4d88b mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  32. a43e0b4 Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  33. 218e4b4 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libbsc/bsc_vty.c]
  34. 2f8b9d2 Add vty command "radio-link-timeout infinite" for uplink rx testing by Harald Welte · 7 years ago
  35. 70fdd24 Update SI data structures and generation by Max · 7 years ago
  36. 4a824ca don't re-implement osmo_talloc_replace_string() by Harald Welte · 7 years ago
  37. 71d082b Adjust BTS model feature check by Max · 7 years ago
  38. 8254cf7 libbsc: Create pcu-socket only as specified in config file by Harald Welte · 7 years ago
  39. 3f86c52 bsc_vty: Add command to manually issue IPAC MDCX by Harald Welte · 7 years ago
  40. 2abd5e1 bsc_vty.c: Add command for manual [de]actiovation of logical channels by Harald Welte · 7 years ago
  41. 645eb62 bsc_vty.c: Further simplify vty_get_ts() by Harald Welte · 7 years ago
  42. 7fe00fb bsc_vty: Factor vty_get_ts() out of pdch_act_cmd() by Harald Welte · 7 years ago
  43. f39d03a Restructure SI2quater generation by Max · 7 years ago
  44. 7507aef Make BTS type and variant converters shareable by Max · 7 years ago
  45. 6f0e50c Prepare for extended SI2quater support by Max · 7 years ago
  46. 11e4e41 Fix MS TO measurement representation by Max · 7 years ago
  47. f9685c1 gsm_bts: add version and variant details by Max · 8 years ago
  48. 7f3724e VTY: add the dyn_ts_allow_tch_f option by Vadim Yanitskiy · 7 years ago
  49. 6d804b1 add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 8 years ago
  50. a42855f cosmetic: rename osmo_msc_data.h to bsc_msc_data.h by Neels Hofmeyr · 8 years ago
  51. 2c16bee Add support for extended SI2q parameters by Max · 8 years ago
  52. db0e380 vty: remove ignored logging parameters by Max · 8 years ago
  53. 26adfd0 compiler warning: bsc_vty: remove two unused vars by Neels Hofmeyr · 8 years ago
  54. 42def72 Implement VTY configuration to control Early Classmark Sending by Harald Welte · 8 years ago
  55. a191dcd bsc_vty: Fix missing break statements in switch() by Harald Welte · 8 years ago
  56. 1cd5058 cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative value by Harald Welte · 8 years ago
  57. 640b794 move to libcommon-cs: net timezone VTY config by Neels Hofmeyr · 8 years ago
  58. 7398395 Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  59. ea11bf8 bsc vty: rename show_net_cmd to bsc_show_net_cmd by Neels Hofmeyr · 8 years ago
  60. 06d39fd move to libcommon-cs: network VTY that isn't BSC-specific by Neels Hofmeyr · 8 years ago
  61. b90eabf move to libcommon-cs: global vty gsm_network pointer by Neels Hofmeyr · 8 years ago
  62. b748012 bsc_vty: include dyn TS info in vty show lchan by Neels Hofmeyr · 8 years ago
  63. 2afffd5 Revert "bts: extend bts_chan_load to allow counting tch only" by Neels Hofmeyr · 8 years ago
  64. 43d86bf mscsplit: bsc_vty_init(): decouple from global bsc_gsmnet by Neels Hofmeyr · 8 years ago
  65. 308cb07 bts: extend bts_chan_load to allow counting tch only by Alexander Couzens · 8 years ago
  66. 6d82c35 remove unused bsc_copyright from bsc_vty.c by Neels Hofmeyr · 8 years ago
  67. 292ec58 Modify SI 13 field for control_ack_type by Max · 8 years ago
  68. b847a21 libmsc/bsc: split rate counters into bsc and msc group by Alexander Couzens · 8 years ago
  69. 20423ea libbsc/libmsc: convert old osmo counter into rate_ctrgs by Alexander Couzens · 8 years ago
  70. 350533c Modify SI 13 field to support 11 bit RACH by bhargava · 8 years ago
  71. e6052c4 Make random MSISDN assignment optional by Max · 8 years ago
  72. efedf80 vty: show lchan summary: also show lchan->state by Neels Hofmeyr · 8 years ago
  73. 2ebacce dyn PDCH: TS flags: rename one, add three, as enum by Neels Hofmeyr · 8 years ago
  74. 6079528 Add warning for unsupported DTX configurations by Max · 8 years ago
  75. ddee01f Add regexp authorization policy for IMSI by Max · 8 years ago
  76. c08ee71 Move DTX settings to BTS by Max · 8 years ago
  77. 35697b9 Adjust si2quater ranges by Max · 8 years ago
  78. aafff96 Add vty check for max si2quater size by Max · 8 years ago
  79. 26679e0 Add basic UARFCN support by Max · 8 years ago
  80. 0c1bc26 Fix earfcn deletion by Max · 8 years ago
  81. 36212f2 Fix documentation for command parameters by Max · 8 years ago
  82. 59a1bf3 Add basic SI2quater support by Max · 8 years ago
  83. 740e65f bsc: Add code to send ip.access reboot command to nanoBTS by Holger Hans Peter Freyther · 9 years ago
  84. fd1187e minor fixes in bsc_vty.c and bsc_nat.c by Neels Hofmeyr · 9 years ago
  85. 9c4f1d6 fix bsc_vty out: timeslot indented too deeply. by Neels Hofmeyr · 9 years ago
  86. 0a8cf32 indicate the GSM 04.08 channel mode in 'show lchan' by Harald Welte · 9 years ago
  87. 557c84e vty: Print NCC/BCC and not just integer value of BSIC by Harald Welte · 9 years ago
  88. a2bbc5e Fix TSC/BSIC handling bug and remove bts->tsc by Harald Welte · 9 years ago
  89. 64630cc stats: Enable stats for sgsn, gbproxy, nitb, bsc, nat by Jacob Erlbeck · 9 years ago
  90. a174a47 amr: Kill more duplication and let the code work one of the modes by Holger Hans Peter Freyther · 9 years ago
  91. 615ed46 amr: Instead of putting ms/bts into the same struct.. use it twice by Holger Hans Peter Freyther · 9 years ago
  92. 7326652 Add full AMR multirate IE support with VTY config for MS and BTS side by Andreas Eversberg · 11 years ago
  93. 4d4944a Add option to set RADIO LINK TIMEOUT value via VTY by Andreas Eversberg · 12 years ago
  94. 56e1766 nokia: Allow to set the reset time for the nokia bts by Sipos Csaba · 10 years ago
  95. 4e13a8f bsc/nitb: Allow to set the GPRS mode through the ctrl command by Holger Hans Peter Freyther · 10 years ago
  96. 6995f24 logging: Only compare the subscr address by Holger Hans Peter Freyther · 10 years ago
  97. 454140e lchan: Remember why a channel is broken using static strings by Holger Hans Peter Freyther · 10 years ago
  98. 30f1f37 Add basic support for CBCH / SMS-CB (Cell Brroadcast) by Harald Welte · 10 years ago
  99. c22930e bts: Add some simple dependency between different BTS by Holger Hans Peter Freyther · 10 years ago
  100. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago