Set NR-PDSCH default table to 256QAM

This commit is contained in:
Xavier Arteaga 2021-01-19 17:58:32 +01:00 committed by Andre Puschmann
parent 3ee667c4a5
commit 2baccc8b13
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public:
args.dl.pdsch.measure_evm = true;
args.dl.pdsch.measure_time = true;
args.dl.pdsch.sch.disable_simd = true;
cfg.pdsch.sch_cfg.mcs_table = srslte_mcs_table_256qam;
}
};

View File

@ -54,6 +54,7 @@ public:
args.dl.pdsch.measure_evm = true;
args.dl.pdsch.measure_time = true;
args.dl.pdsch.sch.disable_simd = false;
cfg.pdsch.sch_cfg.mcs_table = srslte_mcs_table_256qam;
}
};