Fix for 1480100.

This commit is contained in:
faluco 2020-05-07 11:26:58 +02:00 committed by Andre Puschmann
parent 7bec101831
commit 6fdceadc4e
1 changed files with 1 additions and 0 deletions

View File

@ -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++) {