summaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-05 19:17:08 +0200
committerPablo Neira Ayuso2011-07-05 19:17:08 +0200
commit262aee80aca96e3f86d4e831485c9e85948b0ede (patch)
tree7158a327593ebace704d7b67319efea6a0a9fcf6 /include/osmocom
parenttests: support OML software activate request ack message (diff)
downloadlibosmo-abis-262aee80aca96e3f86d4e831485c9e85948b0ede.tar.gz
libosmo-abis-262aee80aca96e3f86d4e831485c9e85948b0ede.tar.xz
libosmo-abis-262aee80aca96e3f86d4e831485c9e85948b0ede.zip
src: add e1_input_vty.c to libosmo-abis
This file provides the VTY interface for E1 lines, I have moved it to libosmo-abis since it belongs here.
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/abis/e1_input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 4339e05..51c9273 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -216,6 +216,8 @@ struct subch_mux *e1inp_get_mux(uint8_t e1_nr, uint8_t ts_nr);
void e1inp_sign_link_destroy(struct e1inp_sign_link *link);
int e1inp_line_update(struct e1inp_line *line);
+int e1inp_vty_init(void);
+
struct gsm_network;
int ipaccess_setup(struct gsm_network *gsmnet);
int hsl_setup(struct gsm_network *gsmnet);