aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-04 03:52:50 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-04 03:52:50 +0000
commit819dd205a9d16df9c1e882192c166fc0dab95b67 (patch)
tree4a43dd72ab686b073b32b923b19cb7f69538bf4c /include/openbsc/gsm_04_08.h
parent3ae8fd2acb53dc9ab7e8d7ce6fb8947cf6882c7e (diff)
Make gsm48_msgb_alloc public and usable for the telnet_interface
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 23a637aad..82652191d 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -392,6 +392,7 @@ enum gsm_chan_t get_ctype_by_chreq(struct gsm_bts *bts, u_int8_t ra);
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);
#endif