asn1-tool
asn1-tool copied to clipboard
A java tool to generate Java encoders and decoders from ASN.1 specifications.
Error while validating the below ASN1 sample --- G-009 DEFINITIONS AUTOMATIC TAGS ::= BEGIN NGAP-PROTOCOL-IES ::= CLASS { &id ProtocolIE-ID UNIQUE, &criticality Criticality, &Value, &presence Presence } WITH SYNTAX {...
Same as [here](https://github.com/beanit/asn1bean/issues/47) Additional data should not raise an exception
Found [this ](https://stackoverflow.com/questions/74914313/how-to-initialize-asn1objectidentifier-from-an-oid-string-which-contains-compone)on stackoverflow
Hi @yafred, We are using the tool to generate the Java classes based on Asn File. Problem we are facing is like we have generated files based on tap312.asn, which...
Does the compiler requires all modules to be defined in the same ASN.1 file? Is there any way to compile dependent modules in different ASN.1 files?
``` Cit-pat ::= SEQUENCE { -- patent citation title VisibleString , authors Auth-list, -- author/inventor country VisibleString , -- Patent Document Country doc-type VisibleString , -- Patent Document Type number...
When a specification is using IMPORTS FROM module and the referenced module is not found, there is an a ugly exception. Instead, there should be a clear message that module...
Field Validation After Size Restriction: Even after applying size restrictions, the fields are not validating as expected. so right now if our ASN file has below code `Example DEFINITIONS AUTOMATIC...