lte: Init the RNTI to 0 without using DoSetTemporaryCellRnti

This commit is contained in:
ZorazeAli
2019-04-24 09:36:01 +02:00
parent 73d42fac71
commit 76d1aa1a23

View File

@@ -3097,7 +3097,8 @@ LteUeRrc::LeaveConnectedMode ()
//Save the cell id UE was attached to
StorePreviousCellId (m_cellId);
m_cellId = 0;
DoSetTemporaryCellRnti (0); // discard temporary cell RNTI
m_rnti = 0;
m_srb0->m_rlc->SetRnti (m_rnti);
}
void