Skip to content

Rate adaptation for UL and power limitation

Robert Schmidt requested to merge ul-dl-bler-phr into develop
  • Estimates UL MCS from HARQ BLER (using the same algo/function as for DL)
  • Limit No. of UL PRBs by PHR
  • Limit No. of UL PRBs by bits per resource element (deltaMCS enabled in RRC)

limit DL/UL MCS like this:

./nr-softmodem -O ... ... --MACRLC.[0].dl_max_mcs 24 --MACRLC.[0].ul_max_mcs 16

Merge request reports