Commit 294df039 authored by aligungr's avatar aligungr

High priority checking via UAC-ACC

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