aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-01 16:46:11 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-04 07:20:43 +0200
commita67cbd6f061e28ca0e4f6f10cf481b6685d84613 (patch)
tree6008cf3bf1e2f70e5dfe1f42a4c936c93c797ca4 /openbsc/src/vty
parentf533e13c14905ec140646e85b155988c1b33b9fd (diff)
[gpprs] Add VTY node for SGSN
Diffstat (limited to 'openbsc/src/vty')
-rw-r--r--openbsc/src/vty/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/vty/command.c b/openbsc/src/vty/command.c
index 62144eeb6..67e6804fe 100644
--- a/openbsc/src/vty/command.c
+++ b/openbsc/src/vty/command.c
@@ -2364,6 +2364,7 @@ gDEFUN(config_exit,
break;
case MGCP_NODE:
case GBPROXY_NODE:
+ case SGSN_NODE:
vty->node = CONFIG_NODE;
vty->index = NULL;
default: