pycrate
pycrate copied to clipboard
Support ALL EXCEPT value constraints in the ASN.1 runtime
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