From d88a3878ccc64159fb88d82816b561f35e0449ee Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 14 Feb 2011 15:26:13 +0100 Subject: OM2000: Route outgoing NM message depending on MO Depending on the MO we adress, select the proper OML link --- openbsc/include/openbsc/e1_input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include/openbsc/e1_input.h') 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 */ -- cgit v1.2.3