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

Add support for EXTERNAL according to Recommendation ITU-T X.690. #49

Open florin-ganea-rsystems-fga opened 1 year ago

florin-ganea-rsystems-fga commented 1 year ago

This pull request provides support for ASN.1 EXTERNAL, according to the BER encoding rules from the Recommendation ITU-T X.690.

The BerExternal class was generated with asn1bean itself, using the definition from X.690.

The result was used in generating TCAP DialoguePDUs. No tests are provided.