Commit 250f5738 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent d3c6d99c
...@@ -134,9 +134,6 @@ bool UeRrcTask::lookForSuitableCell(CurrentCellInfo &cellInfo, CellSelectionRepo ...@@ -134,9 +134,6 @@ bool UeRrcTask::lookForSuitableCell(CurrentCellInfo &cellInfo, CellSelectionRepo
continue; continue;
} }
// TODO: Check TAI if forbidden by service area
// TODO: Do we need to check by access identity?
// It seems suitable // It seems suitable
candidates.push_back(item.first); candidates.push_back(item.first);
} }
...@@ -210,9 +207,6 @@ bool UeRrcTask::lookForAcceptableCell(CurrentCellInfo &cellInfo, CellSelectionRe ...@@ -210,9 +207,6 @@ bool UeRrcTask::lookForAcceptableCell(CurrentCellInfo &cellInfo, CellSelectionRe
continue; continue;
} }
// TODO: Check TAI if forbidden by service area
// TODO: Do we need to check by access identity?
// It seems acceptable // It seems acceptable
candidates.push_back(item.first); candidates.push_back(item.first);
} }
......
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