Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-31 | testPrim: Simplify test cases using a roundtrip function | Björn Gustavsson | |
While at it, also test more integer values. | |||
2013-03-08 | PER/UPER: Correct decoding of ENUMERATEDs with a single value | Björn Gustavsson | |
An ENUMERATED with as single value is not encoded. The decoder incorrectly assumed that it was encoded in one bit. | |||
2013-01-22 | Add run-time library templates and use them | Björn Gustavsson | |
The template modules (asn1rtt_*.erl) are based on the existing run-time modules, but with some simplifications and improvements, for example: The run-time functions for BER encoding took a Constraint argument which was not used. It has been eliminated, along with the unused StringType argument for the encode_restricted_string function. The Range argument for decode_enumerated() has been dropped since it was not used. | |||
2010-02-19 | OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is | Kenneth Lundin | |
added. |