Commit 7e45b1f6 authored by aligungr's avatar aligungr

RLS bug fix

parent 267c5c46
...@@ -37,7 +37,7 @@ void GnbRls::onUeConnected(int ue, std::string name) ...@@ -37,7 +37,7 @@ void GnbRls::onUeConnected(int ue, std::string name)
void GnbRls::onUeReleased(int ue, rls::ECause cause) void GnbRls::onUeReleased(int ue, rls::ECause cause)
{ {
auto *w = new NwGnbMrToMr(NwGnbMrToMr::UE_CONNECTED); auto *w = new NwGnbMrToMr(NwGnbMrToMr::UE_RELEASED);
w->ue = ue; w->ue = ue;
w->cause = cause; w->cause = cause;
m_targetTask->push(w); m_targetTask->push(w);
......
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