Commit af662c9c authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent caa925d5
......@@ -309,6 +309,11 @@ Tai UeSharedContext::getCurrentTai()
return tai;
}
bool UeSharedContext::hasActiveCell()
{
return getCurrentTai().hasValue();
}
RrcTimers::RrcTimers() : t300(300, false, 1)
{
}
......
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