Commit d1c2caf8 authored by aligungr's avatar aligungr

UE refactor

parent 0a7d05df
...@@ -81,7 +81,7 @@ void NasMm::receiveSecurityModeCommand(const nas::SecurityModeCommand &msg) ...@@ -81,7 +81,7 @@ void NasMm::receiveSecurityModeCommand(const nas::SecurityModeCommand &msg)
m_storage.m_currentNsCtx = m_storage.m_nonCurrentNsCtx->deepCopy(); m_storage.m_currentNsCtx = m_storage.m_nonCurrentNsCtx->deepCopy();
// Prepare response // Prepare response
nas::SecurityModeComplete resp; nas::SecurityModeComplete resp{};
// Append IMEISV if requested // Append IMEISV if requested
if (msg.imeiSvRequest.has_value() && msg.imeiSvRequest->imeiSvRequest == nas::EImeiSvRequest::REQUESTED) if (msg.imeiSvRequest.has_value() && msg.imeiSvRequest->imeiSvRequest == nas::EImeiSvRequest::REQUESTED)
......
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