aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-14 15:26:13 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-14 15:26:13 +0100
commitd88a3878ccc64159fb88d82816b561f35e0449ee (patch)
tree04bf27d2f13fa1309093a2ed1f39b5dc363b86f8 /openbsc/include
parent9c0958bf4c6100114b91bd6b868411abe4511a1d (diff)
OM2000: Route outgoing NM message depending on MO
Depending on the MO we adress, select the proper OML link
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/e1_input.h2
-rw-r--r--openbsc/include/openbsc/misdn.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/e1_input.h b/openbsc/include/openbsc/e1_input.h
index 95b9dd1cc..3c8af3877 100644
--- a/openbsc/include/openbsc/e1_input.h
+++ b/openbsc/include/openbsc/e1_input.h
@@ -182,4 +182,6 @@ extern struct llist_head e1inp_line_list;
int e1inp_vty_init(void);
void e1inp_init(void);
+int _abis_nm_sendmsg(struct msgb *msg, int to_trx_oml);
+
#endif /* _E1_INPUT_H */
diff --git a/openbsc/include/openbsc/misdn.h b/openbsc/include/openbsc/misdn.h
index bd97ab752..0a8b063a4 100644
--- a/openbsc/include/openbsc/misdn.h
+++ b/openbsc/include/openbsc/misdn.h
@@ -22,7 +22,6 @@
#include "e1_input.h"
int mi_setup(int cardnr, struct e1inp_line *line, int release_l2);
-int _abis_nm_sendmsg(struct msgb *msg);
int mi_e1_line_update(struct e1inp_line *line);
#endif