summaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis/e1_input.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-26 19:08:05 +0200
committerPablo Neira Ayuso2011-06-26 19:08:05 +0200
commit96e7263c85f526f790b4688dfad90247de5a8fac (patch)
tree866faffb516f66f060fe03c1a3c353aca673de73 /include/osmocom/abis/e1_input.h
parentinclude: remove unused prototype _abis_nm_sendmsg(...) definition (diff)
downloadlibosmo-abis-96e7263c85f526f790b4688dfad90247de5a8fac.tar.gz
libosmo-abis-96e7263c85f526f790b4688dfad90247de5a8fac.tar.xz
libosmo-abis-96e7263c85f526f790b4688dfad90247de5a8fac.zip
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/osmocom/abis/e1_input.h')
-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 */