aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-02-10 13:38:02 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-06 15:50:36 +0200
commitb77ae3bc601f9c70c6f9d41d70b063a769506322 (patch)
treea3c51ca2634a1b95a6c89a8457adf1cc132be2bc /src/common
parent6d5dc060ea333f372a0df45213936ca742e25176 (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...
Diffstat (limited to 'src/common')
-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 9ceae024..596184ad 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -210,6 +210,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);