Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-30 | BER: Handle multiple optional SEQUENCE fields with table constraints | Björn Gustavsson | |
2013-08-30 | Test OPTIONAL and DEFAULT for open types | Björn Gustavsson | |
2013-08-30 | PER/UPER: Fix encoding of an object set with multiple inlined constructs | Björn Gustavsson | |
Also extend the test suite with more tests of inlined constructs in object sets. | |||
2013-05-31 | asn1ct_check: Don't pass on #'ObjectClassFieldType'{} with fixed type | Björn Gustavsson | |
Simplify the backends by letting asn1ct_check replacing a with the actual type. | |||
2013-05-31 | BER: Fix handling of a constructed default value for a class | Björn Gustavsson | |
2013-05-31 | PER/UPER: Share all code except encoding of primitives | Björn Gustavsson | |
The only code that is really different between the PER and UPER backends is encoding of primitive types. | |||
2013-05-31 | UPER: Fix bug in encoding/decoding of default types | Björn Gustavsson | |
The wrong backend was used. | |||
2010-02-19 | OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is | Kenneth Lundin | |
added. |