aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-23 11:24:17 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-24 08:22:45 +0200
commit90267a961c8254b5a01daa1bc8e90fd4c470d7ed (patch)
tree743c247e84c730775a6129b26024852d7cedc5e6 /openbsc/include
parent02ca7783ab73724b292bc46015df21f0474c34e5 (diff)
gbproxy: Add a command to delete peers from the GBProxy
This just deletes the peer entry based on NSEI and BVCI. The NS-VC are not touched.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index 7b14a099a..e51dd4744 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -17,6 +17,7 @@ struct gbproxy_config {
extern struct gbproxy_config gbcfg;
extern struct cmd_element show_gbproxy_cmd;
+extern struct cmd_element delete_gb_cmd;
/* gb_proxy_vty .c */