Set NR-PDSCH default table to 256QAM

master
Xavier Arteaga 4 years ago committed by Andre Puschmann
parent 3ee667c4a5
commit 2baccc8b13

@ -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;
}
};

@ -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;
}
};

Loading…
Cancel
Save