lte: Reset the RNTI at UE MAC upon reset

This commit is contained in:
ZorazeAli
2019-04-24 09:37:46 +02:00
parent 76d1aa1a23
commit f3d720b166

View File

@@ -587,7 +587,8 @@ LteUeMac::DoReset ()
m_lcInfoMap.erase (it++);
}
}
// note: rnti will be assigned by the eNB using RA response message
m_rnti = 0;
m_noRaResponseReceivedEvent.Cancel ();
m_rachConfigured = false;
m_freshUlBsr = false;