Skip to content

m_wrappingDelta and Initial SQN values #600

Discussion options

You must be logged in to vote

Hi Laurent,

Regarding the SQN wrapping delta, SqnManager takes two values as input

SqnManager(uint64_t indBitLen, uint64_t wrappingDelta);

The second one is the wrappingDelta, which in terns can be found here:

m_sqnMng = std::make_unique<SqnManager>(5ull, 1ull << 28ull);

1ull << 28ull = 268435456

Cheers,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by laurent-dubesset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants