Commit d3825321 authored by aligungr's avatar aligungr

Registration reject improvement

parent b1aa51a8
...@@ -129,6 +129,7 @@ void NasMm::receiveRegistrationReject(const nas::RegistrationReject &msg) ...@@ -129,6 +129,7 @@ void NasMm::receiveRegistrationReject(const nas::RegistrationReject &msg)
auto handleAbnormalCase = [cause, this]() { auto handleAbnormalCase = [cause, this]() {
m_logger->debug("Handling Registration Reject abnormal case"); m_logger->debug("Handling Registration Reject abnormal case");
// todo // todo
m_storage.invalidateSim__();
}; };
if (regType == nas::ERegistrationType::INITIAL_REGISTRATION) if (regType == nas::ERegistrationType::INITIAL_REGISTRATION)
......
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