aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-06-26 19:08:05 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2011-06-26 19:08:05 +0200
commit96e7263c85f526f790b4688dfad90247de5a8fac (patch)
tree866faffb516f66f060fe03c1a3c353aca673de73 /include
parent79378d6ea0f5a28e291ab0f9a1bc16e2392f5738 (diff)
e1_input: add abis_sendmsg(...)
This patch adds generic abis_sendmsg to send NM messages (both OML and RSL). abis_rsl_sendmsg(...) is basically the same, we'll remove it from libosmo-abis once we can propagate changes to openbsc.
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/abis/e1_input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 72656dd..a9b6178 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -230,4 +230,6 @@ struct input_signal_data {
struct e1inp_line *line;
};
+int abis_sendmsg(struct msgb *msg);
+
#endif /* _E1_INPUT_H */