aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-04 03:55:31 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-04 03:55:31 +0000
commit3e2c32322e67039bda6b22f089d6c482a0fb3840 (patch)
treeee0912c346c108eca02040d6c6099fe6a8ef1eec /include/openbsc/gsm_04_08.h
parent819dd205a9d16df9c1e882192c166fc0dab95b67 (diff)
Make gsm48_sendmsg public as well
Diffstat (limited to 'include/openbsc/gsm_04_08.h')
-rw-r--r--include/openbsc/gsm_04_08.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/gsm_04_08.h b/include/openbsc/gsm_04_08.h
index 82652191d..3ef4fdb01 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -393,6 +393,7 @@ enum gsm_chreq_reason_t get_reason_by_chreq(struct gsm_bts *bts, u_int8_t ra);
int gsm48_tx_mm_info(struct gsm_lchan *lchan);
struct msgb *gsm48_msgb_alloc(void);
+int gsm48_sendmsg(struct msgb *msg);
#endif