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

Integer RANGE with single value #53

Open
kellerkindt opened this issue Mar 24, 2021 · 0 comments
Open

Integer RANGE with single value #53

kellerkindt opened this issue Mar 24, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@kellerkindt
Copy link
Owner

This seems to be valid syntax but does not parse in asn1rs, yet (in contrast to SIZE for which this already works)

    BasicConstrainedFExtensible ::= SEQUENCE {
        abc INTEGER(8)
    }

    BasicConstrainedFExtensible ::= SEQUENCE {
        abc INTEGER(8,...)
    }
@kellerkindt kellerkindt added bug Something isn't working enhancement New feature or request labels Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant