Commit 0f99f8c4 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 4391f92c
...@@ -53,9 +53,9 @@ void UeRrcTask::notifyCellLost(int cellId) ...@@ -53,9 +53,9 @@ void UeRrcTask::notifyCellLost(int cellId)
m_logger->debug("Signal lost for cell[%d], total [%d] cells in coverage", cellId, m_logger->debug("Signal lost for cell[%d], total [%d] cells in coverage", cellId,
static_cast<int>(m_cellDesc.size())); static_cast<int>(m_cellDesc.size()));
updateAvailablePlmns();
// TODO: handle other operations // TODO: handle other operations
updateAvailablePlmns();
} }
bool UeRrcTask::hasSignalToCell(int cellId) bool UeRrcTask::hasSignalToCell(int cellId)
......
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