aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_vty.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-05 13:54:41 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-05 15:31:34 +0100
commit3016d9f299ea4cfc8961376d20862b9418cfb059 (patch)
treeabea7922884d1b96b8e1e6d8df66e01e1ffe7d6b /openbsc/src/bsc_vty.c
parent5455243306bdc57f39a38da4d2d191d7d549b67c (diff)
[E1 INPUT] explicitly configure the E1 input driver for each line
This introduces a new 'e1_input' config node with a command to be used like: e1_line 0 driver misdn This allows us to have different input drivers in the future
Diffstat (limited to 'openbsc/src/bsc_vty.c')
-rw-r--r--openbsc/src/bsc_vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bsc_vty.c b/openbsc/src/bsc_vty.c
index 97093016e..739d9aa28 100644
--- a/openbsc/src/bsc_vty.c
+++ b/openbsc/src/bsc_vty.c
@@ -2702,6 +2702,7 @@ int bsc_vty_init(void)
install_element(ENABLE_NODE, &pdch_act_cmd);
abis_nm_vty_init();
+ e1inp_vty_init();
bsc_vty_init_extra();