Commit 7bbba3a5 authored by aligungr's avatar aligungr

Registration failure abnormal cases handling improvement

parent e583b909
...@@ -238,7 +238,7 @@ void NasMm::receiveRegistrationReject(const nas::RegistrationReject &msg) ...@@ -238,7 +238,7 @@ void NasMm::receiveRegistrationReject(const nas::RegistrationReject &msg)
m_regCounter = 5; m_regCounter = 5;
} }
handleCommonAbnormalRegFailure(regType, cause); handleCommonAbnormalRegFailure(regType, cause);
}; };
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