Make gsm48_sendmsg public as well

This commit is contained in:
Holger Freyther 2009-01-04 03:55:31 +00:00
parent 819dd205a9
commit 3e2c32322e
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -188,7 +188,7 @@ struct msgb *gsm48_msgb_alloc(void)
return msgb_alloc_headroom(GSM48_ALLOC_SIZE, GSM48_ALLOC_HEADROOM);
}
static int gsm48_sendmsg(struct msgb *msg)
int gsm48_sendmsg(struct msgb *msg)
{
struct gsm48_hdr *gh = (struct gsm48_hdr *) msg->data;