mouse07410 / asn1c

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

Fix version brackets in CHOICE #199

Open johvik opened 1 month ago

johvik commented 1 month ago

Quote from Rec. ITU-T X.691 (02/2021) end of section 23: "NOTE – Version brackets in the definition of choice extension additions have no effect on how "ExtensionAdditionAlternatives" are encoded."

In other words elements inside version brackets should not be grouped together for CHOICE (as opposed to how its done for SEQUENCE).