aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_vty.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-31 16:40:40 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-31 16:40:40 +0200
commit81c9b9ca3e98e158db54da1833e33960d5ed5be6 (patch)
treee73147284aa823cc98e1c1acbc96269e66c22c15 /openbsc/src/bsc_vty.c
parent14ce8a0fa4463c9c6bc50143f2ce9b33510fde1d (diff)
OML: Introduce minimal VTY command set to interact with OML managed objects
Diffstat (limited to 'openbsc/src/bsc_vty.c')
-rw-r--r--openbsc/src/bsc_vty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/bsc_vty.c b/openbsc/src/bsc_vty.c
index 31304fca7..a17064d0f 100644
--- a/openbsc/src/bsc_vty.c
+++ b/openbsc/src/bsc_vty.c
@@ -2140,6 +2140,8 @@ int bsc_vty_init(void)
install_element(TS_NODE, &cfg_ts_pchan_cmd);
install_element(TS_NODE, &cfg_ts_e1_subslot_cmd);
+ abis_nm_vty_init();
+
bsc_vty_init_extra();
return 0;