aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/include/vty/command.h1
-rw-r--r--openbsc/src/common_vty.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/vty/command.h b/openbsc/include/vty/command.h
index ec594ed1b..252a22d5e 100644
--- a/openbsc/include/vty/command.h
+++ b/openbsc/include/vty/command.h
@@ -114,6 +114,7 @@ enum node_type {
GBPROXY_NODE,
SGSN_NODE,
NS_NODE,
+ BSSGP_NODE,
};
/* Node which has some commands and prompt string and configuration
diff --git a/openbsc/src/common_vty.c b/openbsc/src/common_vty.c
index 1f2f93b19..4f18a74e7 100644
--- a/openbsc/src/common_vty.c
+++ b/openbsc/src/common_vty.c
@@ -74,6 +74,7 @@ gDEFUN(ournode_exit,
case GBPROXY_NODE:
case SGSN_NODE:
case NS_NODE:
+ case BSSGP_NODE:
vty->node = CONFIG_NODE;
vty->index = NULL;
break;