From 83d13cf20fcff68081c4895f75c03f4d48f5304e Mon Sep 17 00:00:00 2001 From: Francisco Paisana Date: Tue, 20 Oct 2020 16:56:29 +0100 Subject: [PATCH] uncomment 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 d3d9dcd43..8d406f96c 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) {