Enable NR PUSCH EVM estimation in srsenb

This commit is contained in:
Xavier Arteaga 2021-10-13 17:11:14 +02:00
parent 3c40cd2840
commit bdcf90d990
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ bool slot_worker::init(const args_t& args)
// Prepare UL arguments
srsran_gnb_ul_args_t ul_args = {};
ul_args.pusch.measure_time = true;
ul_args.pusch.measure_evm = true;
ul_args.pusch.max_layers = args.nof_rx_ports;
ul_args.pusch.max_prb = args.nof_max_prb;
ul_args.nof_max_prb = args.nof_max_prb;