1. ae9006a subscr: Introduce VTY option to keep subscribers in ram. by Holger Hans Peter Freyther · 14 years ago
  2. b29cea1 Fix some stupid typos resulting in compile errors. by Harald Welte · 14 years ago
  3. 712ddbc BSC VTY: Fix off-by-one / segfault in 'show bts NR' by Harald Welte · 14 years ago
  4. 85bded8 BTS VTY: Order bts-trx-ts-lchan in 'show lchan' by Harald Welte · 14 years ago
  5. cd103a9 BSC VTY: Print the current mode of a dynamic TCH/F / PDCH by Harald Welte · 14 years ago
  6. 026b4ca BSC VTY: Change order of elements in 'show timeslot' command by Harald Welte · 14 years ago
  7. 127af34 BSC VTY: Remove extraneous 'else' from write_ts_single() by Harald Welte · 14 years ago
  8. 274d015 BSC VTY: Fix 'show timeslot' command if BTS and/or TRX are specified by Harald Welte · 14 years ago
  9. c9f499f IMM ASS REJ: Actually add t3122 parsing to vty code by Harald Welte · 14 years ago
  10. 2862dca Use 04.08 IMM ASS REJECT in case we run out of channels by Harald Welte · 14 years ago
  11. d0d2b0b Dynamic PDC: Add VTY comand 'bts N trx M timeslot O pdch [de]activate' by Harald Welte · 14 years ago
  12. 63dbfc6 bsc_vty: Fix unknown 'use-dtx' config parser error by Harald Welte · 14 years ago
  13. e0b06b0 bsc: Allow to configure Optional Cell Selection params from vty by Sylvain Munaut · 14 years ago
  14. d283db4 vty: For ipaccess we will dump if the OML connection is present by Holger Hans Peter Freyther · 14 years ago
  15. dab8e27 ipaccess: Fix dropping the OML/RSL connection. by Holger Hans Peter Freyther · 14 years ago
  16. 85334f1 paging: Move the paging data into the paging.h by Holger Hans Peter Freyther · 14 years ago
  17. 0586b0f [vty] First set of fixes for the oml/rsl con dropping by Holger Hans Peter Freyther · 14 years ago
  18. 2484ceb [vty] Add ipa specific command to provoke failures to test OML/RSL reconnect by Holger Hans Peter Freyther · 14 years ago
  19. 3e9a7f8 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  20. d6613e0 [VTY] T3212 scaling is 6 minutes by Dieter Spaar · 14 years ago
  21. e66bf1f [paging] Only page if we have some free channels right now by Holger Hans Peter Freyther · 14 years ago
  22. b0e88b8 vty: Fix build due to merge issue. by Holger Hans Peter Freyther · 14 years ago
  23. 76fc4a3 chan: Add configuration to handle paging any with TCH by Holger Hans Peter Freyther · 14 years ago
  24. 7889107 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  25. 5a3a61d bsc_init: Allow DTXu and enable DTXd on RSL (experimental) by Holger Hans Peter Freyther · 14 years ago
  26. 290aaed [BSC] use correct 0x2B padding for user-specified SI by Harald Welte · 14 years ago
  27. 9fbff4a [BSC] Add support for configfile-hardcoded System Information messages by Harald Welte · 14 years ago
  28. 4049455 bsc_msc: Remove use_count from the subscriber connection by Holger Hans Peter Freyther · 14 years ago
  29. 2412a07 bsc_api: Allocate the subscriber_connection dynamically by Holger Hans Peter Freyther · 14 years ago
  30. c2fb3d0 [BSC] Make sure we only enable hopping on BTS that support it by Harald Welte · 14 years ago
  31. f3d8e92 [BSC] introduce the concept of 'BTS features' by Harald Welte · 14 years ago
  32. a39b0f2 [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  33. 6e0cd04 unfinished support for hopping channels by Harald Welte · 15 years ago
  34. 81c9b9c OML: Introduce minimal VTY command set to interact with OML managed objects by Harald Welte · 14 years ago
  35. f30c0dc [rsl] Implement the T3111 timer to delay the RF Channel release by Holger Hans Peter Freyther · 14 years ago
  36. 3923115 VTY: Fix segfault during 'write file' from vty by Harald Welte · 14 years ago
  37. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  38. 5bc61dc VTY: separate VTY logging commands and OpenBSC node exit code by Harald Welte · 14 years ago
  39. 7d9f223 VTY: rename vty_interface.c to bsc_vty.c by Harald Welte · 14 years ago[Renamed from openbsc/src/vty_interface.c]
  40. 4f10c25 VTY: Move BSC specific openbsc_vty_print_statistics() to vty_interface.c by Harald Welte · 14 years ago
  41. dcccb18 VTY: decouple telnet_interface from 'struct gsmnet' by Harald Welte · 14 years ago
  42. 1353f96 VTY: pass program name, version and copyright to vty_init() by Harald Welte · 14 years ago
  43. 2832606 VTY: More interactive help by Harald Welte · 14 years ago
  44. 54f7424 [VTY] Introduce "end" command that works from any level in config by Harald Welte · 14 years ago
  45. 93e9020 [BSC] ARFCN 0 is legal in E-GSM by Harald Welte · 14 years ago
  46. 62ab20c [VTY] Remove OpenBSC specific node-exit handling from src/vty by Harald Welte · 14 years ago
  47. 197dea9 VTY: Introduce common code to add 'description' to objects like BTS by Harald Welte · 14 years ago
  48. cf5cc5b [vty] Add power measurements to the one line summary. by Holger Hans Peter Freyther · 14 years ago
  49. 3d6a5d6 [vty] Add a one line show lchan summary command. by Holger Hans Peter Freyther · 14 years ago
  50. 029235e [vty] Move "show lchan" into a parameterized method by Holger Hans Peter Freyther · 14 years ago
  51. b8819bb [vty] Remove unfinished code from the VTY... by Holger Hans Peter Freyther · 14 years ago
  52. 3a0a463 rach: Allow to set the emergency call bit by Holger Hans Peter Freyther · 14 years ago
  53. 22229d6 Fix missing #include preventing compilation of vty_interface.c by Harald Welte · 14 years ago
  54. ea4647d NS: Make all timers configurable from VTY by Harald Welte · 14 years ago
  55. b4d5b17 Ensure all 'view' commands are availalbe from 'enable' too by Harald Welte · 14 years ago
  56. 615e956 [gprs] NS/BSSGP: Make all timers configurable from VTY by Harald Welte · 14 years ago
  57. 8f0ed55 VTY: More context sensitive help messages by Harald Welte · 14 years ago
  58. 95c2290 [vty] Allow to set the RACH NM attributes on a per BTS basis by Holger Hans Peter Freyther · 14 years ago
  59. 4511d89 GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)' by Harald Welte · 14 years ago
  60. 57ba7e3 GPRS: BVCI 0 and 1 are not permitted. by Harald Welte · 14 years ago
  61. 6ba3bcb BVCI 0 is not within the permitted range by Harald Welte · 14 years ago
  62. 2ba40af Add rf_locked to the configuration writing. by Holger Hans Peter Freyther · 14 years ago
  63. e0ec326 [vty] Separate BSC and MSC statistics. Make it easy to print them. by Holger Hans Peter Freyther · 14 years ago
  64. 07ba16f [vty] Remove unused variables due them only being used in the layer3 by Holger Hans Peter Freyther · 14 years ago
  65. e1ffc08 [vty] Forward declare the extra init function the base is calling by Holger Hans Peter Freyther · 14 years ago
  66. 54fa799 vty: Fix the byteorder... of the bound_ip by Holger Hans Peter Freyther · 14 years ago
  67. 3c71232 [vty] Move the VTY logging commands to a new file by Holger Hans Peter Freyther · 14 years ago
  68. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  69. dc5062b move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  70. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  71. a5731cf GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  72. 9403670 GPRS: don't allow VTY configuration of GPRS parameters if GPRS inactive by Harald Welte · 14 years ago
  73. af38763 GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  74. 97a282b Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  75. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  76. f15c276 [vty_interface.c]: Warn if no BTS could be allocated by Daniel Willmann · 14 years ago
  77. 39315c4 [OML] parse attributes depending on BTS type by Harald Welte · 14 years ago
  78. cbcfe24 [vty] In case of handover only warn about the proxy mode when it is enabled by Holger Hans Peter Freyther · 14 years ago
  79. b3fc1eb [vty] Move db usage out of the libbsc (fork dumping of subscr) (2nd part) by Holger Hans Peter Freyther · 14 years ago
  80. 424c4f0 [vty] Move db usage out of the libbsc (fork dumping of subscr) by Holger Hans Peter Freyther · 14 years ago
  81. af29264 vty: dump subscriber authentication (a3/a8) infos if available by Sylvain Munaut · 15 years ago
  82. b6c273e vty: Register logging_set_log_level_cmd by Sylvain Munaut · 15 years ago
  83. 1887f9d Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago
  84. 6616915 vty: replace'logging level' numeric value with human readable string by Harald Welte (local) · 15 years ago
  85. 7b37d97 set the TRX nominal power by default and/or VTY by Harald Welte (local) · 15 years ago
  86. ccd8845 rename gsm_lchan_name() to gsm_lchant_name() by Harald Welte (local) · 15 years ago
  87. b79bdd9 [debug] add new 'logging level' command to set loglevel more user friendly by Harald Welte (local) · 15 years ago
  88. b61e3b2 Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  89. e2b8ece pretty-print statistics in 'show statistics' by Harald Welte · 15 years ago
  90. 8387a49 print last measurement report during 'show lchan' by Harald Welte · 15 years ago
  91. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  92. 4010f1e bts: Allow config of RACH control parameters tx-integer & max retrans by Sylvain Munaut · 15 years ago
  93. b908cb7 Display current channel usage load in 'show bts' and 'show network' by Harald Welte · 15 years ago
  94. c802106 [vty] Document the various T??? we are ausing. by Holger Hans Peter Freyther · 15 years ago
  95. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  96. 7135501 remove duplicate flag for cell barring by Harald Welte · 15 years ago
  97. b720bd3 make handover algorithm parameters configurable from VTY by Harald Welte · 15 years ago
  98. fe03f0d don't enable handover unless RTP Proxy is enabled by Harald Welte · 15 years ago
  99. bc81450 [handover] add VTY parameter to enable/disable handover by Harald Welte · 15 years ago
  100. 3d23db4 [PATCH] fix MM INFO parsing in vty_interface by Harald Welte · 15 years ago