From 81506b4095cf4bdb0c1c1e59fc271fc2aa3faa51 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 4 Sep 2010 11:00:01 +0800 Subject: vty: Add the config node code to everyone. --- openbsc/src/gprs/gb_proxy_main.c | 1 + openbsc/src/gprs/sgsn_main.c | 1 + 2 files changed, 2 insertions(+) (limited to 'openbsc/src/gprs') 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) -- cgit v1.2.3