aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-10 23:45:37 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:10 +0100
commitb36b910366fac5ddcd9e109b956cca43b07ab083 (patch)
tree4132221641e54ee374badb49e1afb71541b6f114 /openbsc
parentb47e52c9583c9a664936e13b2c83c4c6989f97d9 (diff)
mscsplit: exclude some more vty nodes
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libcommon/common_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libcommon/common_vty.c b/openbsc/src/libcommon/common_vty.c
index 5129ba459..1bc66948d 100644
--- a/openbsc/src/libcommon/common_vty.c
+++ b/openbsc/src/libcommon/common_vty.c
@@ -52,7 +52,6 @@ int bsc_vty_go_parent(struct vty *vty)
vty->index_sub = NULL;
}
break;
-#endif
case TRX_NODE:
vty->node = BTS_NODE;
{
@@ -71,6 +70,7 @@ int bsc_vty_go_parent(struct vty *vty)
vty->index_sub = &ts->trx->description;
}
break;
+#endif
case OML_NODE:
case OM2K_NODE:
vty->node = ENABLE_NODE;