mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
94 stars 70 forks source link

rename ATS_BASIC_JER to ATS_JER #114

Closed mtfurlan closed 1 year ago

mtfurlan commented 1 year ago

When JER was added it was based on XER, which has BASIC-XER and CANONICAL-XER. So originally we had BASIC-JER, which isn't a real thing.

This renames ATS_BASIC_JER to ATS_JER and adds JER in the list of encodings in the readme.

This is a breaking change because you use ATS_BASIC_JER when calling asn_encode, do we have any process to call that out?

mouse07410 commented 1 year ago

This is a breaking change because you use ATS_BASIC_JER when calling asn_encode, do we have any process to call that out?

Well, yes - but it doesn't look like a terribly big change, and since we don't even have JER decoder - I guess I'm willing to go with it.

If worst comes to worst, we'll revert it. ;-)