aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/misdn.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/misdn.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/misdn.h')
-rw-r--r--openbsc/include/openbsc/misdn.h1
1 files changed, 0 insertions, 1 deletions
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