Commit e52975bf authored by aligungr's avatar aligungr

PS establishment over CLI

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