Skip to content

Dynamic PDCCH aggregation level

Bartosz Podrygajlo requested to merge dynamic-pdcch into develop

The aggregation level search order for PDCCH candidates is modified:

  • the search starts from desired_agg_level_index, which is a value from 0 to 4 proportial to pdcch_cl_adjust.
  • pdcch_cl_adjust is a value between 0 and 1 that indicates PDCCH channel quality by averaging HARQ DTX rate. A value of 0 means perfect channel, a value o 1 means impaired channel.
Edited by Bartosz Podrygajlo

Merge request reports