m_wrappingDelta and Initial SQN values #600
-
Hello, m_wrappingDelta value: what is the values please? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Laurent, Regarding the SQN wrapping delta, SqnManager takes two values as input UERANSIM/src/ue/nas/usim/sqn_mng.hpp Line 29 in 1d184a7 The second one is the wrappingDelta, which in terns can be found here: UERANSIM/src/ue/nas/usim/usim.cpp Line 18 in 1d184a7
Cheers, |
Beta Was this translation helpful? Give feedback.
Hi Laurent,
Regarding the SQN wrapping delta, SqnManager takes two values as input
UERANSIM/src/ue/nas/usim/sqn_mng.hpp
Line 29 in 1d184a7
The second one is the wrappingDelta, which in terns can be found here:
UERANSIM/src/ue/nas/usim/usim.cpp
Line 18 in 1d184a7
1ull << 28ull = 268435456
Cheers,