aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-15 11:28:14 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-15 11:28:14 +0200
commite0ec32686792bd962f4efb6122be8769b1b832b9 (patch)
tree1c6918a111b216cbc927d58066a59c99f59de36b /openbsc/include/openbsc
parent135f797a3711d317a9aef43f0efa9fb8764a0d10 (diff)
[vty] Separate BSC and MSC statistics. Make it easy to print them.
Move the statistics command into the MSC part and move the BSC statistics printing into a subroutine.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/vty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 40e219162..f1b1148ad 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -1,6 +1,10 @@
#ifndef OPENBSC_VTY_H
#define OPENBSC_VTY_H
+struct gsm_network;
+struct vty;
+
void openbsc_vty_add_cmds(void);
+void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *);
#endif