aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_04_08.c
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 /src/gsm_04_08.c
parent3ae8fd2acb53dc9ab7e8d7ce6fb8947cf6882c7e (diff)
Make gsm48_msgb_alloc public and usable for the telnet_interface
Diffstat (limited to 'src/gsm_04_08.c')
-rw-r--r--src/gsm_04_08.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm_04_08.c b/src/gsm_04_08.c
index 61080b454..e2cba5bb2 100644
--- a/src/gsm_04_08.c
+++ b/src/gsm_04_08.c
@@ -183,7 +183,7 @@ int generate_mid_from_tmsi(u_int8_t *buf, u_int32_t tmsi)
return 7;
}
-static struct msgb *gsm48_msgb_alloc(void)
+struct msgb *gsm48_msgb_alloc(void)
{
return msgb_alloc_headroom(GSM48_ALLOC_SIZE, GSM48_ALLOC_HEADROOM);
}