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
Generating classes for module "XYZ02-ASN1"
Exception in thread "main" java.lang.IllegalStateException
at org.openmuc.jasn1.compiler.BerClassWriter.followAndGetNextTaggedOrUniversalType(BerClassWriter.java:2491)
at org.openmuc.jasn1.compiler.BerClassWriter.followAndGetNextTaggedOrUniversalType(BerClassWriter.java:2444)
at org.openmuc.jasn1.compiler.BerClassWriter.getUniversalType(BerClassWriter.java:2536)
at org.openmuc.jasn1.compiler.BerClassWriter.getUniversalType(BerClassWriter.java:2532)
at org.openmuc.jasn1.compiler.BerClassWriter.writeRetaggingTypeClass(BerClassWriter.java:873)
at org.openmuc.jasn1.compiler.BerClassWriter.translateModule(BerClassWriter.java:197)
at org.openmuc.jasn1.compiler.BerClassWriter.translate(BerClassWriter.java:133)
at org.openmuc.jasn1.compiler.Compiler.main(Compiler.java:89)
AFAIK this ASN1 file used to be compiled with binary notes compiler without any problems.
How can I make it work with JASN1?
JASN1 compiler version : 1.8.1
The text was updated successfully, but these errors were encountered:
I have following type definition:
which is causing this error:
AFAIK this ASN1 file used to be compiled with binary notes compiler without any problems.
How can I make it work with JASN1?
JASN1 compiler version : 1.8.1
The text was updated successfully, but these errors were encountered: