beanit / asn1bean

ASN1bean (formerly known as jASN1) is a Java ASN.1 BER and DER encoding/decoding library
https://www.beanit.com/asn1/
Apache License 2.0
110 stars 45 forks source link

Ucompilable code generated #18

Closed xpromache closed 5 years ago

xpromache commented 5 years ago

The following asn.1 sequence taken from CCSDS SLE FSP spec (https://public.ccsds.org/Pubs/912x3b3.pdf) will produce a class ApidList that has embedded statically another class called also ApidList. The result will not compile.

ApidList ::= CHOICE
{ any [0] NULL
, apidList [1] SEQUENCE SIZE (1 .. 2048) OF Apid
}
sfeuerhahn commented 5 years ago

Thanks for reporting this issue. I use pushed a fix for it. b22c66f74