aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon/common_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-27 10:58:29 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-27 10:58:29 +0100
commit925c57fb545b072159a831bff852c92795704dfe (patch)
tree3120196806234e57648f7502e8767a8521b55972 /openbsc/src/libcommon/common_vty.c
parent1ba0730a7109b06e4043e7b17c11d8d2c34358c5 (diff)
nitb: Make the last change configurable
Introduce a NITB node and add the subscriber creation as config name in there.
Diffstat (limited to 'openbsc/src/libcommon/common_vty.c')
-rw-r--r--openbsc/src/libcommon/common_vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libcommon/common_vty.c b/openbsc/src/libcommon/common_vty.c
index 3f8f16f7d..186fbe0b7 100644
--- a/openbsc/src/libcommon/common_vty.c
+++ b/openbsc/src/libcommon/common_vty.c
@@ -106,6 +106,7 @@ enum node_type bsc_vty_go_parent(struct vty *vty)
case BSC_NODE:
case MSC_NODE:
case MNCC_INT_NODE:
+ case NITB_NODE:
default:
if (bsc_vty_is_config_node(vty, vty->node))
vty->node = CONFIG_NODE;