bugfix,srsenb,rrc: remove redundant calls to setup PDCP/RLC bearer state during reestablishment

master
Francisco 4 years ago committed by Francisco Paisana
parent fd3901e4a2
commit 5c7ea6f6df

@ -699,11 +699,6 @@ void rrc::ue::handle_rrc_con_reest_complete(rrc_conn_reest_complete_s* msg, srsr
// signal mac scheduler that configuration was successful // signal mac scheduler that configuration was successful
mac_ctrl.handle_con_reest_complete(); mac_ctrl.handle_con_reest_complete();
// Activate security for SRB1
parent->pdcp->config_security(rnti, srb_to_lcid(lte_srb::srb1), ue_security_cfg.get_as_sec_cfg());
parent->pdcp->enable_integrity(rnti, srb_to_lcid(lte_srb::srb1));
parent->pdcp->enable_encryption(rnti, srb_to_lcid(lte_srb::srb1));
state = RRC_STATE_REESTABLISHMENT_COMPLETE; state = RRC_STATE_REESTABLISHMENT_COMPLETE;
// 2> if the UE has radio link failure or handover failure information available // 2> if the UE has radio link failure or handover failure information available

Loading…
Cancel
Save