default release for ack_nack_repeat

This commit is contained in:
Francisco Paisana 2019-04-11 09:44:20 +01:00
parent 41c85adaf2
commit 185242d5f5
1 changed files with 1 additions and 4 deletions

View File

@ -1466,10 +1466,7 @@ void rrc::ue::send_connection_setup(bool is_setup)
// PUCCH
phy_cfg->pucch_cfg_ded_present = true;
phy_cfg->pucch_cfg_ded.ack_nack_repeat.set(pucch_cfg_ded_s::ack_nack_repeat_c_::types::setup);
phy_cfg->pucch_cfg_ded.ack_nack_repeat.setup().n1_pucch_an_rep = 0;
phy_cfg->pucch_cfg_ded.ack_nack_repeat.setup().repeat_factor.value =
pucch_cfg_ded_s::ack_nack_repeat_c_::setup_s_::repeat_factor_opts::n2; // FIXME: which default value?
phy_cfg->pucch_cfg_ded.ack_nack_repeat.set(pucch_cfg_ded_s::ack_nack_repeat_c_::types::release);
phy_cfg->cqi_report_cfg_present = true;
if(parent->cfg.cqi_cfg.mode == RRC_CFG_CQI_MODE_APERIODIC) {