From e84aa3413900080de4d6baf1c798cd0f5609f530 Mon Sep 17 00:00:00 2001 From: Francisco Paisana Date: Tue, 20 Oct 2020 16:32:44 +0100 Subject: [PATCH] comment out 256qam features --- srsenb/src/stack/rrc/mac_controller.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srsenb/src/stack/rrc/mac_controller.cc b/srsenb/src/stack/rrc/mac_controller.cc index 8d406f96c..d3d9dcd43 100644 --- a/srsenb/src/stack/rrc/mac_controller.cc +++ b/srsenb/src/stack/rrc/mac_controller.cc @@ -370,11 +370,11 @@ void ue_cfg_apply_reconf_complete_updates(ue_cfg_t& ue_cfg if (conn_recfg.rr_cfg_ded.phys_cfg_ded_present) { auto& phy_cfg = conn_recfg.rr_cfg_ded.phys_cfg_ded; - // Configure 256QAM - if (phy_cfg.cqi_report_cfg_pcell_v1250.is_present() and - phy_cfg.cqi_report_cfg_pcell_v1250->alt_cqi_table_r12_present) { - ue_cfg.use_tbs_index_alt = true; - } + // // Configure 256QAM + // if (phy_cfg.cqi_report_cfg_pcell_v1250.is_present() and + // phy_cfg.cqi_report_cfg_pcell_v1250->alt_cqi_table_r12_present) { + // ue_cfg.use_tbs_index_alt = true; + // } // PUSCH UCI configuration if (phy_cfg.pusch_cfg_ded_present) {