Set PDSCH CSI enabled by default

master
Ismael Gomez 7 years ago
parent c4ee8c1ff4
commit 81f33ef92b

@ -283,8 +283,8 @@ void parse_args(all_args_t *args, int argc, char *argv[]) {
"Selects the SSS estimation algorithm.") "Selects the SSS estimation algorithm.")
("expert.pdsch_csi_enabled", ("expert.pdsch_csi_enabled",
bpo::value<bool>(&args->expert.phy.pdsch_csi_enabled)->default_value(false), bpo::value<bool>(&args->expert.phy.pdsch_csi_enabled)->default_value(true),
"Stores the Channel State Information and uses it for weightening the softbits. It is only compatible with TM1.") "Stores the Channel State Information and uses it for weightening the softbits. It is only used in TM1.")
("rf_calibration.tx_corr_dc_gain", bpo::value<float>(&args->rf_cal.tx_corr_dc_gain)->default_value(0.0), ("rf_calibration.tx_corr_dc_gain", bpo::value<float>(&args->rf_cal.tx_corr_dc_gain)->default_value(0.0),
"TX DC offset gain correction") "TX DC offset gain correction")

@ -190,7 +190,7 @@ enable = false
# RS adjustments are allowed. # RS adjustments are allowed.
# #
# pdsch_csi_enabled: Stores the Channel State Information and uses it for weightening the softbits. It is only # pdsch_csi_enabled: Stores the Channel State Information and uses it for weightening the softbits. It is only
# compatible with TM1. It is False by default. # used in TM1. It is True by default.
# #
##################################################################### #####################################################################
[expert] [expert]
@ -217,7 +217,7 @@ enable = false
#pregenerate_signals = false #pregenerate_signals = false
#metrics_csv_enable = false #metrics_csv_enable = false
#metrics_csv_filename = /tmp/ue_metrics.csv #metrics_csv_filename = /tmp/ue_metrics.csv
#pdsch_csi_enabled = true # Caution! Only TM1 supported! #pdsch_csi_enabled = true
# CFO related values # CFO related values
#cfo_is_doppler = false #cfo_is_doppler = false

Loading…
Cancel
Save