Commit f6cf340f authored by aligungr's avatar aligungr

T3512 handling improvement

parent 3993c337
...@@ -246,7 +246,7 @@ void NasMm::onTimerExpire(nas::NasTimer &timer) ...@@ -246,7 +246,7 @@ void NasMm::onTimerExpire(nas::NasTimer &timer)
break; break;
} }
case 3512: { case 3512: {
if (m_autoBehaviour && m_mmState == EMmState::MM_REGISTERED) if (m_autoBehaviour && m_mmState == EMmState::MM_REGISTERED && m_cmState == ECmState::CM_CONNECTED)
{ {
sendRegistration(nas::ERegistrationType::PERIODIC_REGISTRATION_UPDATING, sendRegistration(nas::ERegistrationType::PERIODIC_REGISTRATION_UPDATING,
nas::EFollowOnRequest::FOR_PENDING); nas::EFollowOnRequest::FOR_PENDING);
......
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