Skip to content

Releases: eerimoq/asn1tools

0.156.0

Choose a tag to compare

@Finndersen Finndersen released this 23 Feb 04:20
006e878
  • Support for decoding BER SET and SEQUENCE OF members in any order
  • Improved performance of BER decoding for MemberTypes
  • Improved error handling with better location details and and consistency in error message

0.155.3

Choose a tag to compare

@Futsch1 Futsch1 released this 14 Jan 17:05
bac4787

Bugfix for numeric enum default values

0.155.2

Choose a tag to compare

@Futsch1 Futsch1 released this 13 Jan 19:35
5fcb8c0

Fixes numeric enum default values

0.155.1

Choose a tag to compare

@Futsch1 Futsch1 released this 11 Jan 20:05
ba37a94

Fixes generation of uper C code for 24 bit integers

0.154.0

Choose a tag to compare

@Futsch1 Futsch1 released this 17 Dec 09:14
349eeaa

Up to 64 bit sized bit strings supported in C code generator

Fixed enum defaults user types

Choose a tag to compare

@Futsch1 Futsch1 released this 18 Aug 15:51
8bbb333

Enum defaults user types (#90)

  • Fixed handling of default values in user types

  • Fixed referencing user types in defaults that are not structured

  • Bumped version to 0.153.2

Co-authored-by: futsch1

Bugfix in C code generator

Choose a tag to compare

@Futsch1 Futsch1 released this 07 Aug 12:34
bd7aaaf

Enum with default value not working in C code generator fixed