Commit b0f4af67 authored by aligungr's avatar aligungr

Performance improvements

parent 5a30621d
...@@ -27,7 +27,6 @@ EUacResult UeRrcLayer::performUac(std::bitset<16> identities, int category, int ...@@ -27,7 +27,6 @@ EUacResult UeRrcLayer::performUac(std::bitset<16> identities, int category, int
return EUacResult::BARRED; return EUacResult::BARRED;
else else
{ {
size_t barredCount = 0; size_t barredCount = 0;
if (desc.sib1.aiBarringSet.ai1 && identities[1]) if (desc.sib1.aiBarringSet.ai1 && identities[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