From 9605b695fab690682024128cd580b288906fbb24 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 19 Sep 2017 03:27:29 +0200 Subject: vty: mgr: sysmobts, lc15: install default commands for ACT_NORM_NODE Change-Id: Ia1b3d5e010c5b6ea8e655b79d9b36b08cd1ef4c4 --- src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c | 1 + src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c index e7e33e53..189a7e24 100644 --- a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c +++ b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c @@ -1056,6 +1056,7 @@ int lc15bts_mgr_vty_init(void) install_node(&act_norm_node, config_write_dummy); install_element(MGR_NODE, &cfg_action_normal_cmd); register_normal_action(ACT_NORM_NODE); + vty_install_default(ACT_NORM_NODE); /* install the warning and critical node */ install_node(&act_warn_node, config_write_dummy); diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c b/src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c index b49f282a..cba4fbb9 100644 --- a/src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c +++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c @@ -507,6 +507,7 @@ int sysmobts_mgr_vty_init(void) install_node(&act_norm_node, config_write_dummy); install_element(MGR_NODE, &cfg_action_normal_cmd); register_normal_action(ACT_NORM_NODE); + vty_install_default(ACT_NORM_NODE); /* install the warning and critical node */ install_node(&act_warn_node, config_write_dummy); -- cgit v1.2.3