Commit eae9085b authored by aligungr's avatar aligungr

Service request handling

parent 68e8d896
......@@ -15,6 +15,8 @@ namespace nr::ue
void NasMm::sendServiceRequest(EServiceReqCause reqCause)
{
m_logger->debug("Sending Service Request");
auto request = std::make_unique<nas::ServiceRequest>();
if (reqCause == EServiceReqCause::IDLE_PAGING)
......
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