pycrate icon indicating copy to clipboard operation
pycrate copied to clipboard

Support ALL EXCEPT value constraints in the ASN.1 runtime

Open mitshell opened this issue 1 year ago • 0 comments

Currently, ALL EXCEPT value constraints are processed by the compiler and verified during compilation, but not translated in the generated Python modules, as they are not visible constraints.

See https://github.com/pycrate-org/pycrate/issues/25 for reference. The appropriate code generation should certainly be provided around here: https://github.com/pycrate-org/pycrate/blob/a98a01574448a6845f7c5210d73525d2ab82599b/pycrate_asn1c/generator.py#L823

mitshell avatar Jan 06 '25 09:01 mitshell