return valid crc on turbo decoder zero words

This commit is contained in:
Ismael Gomez 2016-12-20 13:28:53 +01:00
parent cf7be556ef
commit 1ea776f8c3
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ static int decode_tb(srslte_sch_t *q,
INFO("Warning: Received all-zero transport block\n\n", 0);
}
if (par_rx == par_tx && par_rx) {
if (par_rx == par_tx) {
INFO("TB decoded OK\n",i);
return SRSLTE_SUCCESS;
} else {