comment out 256qam features

master
Francisco Paisana 4 years ago
parent 1ce928ab2e
commit e84aa34139

@ -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) { if (conn_recfg.rr_cfg_ded.phys_cfg_ded_present) {
auto& phy_cfg = conn_recfg.rr_cfg_ded.phys_cfg_ded; auto& phy_cfg = conn_recfg.rr_cfg_ded.phys_cfg_ded;
// Configure 256QAM // // Configure 256QAM
if (phy_cfg.cqi_report_cfg_pcell_v1250.is_present() and // if (phy_cfg.cqi_report_cfg_pcell_v1250.is_present() and
phy_cfg.cqi_report_cfg_pcell_v1250->alt_cqi_table_r12_present) { // phy_cfg.cqi_report_cfg_pcell_v1250->alt_cqi_table_r12_present) {
ue_cfg.use_tbs_index_alt = true; // ue_cfg.use_tbs_index_alt = true;
} // }
// PUSCH UCI configuration // PUSCH UCI configuration
if (phy_cfg.pusch_cfg_ded_present) { if (phy_cfg.pusch_cfg_ded_present) {

Loading…
Cancel
Save