Fix build with latest libosmocore

Remove locally defined function which conflicts with the one in
libosmocore.

Change-Id: I464c16034b76e4599ac42857f60442c3fd000c75
This commit is contained in:
Max 2018-11-19 10:21:30 +01:00 committed by Pau Espin Pedrol
parent bea25f1302
commit 48a595e8ba
1 changed files with 0 additions and 9 deletions

View File

@ -33,15 +33,6 @@
#include <osmocom/core/msgb.h>
#include <osmocom/gsm/tlv.h>
static inline unsigned char *msgb_wrap_with_TL(struct msgb *msgb, uint8_t tag)
{
uint8_t *data = msgb_push(msgb, 2);
data[0] = tag;
data[1] = msgb->len - 2;
return data;
}
/*! Send a MT RELEASE COMPLETE message with Reject component
* (see section 3.6.1) and given error code (see section 3.6.7).
*