Change reestablish order in RRC Procedures

This commit is contained in:
Pedro Alvarez 2021-02-18 12:09:30 +00:00
parent df501d1500
commit 827823cfb1
1 changed files with 1 additions and 1 deletions

View File

@ -1610,8 +1610,8 @@ srslte::proc_outcome_t rrc::ho_proc::init(const asn1::rrc::rrc_conn_recfg_s& rrc
rrc_ptr->mac->reset();
// Reestablish PDCP/RLC
rrc_ptr->pdcp->reestablish();
rrc_ptr->rlc->reestablish();
rrc_ptr->pdcp->reestablish();
// configure lower layers to consider the SCell(s), if configured, to be in deactivated state;
if (nof_scells_active > 0) {