sched_nr_cfg: bump fixed UL MCS to 28

This commit is contained in:
Andre Puschmann 2021-10-03 12:07:18 +02:00
parent 1937e4d7fc
commit 86938e8474
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ inline sched_nr_interface::ue_cfg_t get_default_ue_cfg(
// Note: dynamic MCS not yet supported
uecfg.fixed_dl_mcs = 28;
uecfg.fixed_ul_mcs = 10;
uecfg.fixed_ul_mcs = 28;
return uecfg;
}