aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-16VTY: rename vty_interface.c to bsc_vty.cHarald Welte1-2116/+0
2010-05-16VTY: Move BSC specific openbsc_vty_print_statistics() to vty_interface.cHarald Welte1-0/+17
2010-05-16VTY: decouple telnet_interface from 'struct gsmnet'Harald Welte1-17/+47
2010-05-16VTY: pass program name, version and copyright to vty_init()Harald Welte1-1/+4
2010-05-14VTY: More interactive helpHarald Welte1-3/+17
2010-05-14[VTY] Introduce "end" command that works from any level in configHarald Welte1-0/+4
2010-05-14[BSC] ARFCN 0 is legal in E-GSMHarald Welte1-1/+1
2010-05-14[VTY] Remove OpenBSC specific node-exit handling from src/vtyHarald Welte1-0/+4
2010-05-14VTY: Introduce common code to add 'description' to objects like BTSHarald Welte1-0/+15
2010-05-14[vty] Add power measurements to the one line summary.Holger Hans Peter Freyther1-1/+13
2010-05-14[vty] Add a one line show lchan summary command.Holger Hans Peter Freyther1-0/+19
2010-05-14[vty] Move "show lchan" into a parameterized methodHolger Hans Peter Freyther1-9/+17
2010-05-14[vty] Remove unfinished code from the VTY...Holger Hans Peter Freyther1-27/+0
2010-05-14rach: Allow to set the emergency call bitHolger Hans Peter Freyther1-0/+17
2010-05-12Fix missing #include preventing compilation of vty_interface.cHarald Welte1-0/+1
2010-05-12NS: Make all timers configurable from VTYHarald Welte1-10/+3
2010-05-12Ensure all 'view' commands are availalbe from 'enable' tooHarald Welte1-9/+9
2010-05-11[gprs] NS/BSSGP: Make all timers configurable from VTYHarald Welte1-26/+125
2010-05-11VTY: More context sensitive help messagesHarald Welte1-16/+87
2010-04-25[vty] Allow to set the RACH NM attributes on a per BTS basisHolger Hans Peter Freyther1-0/+29
2010-04-18GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)'Harald Welte1-14/+15
2010-04-18GPRS: BVCI 0 and 1 are not permitted.Harald Welte1-1/+1
2010-04-18BVCI 0 is not within the permitted rangeHarald Welte1-1/+1
2010-04-17Add rf_locked to the configuration writing.Holger Hans Peter Freyther1-0/+3
2010-04-15[vty] Separate BSC and MSC statistics. Make it easy to print them.Holger Hans Peter Freyther1-41/+0
2010-04-10[vty] Remove unused variables due them only being used in the layer3Holger Hans Peter Freyther1-4/+0
2010-04-10[vty] Forward declare the extra init function the base is callingHolger Hans Peter Freyther1-0/+2
2010-04-07vty: Fix the byteorder... of the bound_ipHolger Hans Peter Freyther1-1/+1
2010-04-06[vty] Move the VTY logging commands to a new fileHolger Hans Peter Freyther1-207/+2
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-5/+5
2010-03-26move log/debug codebase to libosmocoreHarald Welte1-16/+16
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-3/+3
2010-03-22GPRS: make NSEI configurable from VTYHarald Welte1-0/+20
2010-03-22GPRS: don't allow VTY configuration of GPRS parameters if GPRS inactiveHarald Welte1-0/+30
2010-03-22GPRS: make NSVC parameters VTY-configurableHarald Welte1-8/+77
2010-03-22Create new gprs-conf branch with the non-SGSN part of the gprs branchHarald Welte1-1/+44
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-3/+3
2010-01-14[vty_interface.c]: Warn if no BTS could be allocatedDaniel Willmann1-1/+4
2010-01-10[OML] parse attributes depending on BTS typeHarald Welte1-1/+4
2010-01-07[vty] In case of handover only warn about the proxy mode when it is enabledHolger Hans Peter Freyther1-2/+4
2010-01-06[vty] Move db usage out of the libbsc (fork dumping of subscr) (2nd part)Holger Hans Peter Freyther1-26/+0
2010-01-06[vty] Move db usage out of the libbsc (fork dumping of subscr)Holger Hans Peter Freyther1-1/+1
2010-01-03vty: dump subscriber authentication (a3/a8) infos if availableSylvain Munaut1-0/+31
2010-01-03vty: Register logging_set_log_level_cmdSylvain Munaut1-0/+1
2009-12-29Introduce gsm_lchans_name() for human readable lchan state nameHarald Welte1-1/+2
2009-12-28vty: replace'logging level' numeric value with human readable stringHarald Welte (local)1-2/+10
2009-12-28set the TRX nominal power by default and/or VTYHarald Welte (local)1-6/+15
2009-12-28rename gsm_lchan_name() to gsm_lchant_name()Harald Welte (local)1-1/+1
2009-12-26[debug] add new 'logging level' command to set loglevel more user friendlyHarald Welte (local)1-2/+29
2009-12-22Import the new logging architectureHolger Hans Peter Freyther1-0/+173