You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: