Commit 8d753427 authored by aligungr's avatar aligungr

UAC for de-registration procedure

parent 1140c9c4
......@@ -296,7 +296,7 @@ EUacResult NasMm::performUac()
case EUacResult::BARRING_APPLICABLE_EXCEPT_0_2:
if (accessCategory != 0 && accessCategory != 2)
{
m_logger->err("UAC access barred is applicable except category [0] and [2]");
m_logger->err("UAC access barring is applicable except category [0] and [2]");
return EUacResult::BARRING_APPLICABLE_EXCEPT_0_2;
}
return EUacResult::ALLOWED;
......
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