aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gb_proxy.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-11 05:49:43 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-11 05:49:43 +0200
commit85801d02940833729b6057d48b41df3ed0816207 (patch)
tree6772ffe9ec36a0d5e15037346a2aff591b3dbcbd /openbsc/include/openbsc/gb_proxy.h
parent1c0de6802c9b4ba77a110d96509b1de50eea3c7e (diff)
[gprs] gb_proxy: More VTY 'show' information
The 'show gbproxy' now actually shows information about the Gb proxy BTS peers, whereas 'show ns' shows information about existing NS links.
Diffstat (limited to 'openbsc/include/openbsc/gb_proxy.h')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index 60dd5ca80..3b695e52a 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -6,6 +6,7 @@
#include <osmocore/msgb.h>
#include <openbsc/gprs_ns.h>
+#include <vty/command.h>
struct gbproxy_config {
/* parsed from config file */
@@ -23,6 +24,7 @@ struct gbproxy_config {
};
extern struct gbproxy_config gbcfg;
+extern struct cmd_element show_gbproxy_cmd;
/* gb_proxy_vty .c */