Commit e79b729a authored by aligungr's avatar aligungr

CM-IDLE procedures improvement

parent f6cf340f
......@@ -45,7 +45,7 @@ void NasMm::handleRrcConnectionSetup()
void NasMm::handleRrcConnectionRelease()
{
m_logger->err("TODO: handle RRC connection release");
switchCmState(ECmState::CM_IDLE);
}
void NasMm::handleRadioLinkFailure()
......@@ -54,4 +54,4 @@ void NasMm::handleRadioLinkFailure()
handleRrcConnectionRelease();
}
}
\ No newline at end of file
} // namespace nr::ue
\ No newline at end of file
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