small p_a initialization fix

This commit is contained in:
Francisco Paisana 2019-02-20 14:29:32 +00:00 committed by Andre Puschmann
parent 6b04435edc
commit 75acb046d9
1 changed files with 3 additions and 0 deletions

View File

@ -1707,6 +1707,9 @@ void rrc::ue::send_connection_reconf(srslte::byte_buffer_t *pdu)
}
}
phy_cfg->cqi_report_cfg.nom_pdsch_rs_epre_offset = 0;
// PDSCH
phy_cfg->pdsch_cfg_ded_present = true;
phy_cfg->pdsch_cfg_ded.p_a = parent->cfg.pdsch_cfg;
parent->phy->set_config_dedicated(rnti, phy_cfg);
parent->phy->set_conf_dedicated_ack(rnti, false);