Removed obsolete if-condition

This commit is contained in:
Andreas Eversberg 2012-07-13 13:48:45 +02:00
parent ebde64f258
commit b8695f290a
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@ int gprs_bssgp_pcu_rx_dl_ud(struct msgb *msg, struct tlv_parsed *tp)
budh = (struct bssgp_ud_hdr *)msgb_bssgph(msg);
tlli = ntohl(budh->tlli);
if (!tbf)
{
return -1;
}
/* LLC_PDU is mandatory IE */
if (!TLVP_PRESENT(tp, BSSGP_IE_LLC_PDU))
{