Commit e79b729a authored by aligungr's avatar aligungr

CM-IDLE procedures improvement

parent f6cf340f
...@@ -18,7 +18,7 @@ void NasMm::handlePlmnSearchResponse(const std::string &gnbName) ...@@ -18,7 +18,7 @@ void NasMm::handlePlmnSearchResponse(const std::string &gnbName)
{ {
if (m_base->nodeListener) if (m_base->nodeListener)
m_base->nodeListener->onConnected(app::NodeType::UE, m_base->config->getNodeName(), app::NodeType::GNB, m_base->nodeListener->onConnected(app::NodeType::UE, m_base->config->getNodeName(), app::NodeType::GNB,
gnbName); gnbName);
m_logger->info("UE connected to gNB"); m_logger->info("UE connected to gNB");
...@@ -45,7 +45,7 @@ void NasMm::handleRrcConnectionSetup() ...@@ -45,7 +45,7 @@ void NasMm::handleRrcConnectionSetup()
void NasMm::handleRrcConnectionRelease() void NasMm::handleRrcConnectionRelease()
{ {
m_logger->err("TODO: handle RRC connection release"); switchCmState(ECmState::CM_IDLE);
} }
void NasMm::handleRadioLinkFailure() void NasMm::handleRadioLinkFailure()
...@@ -54,4 +54,4 @@ void NasMm::handleRadioLinkFailure() ...@@ -54,4 +54,4 @@ void NasMm::handleRadioLinkFailure()
handleRrcConnectionRelease(); handleRrcConnectionRelease();
} }
} } // namespace nr::ue
\ No newline at end of file \ 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