Rate adaptation for UL
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