Fix for 1480100.

master
faluco 5 years ago committed by Andre Puschmann
parent 7bec101831
commit 6fdceadc4e

@ -628,6 +628,7 @@ static int find_dl_dci_type_crnti(srslte_ue_dl_t* q,
if (cfg->cfg.tm > SRSLTE_TM8) {
ERROR("Searching DL CRNTI: Invalid TM=%d\n", cfg->cfg.tm + 1);
return SRSLTE_ERROR;
}
for (int f = 0; f < 2; f++) {

Loading…
Cancel
Save