eerimoq / asn1tools

ASN.1 parsing, encoding and decoding.
MIT License
289 stars 98 forks source link

SEQUENCE OF has no maximum length #172

Open bhattacharjee-arka opened 8 months ago

bhattacharjee-arka commented 8 months ago

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 commented 8 months ago

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.