Skip to content

Fix CRC check in UE DCI detection

Francesco Mani requested to merge NR_UE_DCI_RX_improvements into develop

The code only checked 16 out of 24 CRC bits (because of uint16_t cutting the CRC). Also removing code for false DCI detection plus some formatting.

Merge request reports