Commit e7ef5f62 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 04899872
...@@ -79,9 +79,6 @@ bool NasMm::switchToECallInactivityIfNeeded() ...@@ -79,9 +79,6 @@ bool NasMm::switchToECallInactivityIfNeeded()
if (!m_usim->m_isECallOnly) if (!m_usim->m_isECallOnly)
return false; return false;
if (m_mmState != EMmState::MM_DEREGISTERED)
return false;
if (m_cmState != ECmState::CM_IDLE) if (m_cmState != ECmState::CM_IDLE)
return false; return false;
if (!((!m_timers->t3444.isRunning() && m_timers->t3445.isRunning()) || if (!((!m_timers->t3444.isRunning() && m_timers->t3445.isRunning()) ||
......
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