aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vty.h
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/include/openbsc/vty.h
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/include/openbsc/vty.h')
-rw-r--r--openbsc/include/openbsc/vty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 5cdd204d8..1be81a7f2 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -29,6 +29,7 @@ enum bsc_vty_node {
NS_NODE,
BSSGP_NODE,
OML_NODE,
+ E1INP_NODE,
NAT_NODE,
NAT_BSC_NODE,
MSC_NODE,