Commit 3e8711f3 authored by aligungr's avatar aligungr

Typo fix

parent 19bf9604
...@@ -43,7 +43,7 @@ void NasSm::sendEstablishmentRequest(const SessionConfig &config) ...@@ -43,7 +43,7 @@ void NasSm::sendEstablishmentRequest(const SessionConfig &config)
/* Control the protocol state */ /* Control the protocol state */
if (!m_mm->isRegistered()) if (!m_mm->isRegistered())
{ {
m_logger->err("PDU session establishment could be triggered, UE is not registered"); m_logger->err("PDU session establishment could not be triggered, UE is not registered");
return; 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