Skip to content

Clean-up nr_slot_fep

Sakthivel Velumani requested to merge NR_UE_slot_fep_cleanup into develop

First part of !2196.

  1. Create new funtion nr_symbol_fep() to do OFDM demod of one symbol on all antennas. This is called by nr_slot_fep() for now. In future, this function will be called directly after reading each OFDM symbol from the radio.

  2. Removed redundant memory alignment. DFT function performs memory alignment if the input memory is not aligned.

Merge request reports