Commit 684c0932 authored by aligungr's avatar aligungr

UE authentication procedure improvements

parent 216e3f0b
...@@ -18,8 +18,6 @@ SqnManager::SqnManager(uint64_t indBitLen, uint64_t wrappingDelta) ...@@ -18,8 +18,6 @@ SqnManager::SqnManager(uint64_t indBitLen, uint64_t wrappingDelta)
{ {
if (m_indBitLen < 2 || m_indBitLen > 16) if (m_indBitLen < 2 || m_indBitLen > 16)
throw std::runtime_error("bad indBitLen"); throw std::runtime_error("bad indBitLen");
m_sqnArr[0] = 0xFFFFFFFFFFFFULL;
} }
uint64_t SqnManager::getSeqFromSqn(uint64_t sqn) const uint64_t SqnManager::getSeqFromSqn(uint64_t sqn) const
......
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