Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2017-09-15 | asn1: Do not use deprecated functions in string(3) | Dan Gudmundsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-08-30 | Refactor encoding of REAL | Björn Gustavsson | |
To facilitate optimizing PER encoding using an intermediate format, we must change asn1rtt_real_common:encode_real/1 so that it only returns the encoded binary. | |||
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-16 | Eliminate use of obsolete size/1 in generated code | Björn Gustavsson | |
It is recommended to use byte_size/1 or tuple_size/1 instead of size/1. | |||
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. |