Commit 8bf2f54b authored by aligungr's avatar aligungr

T3512 CM state fix

parent aec935e7
......@@ -102,7 +102,7 @@ void NasMm::onTimerExpire(UeTimer &timer)
break;
}
case 3512: {
if (m_mmState == EMmState::MM_REGISTERED)
if (m_mmState == EMmState::MM_REGISTERED && m_cmState == ECmState::CM_IDLE)
{
logExpired();
......
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