UE DL does not complain if no grant is not found

This commit is contained in:
Xavier Arteaga 2020-06-09 12:51:53 +02:00 committed by Xavier Arteaga
parent a42c20b73d
commit 5c0bb000ca
1 changed files with 0 additions and 2 deletions

View File

@ -1496,8 +1496,6 @@ int srslte_ue_dl_find_and_decode(srslte_ue_dl_t* q,
acks[tb] = pdsch_res[tb].crc;
}
}
} else {
ERROR("Decoded %d DCIs\n", ret);
}
return ret;
}