aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface_cmds.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-13[statistics] Keep track of OML/RSL failures of the BTS.Holger Hans Peter Freyther1-0/+3
2010-04-13[statistics] Keep track of rf failures and rll release failuresHolger Hans Peter Freyther1-0/+3
Add two new counters to count the RF Failures and the RLL Release failure and make them available via the vty interface.
2010-04-13[vty] Separate BSC and MSC statistics. Make it easy to print them.Holger Hans Peter Freyther1-0/+11
Move the statistics command into the MSC part and move the BSC statistics printing into a subroutine.
2010-04-06[vty] Move the VTY logging commands to a new fileHolger Hans Peter Freyther1-0/+243
Currently vty_interface.c is used for the BSC config, in case of the MGCP Gateway or the BSC Nat process these logging commands are not available. Move the commands to a new vty_interface_cmds.c file to allow to share basic commands across different programs.