aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_11.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-04 20:16:25 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-04 20:16:25 +0000
commita553d098e74029b553b87d8eb51619291f175b49 (patch)
tree478d4c26171bbdbac23ea67239594f4c50adf7f5 /include/openbsc/gsm_04_11.h
parent5e76ce61ace28a99f402c3d73fd74d855c6ec40d (diff)
Export the gsm0411 alloc and send function
Diffstat (limited to 'include/openbsc/gsm_04_11.h')
-rw-r--r--include/openbsc/gsm_04_11.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openbsc/gsm_04_11.h b/include/openbsc/gsm_04_11.h
index 7167a554b..b53d17dbe 100644
--- a/include/openbsc/gsm_04_11.h
+++ b/include/openbsc/gsm_04_11.h
@@ -70,4 +70,7 @@ int gsm0411_rcv_sms(struct msgb *msg);
int gsm0411_send_sms(struct gsm_lchan *lchan, struct sms_deliver *sms);
+struct msgb *gsm411_msgb_alloc(void);
+int gsm0411_sendmsg(struct msgb *msg);
+
#endif