Skip to content

fix typo in nr_slot_fep_init_sync()

Thomas Schlichter requested to merge fix_nr_slot_fep_init_sync into develop

This function is used during initial synchronization, only. This typo leads to wrong computation of the OFDM symbol start within a slot, after PBCH decoding. The result is a time offset and therefore a rotation in frequency domain for the initial PDCCH and PDSCH (SIB1) reception.

Merge request reports