Commit 7c049cd3 authored by aligungr's avatar aligungr

T3519 handling bug fix

parent 17a4f08f
...@@ -63,6 +63,10 @@ void NasMm::onTimerExpire(nas::NasTimer &timer) ...@@ -63,6 +63,10 @@ void NasMm::onTimerExpire(nas::NasTimer &timer)
} }
break; break;
} }
case 3519: {
m_storage.m_storedSuci = {};
break;
}
case 3521: { case 3521: {
if (timer.getExpiryCount() == 5) if (timer.getExpiryCount() == 5)
{ {
......
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