Commit 069fb23c authored by aligungr's avatar aligungr

Service Request attempt counter reset on mobility registration

parent 383f512a
...@@ -421,6 +421,10 @@ void NasMm::receiveMobilityRegistrationAccept(const nas::RegistrationAccept &msg ...@@ -421,6 +421,10 @@ void NasMm::receiveMobilityRegistrationAccept(const nas::RegistrationAccept &msg
if (msg.networkFeatureSupport.has_value()) if (msg.networkFeatureSupport.has_value())
m_nwFeatureSupport = *msg.networkFeatureSupport; m_nwFeatureSupport = *msg.networkFeatureSupport;
// The service request attempt counter shall be reset when registration procedure for mobility and periodic
// registration update is successfully completed
m_serCounter = 0;
if (sendComplete) if (sendComplete)
sendNasMessage(nas::RegistrationComplete{}); sendNasMessage(nas::RegistrationComplete{});
......
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