summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-08-19 11:36:15 +0200
committerPablo Neira Ayuso2011-08-19 17:30:56 +0200
commit7e0d006e3c7f163cf1e3621d77a7366a5a7e828a (patch)
tree276db12e913e5d73802d6b85c9bf0d4cc859e509 /include
parentipa: remove unused 'proto' variable (diff)
downloadlibosmo-abis-7e0d006e3c7f163cf1e3621d77a7366a5a7e828a.tar.gz
libosmo-abis-7e0d006e3c7f163cf1e3621d77a7366a5a7e828a.tar.xz
libosmo-abis-7e0d006e3c7f163cf1e3621d77a7366a5a7e828a.zip
input: add rs232 driver for virtual E1 lines
This patch adds the rs232 driver which is used by then bs11_config utility available in openBSC.
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/abis/e1_input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 8cf5c71..9562928 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -100,6 +100,9 @@ struct e1inp_ts {
struct osmo_fd fd;
struct lapd_instance *lapd;
} dahdi;
+ struct {
+ struct osmo_fd fd;
+ } rs232;
} driver;
};