Commit 755898a7 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 0f99f8c4
...@@ -520,8 +520,14 @@ bool NasMm::networkFailingTheAuthCheck(bool hasChance) ...@@ -520,8 +520,14 @@ bool NasMm::networkFailingTheAuthCheck(bool hasChance)
// END // END
m_logger->err("Network failing the authentication check"); m_logger->err("Network failing the authentication check");
localReleaseConnection();
// TODO: treat the active cell as barred if (m_cmState == ECmState::CM_CONNECTED)
{
localReleaseConnection();
// TODO: treat the active cell as barred
}
m_timers->t3520.stop();
return true; return 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