Commit daf30944 authored by aligungr's avatar aligungr

T3519 handling bug fix

parent ea579dc7
......@@ -46,7 +46,8 @@ nas::IE5gsMobileIdentity NasMm::getOrGenerateSuci()
return m_storage.m_storedSuci;
m_storage.m_storedSuci = generateSuci();
m_timers->t3519.start();
if (!m_timers->t3519.isRunning())
m_timers->t3519.start();
if (m_storage.m_storedSuci.type == nas::EIdentityType::NO_IDENTITY)
return {};
......
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