aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon/common_vty.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-16 16:54:06 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-16 16:59:50 +0800
commitfdd8b3b40dd4499a15558afc10f8d7cfd0041157 (patch)
tree1e5538ed8b9b35b590618f303dec41f79e48082a /openbsc/src/libcommon/common_vty.c
parenta6a20b4ff6e2f921b913295556a1cafed4ce71e8 (diff)
libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h
Rather than using openbsc internal data/functions, we now use only internal and libosmocore-provided ones.
Diffstat (limited to 'openbsc/src/libcommon/common_vty.c')
-rw-r--r--openbsc/src/libcommon/common_vty.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsc/src/libcommon/common_vty.c b/openbsc/src/libcommon/common_vty.c
index e8486f4f1..5958df287 100644
--- a/openbsc/src/libcommon/common_vty.c
+++ b/openbsc/src/libcommon/common_vty.c
@@ -147,8 +147,6 @@ gDEFUN(ournode_exit,
case MGCP_NODE:
case GBPROXY_NODE:
case SGSN_NODE:
- case NS_NODE:
- case BSSGP_NODE:
case NAT_NODE:
vty->node = CONFIG_NODE;
vty->index = NULL;
@@ -191,7 +189,6 @@ gDEFUN(ournode_end,
case TRUNK_NODE:
case GBPROXY_NODE:
case SGSN_NODE:
- case NS_NODE:
case VTY_NODE:
case NAT_NODE:
case NAT_BSC_NODE: