aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/e1_input.h
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/openbsc/e1_input.h
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/openbsc/e1_input.h')
-rw-r--r--openbsc/include/openbsc/e1_input.h2
1 files changed, 2 insertions, 0 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 */