aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-06 06:59:52 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-06 07:01:05 +0200
commitd67f3f04ab59e766521b234bff6b40be21f279ff (patch)
treeccd20609c491e7cbb40cdbbdd7e59e181a02b29f
parent754d5d4b6c96629c6cf6eb84614212c2eb53bab1 (diff)
ipa: Add function declaration for IPA header creation
These functions are called from OpenBSC and are supposed to be public API of libosmo-abis.
-rw-r--r--include/osmocom/abis/ipa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/abis/ipa.h b/include/osmocom/abis/ipa.h
index 982b694..cce2c42 100644
--- a/include/osmocom/abis/ipa.h
+++ b/include/osmocom/abis/ipa.h
@@ -70,4 +70,8 @@ int ipa_msg_recv_buffered(int fd, struct msgb **rmsg, struct msgb **tmp_msg);
int ipaccess_rcvmsg_base(struct msgb *msg, struct osmo_fd *bfd);
+void ipaccess_prepend_header(struct msgb *msg, int proto);
+void ipaccess_prepend_header_ext(struct msgb *msg, int proto);
+
+
#endif