aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-19 03:27:29 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-19 03:27:29 +0200
commit9605b695fab690682024128cd580b288906fbb24 (patch)
tree0436498a268b11597709bca54760cc30f98ac869 /src/osmo-bts-litecell15
parentae134f896a77eb5b79c81601cabd821d5b993358 (diff)
vty: mgr: sysmobts, lc15: install default commands for ACT_NORM_NODE
Diffstat (limited to 'src/osmo-bts-litecell15')
-rw-r--r--src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c1
1 files changed, 1 insertions, 0 deletions
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);