Commit f08ac05d authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 984045f5
...@@ -364,7 +364,10 @@ void NasMm::receiveInitialRegistrationAccept(const nas::RegistrationAccept &msg) ...@@ -364,7 +364,10 @@ void NasMm::receiveInitialRegistrationAccept(const nas::RegistrationAccept &msg)
m_nwFeatureSupport = msg.networkFeatureSupport.value_or(nas::IE5gsNetworkFeatureSupport{}); m_nwFeatureSupport = msg.networkFeatureSupport.value_or(nas::IE5gsNetworkFeatureSupport{});
if (sendComplete) if (sendComplete)
{
m_logger->debug("Sending Registration Complete");
sendNasMessage(nas::RegistrationComplete{}); sendNasMessage(nas::RegistrationComplete{});
}
auto regType = m_lastRegistrationRequest->registrationType.registrationType; auto regType = m_lastRegistrationRequest->registrationType.registrationType;
......
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