DLSCH error when CRC=0x0

This commit is contained in:
Ismael Gomez 2018-01-02 13:21:11 +01:00
parent ba8a42b92a
commit ba807f1ef3
1 changed files with 1 additions and 5 deletions

View File

@ -493,11 +493,7 @@ static int decode_tb(srslte_sch_t *q,
((uint32_t) data[cb_segm->tbs/8+1])<<8 |
((uint32_t) data[cb_segm->tbs/8+2]);
if (!par_rx) {
INFO("Warning: Received all-zero transport block\n\n",0);
}
if (par_rx == par_tx) {
if (par_rx == par_tx && par_rx) {
INFO("TB decoded OK\n",0);
return SRSLTE_SUCCESS;
} else {