Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(per_support): fix comparison in aper_get_length() #2

Open
wants to merge 1 commit into
base: s1ap
Choose a base branch
from

Conversation

FredericLeroy
Copy link

From ITU X.691-0207 section $19 / Encoding of sequence-of
If there is no finite maximum or "ub" is greater than or equal to 64K we say that "ub" is unset.
So the comparison for range should be strict for the 65536 value (it is equal to 64K, so unset).

From ITU X.691-0207 section $19 / Encoding of sequence-of
If there is no finite maximum or "ub" is greater than or equal to 64K we say that "ub" is unset.
So the comparison for range should be strict for the 65536 value (it is equal to 64K, so unset).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant