Skip to content

NR UE Symbol based PDCCH processing

Sakthivel Velumani requested to merge NR_UE_pdcch_symbol_based_proc into develop

Part of !2196

  1. Refactor PDCCH PHY functions to take rxdataF of one OFDM symbol and produce LLR for each search space. The modified functions take rxdataF in a different format than that produced by nr_slot_fep(). So for now a memcpy is used to change the array structure. Once nr_slot_fep() is modified, this memcpy will no longer be needed and will be removed.
  2. Modify DCI functions to decode DCI in the last PDCCH symbol and inidcate to MAC once.
  3. Fix PDCCH monitoring for start symbol > 0.
  4. Fix multiple PDCCH monitoring within slot.

Merge request reports