UE DL does not complain if no grant is not found

master
Xavier Arteaga 5 years ago committed by Xavier Arteaga
parent a42c20b73d
commit 5c0bb000ca

@ -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;
}

Loading…
Cancel
Save