Commit c2982a2e authored by aligungr's avatar aligungr

Paging procedure implementation

parent dfe78d5f
......@@ -252,7 +252,7 @@ void NasMm::handlePaging(const std::vector<GutiMobileIdentity> &tmsiIds)
if (m_mmState == EMmState::MM_REGISTERED_INITIATED || m_mmState == EMmState::MM_DEREGISTERED_INITIATED ||
m_mmState == EMmState::MM_SERVICE_REQUEST_INITIATED)
{
m_logger->debug("Ignoring received Paging. Already initiated another MM specific procedure or Service Request");
m_logger->debug("Ignoring received Paging, another procedure already initiated");
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