Commit 294df039 authored by aligungr's avatar aligungr

High priority checking via UAC-ACC

parent 0fd425a7
...@@ -45,8 +45,8 @@ bool NasMm::hasEmergency() ...@@ -45,8 +45,8 @@ bool NasMm::hasEmergency()
bool NasMm::isHighPriority() bool NasMm::isHighPriority()
{ {
// TODO auto &acc = m_base->config->uacAcc;
return false; return acc.cls11 || acc.cls12 || acc.cls13 || acc.cls14 || acc.cls15;
} }
void NasMm::setN1Capability(bool enabled) void NasMm::setN1Capability(bool enabled)
......
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