libmsc/gsm_09_11.c: drop redundant assertion of stored msgb

It's already asserted at the beginning of handle_paging_event().

Change-Id: Ia558e11c6bde7bff130e4b76a4402ecc8068f1ed
This commit is contained in:
Vadim Yanitskiy 2018-11-28 22:59:41 +07:00
parent 39093768ca
commit 87c7ea3c5a
1 changed files with 0 additions and 2 deletions

View File

@ -237,8 +237,6 @@ static int handle_paging_event(unsigned int hooknum, unsigned int event,
/* Send stored message */
ss_msg = transt->ss.msg;
OSMO_ASSERT(ss_msg);
gh = (struct gsm48_hdr *) msgb_push(ss_msg, sizeof(*gh));
gh->proto_discr = GSM48_PDISC_NC_SS;
gh->proto_discr |= transt->transaction_id << 4;