Reduced CQI more for PUSCH+UCI

This commit is contained in:
Ismael Gomez 2017-09-28 15:05:11 +02:00
parent d836defd57
commit c66f5fc570
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ int sched_ue::alloc_tbs(uint32_t nof_prb,
// TODO: Compute real spectral efficiency based on PUSCH-UCI configuration
if (has_pucch && is_ul) {
cqi-=2;
cqi-=3;
}
int tbs = cqi_to_tbs(cqi, nof_prb, nof_re, max_mcs, max_Qm, &sel_mcs)/8;