aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-02-10 13:38:02 +0100
committerHarald Welte <laforge@gnumonks.org>2013-06-30 15:30:15 +0200
commit6d5228fdf3fe973ed2223be1d1619814eb75a860 (patch)
treed80bcd6acb31b88c130e58120d0efff942851e7e
parent372e2d53df49407734f5f979266d146515fa96c2 (diff)
Call e1inp_vty_init() to make abis interface accessible from VTY
It might not be particularly useful, but then there's no disadvantage either...
-rw-r--r--src/common/abis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/abis.c b/src/common/abis.c
index c264efe1..0e4981ca 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -209,6 +209,7 @@ struct e1inp_line *abis_open(struct gsm_bts *bts, const char *dst_host,
g_bts = bts;
oml_init();
+ e1inp_vty_init();
libosmo_abis_init(NULL);
osmo_signal_register_handler(SS_L_INPUT, &inp_s_cbfn, bts);