Commit 1d540f12 authored by aligungr's avatar aligungr

UE MM machine improvements

parent 3557b915
...@@ -50,6 +50,12 @@ void NasMm::performMmCycle() ...@@ -50,6 +50,12 @@ void NasMm::performMmCycle()
if (m_mmState == EMmState::MM_NULL) if (m_mmState == EMmState::MM_NULL)
return; return;
if (!m_usim->isValid())
{
switchMmState(EMmState::MM_DEREGISTERED, EMmSubState::MM_DEREGISTERED_NO_SUPI);
return;
}
if (m_mmSubState == EMmSubState::MM_DEREGISTERED_NA) if (m_mmSubState == EMmSubState::MM_DEREGISTERED_NA)
{ {
if (switchToECallInactivityIfNeeded()) if (switchToECallInactivityIfNeeded())
......
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