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

SEQUENCE OF has no maximum length #172

Open
bhattacharjee-arka opened this issue Nov 28, 2023 · 1 comment
Open

SEQUENCE OF has no maximum length #172

bhattacharjee-arka opened this issue Nov 28, 2023 · 1 comment

Comments

@bhattacharjee-arka
Copy link

asn1tools
error

Hello,
I am trying to generate UPER C source code from an ASN.1 specification. Unfortunately, I am getting the error "SEQUENCE OF has no maximum length". Please have a look at the attached screenshots for more details. Thanks in advance.

@Futsch1
Copy link
Collaborator

Futsch1 commented Nov 28, 2023

The issue is the extensible size of the sequence: SIZE(1..8, ...), indicated by the .... This is not supported in the C code generator, only extensible sequences are supported. The error message is misleading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants