aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-04 11:00:01 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-04 11:00:01 +0800
commit81506b4095cf4bdb0c1c1e59fc271fc2aa3faa51 (patch)
tree28c2f93a4b0d39048f3350a6222ed96e3cc19d92 /openbsc/src/gprs
parent6262643b45b6ba1ce8e2dad70eed3430e567127c (diff)
vty: Add the config node code to everyone.
Diffstat (limited to 'openbsc/src/gprs')
-rw-r--r--openbsc/src/gprs/gb_proxy_main.c1
-rw-r--r--openbsc/src/gprs/sgsn_main.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/gprs/gb_proxy_main.c b/openbsc/src/gprs/gb_proxy_main.c
index 8ce83f1a1..5ef9ce16e 100644
--- a/openbsc/src/gprs/gb_proxy_main.c
+++ b/openbsc/src/gprs/gb_proxy_main.c
@@ -198,6 +198,7 @@ static struct vty_app_info vty_info = {
.name = "Osmocom Gb Proxy",
.version = PACKAGE_VERSION,
.go_parent_cb = bsc_vty_go_parent,
+ .is_config_node = bsc_vty_is_config_node,
};
int main(int argc, char **argv)
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index 8c42edc61..a29910a4a 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -135,6 +135,7 @@ static struct vty_app_info vty_info = {
.name = "Osmocom SGSN",
.version = PACKAGE_VERSION,
.go_parent_cb = bsc_vty_go_parent,
+ .is_config_node = bsc_vty_is_config_node,
};
static void print_help(void)