From 3d23db43a486994e4ab1709955775da854f89537 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 14 Dec 2009 17:49:15 +0100 Subject: [PATCH] fix MM INFO parsing in vty_interface --- openbsc/src/vty_interface.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/vty_interface.c') diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c index 7b7f4d158..d5344edac 100644 --- a/openbsc/src/vty_interface.c +++ b/openbsc/src/vty_interface.c @@ -1370,6 +1370,7 @@ int bsc_vty_init(struct gsm_network *net) install_element(GSMNET_NODE, &cfg_net_encryption_cmd); install_element(GSMNET_NODE, &cfg_net_neci_cmd); install_element(GSMNET_NODE, &cfg_net_rrlp_mode_cmd); + install_element(GSMNET_NODE, &cfg_net_mm_info_cmd); install_element(GSMNET_NODE, &cfg_net_T3101_cmd); install_element(GSMNET_NODE, &cfg_net_T3103_cmd); install_element(GSMNET_NODE, &cfg_net_T3105_cmd); -- cgit v1.2.3