Skip to content

Rate adaptation for UL

Robert Schmidt requested to merge ul-dl-bler into develop

Following @francescomani suggestion, I split rate adaptation for UL from reducing PUSCH following PHR and deltaMCS. In this MR:

  • Estimate UL MCS from HARQ BLER (using the same algo/function as for DL)
  • MCS is limited to 9, so practially, nothing changes.

to activate UL MCS, do this:

./nr-softmodem -O ... ... --MACRLCs.[0].dl_max_mcs 27 --MACRLCs.[0].ul_max_mcs 16
Edited by Robert Schmidt

Merge request reports