Commit 82828c1e authored by aligungr's avatar aligungr

UE authentication procedure improvements

parent 684c0932
......@@ -54,10 +54,7 @@ bool SqnManager::checkSqn(uint64_t sqn)
uint64_t ind = getIndFromSqn(sqn);
if (seq - getSeqMs() > m_wrappingDelta)
{
getSqnRef() -= m_wrappingDelta;
return false;
}
if (seq <= getSeqFromSqn(m_sqnArr[ind]))
return false;
......
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