Commit 2bfe9ba2 authored by Sakthivel Velumani's avatar Sakthivel Velumani

Remove dead code

parent c8a61331
......@@ -2665,9 +2665,6 @@ static uint8_t nr_extract_dci_info(NR_UE_MAC_INST_t *mac,
return 2+nr_extract_dci_info(mac, NR_UL_DCI_FORMAT_0_0, dci_size, rnti, ss_type, dci_pdu, dci_pdu_rel15, slot);
}
if (dci_pdu_rel15->format_indicator == 0)
return 1; // discard dci, format indicator not corresponding to dci_format
// Freq domain assignment 0-16 bit
fsize = (int)ceil(log2((N_RB * (N_RB + 1)) >> 1));
pos+=fsize;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment