Commit f7accb18 authored by aligungr's avatar aligungr

UE context release request added to gNB CLI

parent f0c8eec6
......@@ -150,7 +150,7 @@ void GnbCmdHandler::handleCmdImpl(NwGnbCliCommand &msg)
{
auto ue = m_base->ngapTask->m_ueCtx[msg.cmd->ueId];
m_base->ngapTask->sendContextRelease(ue->ctxId, NgapCause::RadioNetwork_unspecified);
sendResult(msg.address, "UE Context Release Request is sending for specified UE");
sendResult(msg.address, "Requesting UE context release");
}
break;
}
......
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