Commit b2b2baa5 authored by aligungr's avatar aligungr

UE CLI improvement

parent 93409116
...@@ -177,7 +177,7 @@ void NasMm::switchCmState(ECmState state) ...@@ -177,7 +177,7 @@ void NasMm::switchCmState(ECmState state)
} }
auto *statusUpdate = new NwUeStatusUpdate(NwUeStatusUpdate::CM_STATE); auto *statusUpdate = new NwUeStatusUpdate(NwUeStatusUpdate::CM_STATE);
statusUpdate->rmState = CmStateName(state); statusUpdate->cmState = CmStateName(state);
m_base->appTask->push(statusUpdate); m_base->appTask->push(statusUpdate);
if (state != oldState) if (state != oldState)
......
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