aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/e1_input.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-04-30 15:53:07 +0000
committerHarald Welte <laforge@gnumonks.org>2009-04-30 15:53:07 +0000
commit25de99170fd44d7d5606a8c34a89c4fdf1019e8e (patch)
tree70144ab934bb002bc63079dde3a71083edcd8e92 /include/openbsc/e1_input.h
parent193fefc68322d5ed0cf7f545d1ba2f09c9c879f4 (diff)
add new 'ipaccess-config' program to set Unit ID and primary OML NVRAM parameters of ip.access BTS
Diffstat (limited to 'include/openbsc/e1_input.h')
-rw-r--r--include/openbsc/e1_input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/e1_input.h b/include/openbsc/e1_input.h
index db565bfb4..8b9521d61 100644
--- a/include/openbsc/e1_input.h
+++ b/include/openbsc/e1_input.h
@@ -2,6 +2,7 @@
#define _E1_INPUT_H
#include <stdlib.h>
+#include <netinet/in.h>
#include <openbsc/linuxlist.h>
#include <openbsc/gsm_data.h>
@@ -147,6 +148,7 @@ struct subch_mux *e1inp_get_mux(u_int8_t e1_nr, u_int8_t ts_nr);
/* e1_config.c */
int e1_config(struct gsm_bts *bts, int cardnr, int release_l2);
int ia_config(struct gsm_bts *bts);
+int ia_config_connect(struct gsm_bts *bts, struct sockaddr_in *sin);
int ipaccess_setup(struct e1inp_line *line);
struct llist_head e1inp_driver_list;