Skip to content

Enable 32 HARQ Processes in DL, UL

Raghavendra Dinavahi requested to merge NR_HARQ32_PROCESSES into develop

Changed RRC, MAC in gNB, UE according to following IE definitions in REL17 to enable 32 HARQ processes in DL, UL -

DL harq processes : 8 is default, if IE nrofHARQ-ProcessesForPDSCH-v1700 is configured then 32 else takes the value according to nrofHARQ-ProcessesForPDSCH

UL harq process : 16 is default, if nrofHARQ-ProcessesForPUSCH-r17 is configured then 32

ex configuration file - targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210-32harq.conf Changes to be done to conf file to enable 32 harq processes -

Dedicated Serving Cell Configuration

servingCellConfigDedicated = ( { nrofHARQ-ProcessesForPDSCH = 32; nrofHARQ-ProcessesForPUSCH = 32; }

Merge request reports