From 81f33ef92b1f3290514d354986184e79c2ea0977 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Fri, 4 May 2018 13:58:38 +0200 Subject: [PATCH] Set PDSCH CSI enabled by default --- srsue/src/main.cc | 4 ++-- srsue/ue.conf.example | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srsue/src/main.cc b/srsue/src/main.cc index d8469f3ae..e0487f60d 100644 --- a/srsue/src/main.cc +++ b/srsue/src/main.cc @@ -283,8 +283,8 @@ void parse_args(all_args_t *args, int argc, char *argv[]) { "Selects the SSS estimation algorithm.") ("expert.pdsch_csi_enabled", - bpo::value(&args->expert.phy.pdsch_csi_enabled)->default_value(false), - "Stores the Channel State Information and uses it for weightening the softbits. It is only compatible with TM1.") + bpo::value(&args->expert.phy.pdsch_csi_enabled)->default_value(true), + "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(&args->rf_cal.tx_corr_dc_gain)->default_value(0.0), "TX DC offset gain correction") diff --git a/srsue/ue.conf.example b/srsue/ue.conf.example index 9e244bad6..b2cd36ffe 100644 --- a/srsue/ue.conf.example +++ b/srsue/ue.conf.example @@ -190,7 +190,7 @@ enable = false # RS adjustments are allowed. # # 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] @@ -217,7 +217,7 @@ enable = false #pregenerate_signals = false #metrics_csv_enable = false #metrics_csv_filename = /tmp/ue_metrics.csv -#pdsch_csi_enabled = true # Caution! Only TM1 supported! +#pdsch_csi_enabled = true # CFO related values #cfo_is_doppler = false