Commit 5f51d36f authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent f6aba399
...@@ -274,6 +274,7 @@ void NasMm::receiveInitialRegistrationAccept(const nas::RegistrationAccept &msg) ...@@ -274,6 +274,7 @@ void NasMm::receiveInitialRegistrationAccept(const nas::RegistrationAccept &msg)
{ {
if (msg.mobileIdentity->type == nas::EIdentityType::GUTI) if (msg.mobileIdentity->type == nas::EIdentityType::GUTI)
{ {
m_storage->storedSuci->clear();
m_storage->storedGuti->set(*msg.mobileIdentity); m_storage->storedGuti->set(*msg.mobileIdentity);
m_timers->t3519.stop(); m_timers->t3519.stop();
sendComplete = true; sendComplete = true;
...@@ -392,6 +393,7 @@ void NasMm::receiveMobilityRegistrationAccept(const nas::RegistrationAccept &msg ...@@ -392,6 +393,7 @@ void NasMm::receiveMobilityRegistrationAccept(const nas::RegistrationAccept &msg
{ {
if (msg.mobileIdentity->type == nas::EIdentityType::GUTI) if (msg.mobileIdentity->type == nas::EIdentityType::GUTI)
{ {
m_storage->storedSuci->clear();
m_storage->storedGuti->set(*msg.mobileIdentity); m_storage->storedGuti->set(*msg.mobileIdentity);
m_timers->t3519.stop(); m_timers->t3519.stop();
sendComplete = true; sendComplete = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment