Dave-Krch
Dave-Krch
I need to create C# classes from asn1 specification. Has anyone tried to use asn1tools to create static classes in Python or other languages? Also is it possible to rewrite...
I have encountered error while trying to compile TS 102 894-2 v2.2.1 [https://github.com/riebl/vanetza/blob/master/asn1/release2/TS102894-2v221-CDD.asn](url) ``` [proc] [.\comptest\TS102894-2v221-CDD.asn] module ETSI-ITS-CDD (oid: [0, 4, 0, 5, 1, 102894, 2, 4, 1]): 341 ASN.1...
In my specification i have something like this: ``` defVal INTEGER ::= 255 TestInt ::= INTEGER Test4Seq ::= SEQUENCE { a TestInt DEFAULT defVal } ``` which is valid ASN1...