Skip to content

v1.3.2 - release with several bug fixes

Latest

Choose a tag to compare

@mouse07410 mouse07410 released this 30 Jan 16:13

What's Changed

  • Fix name collision for nested CHOICE/SET members with identical identifiers by @Copilot in #449
  • Fix JER encoder to output ENUMERATED as strings per ITU-T X.697 by @Copilot in #452
  • Add validation and diagnostics to JER OPEN_TYPE encoder by @Copilot in #455
  • Fix weak alias generation for nested CHOICE/SET with identical identifiers by @Copilot in #454
  • Fix JER OPEN TYPE decoder to comply with ITU-T X.697 (never parse CHOICE wrapper) by @Copilot in #456
  • Fix member array name collision for duplicate nested type names by @Copilot in #459
  • Move complex_threshold from global to arg_t structure by @Copilot in #460
  • [WIP] Fix incorrect child type selection for duplicate names in parent IEs by @Copilot in #462

Full Changelog: v1.3.1...v1.3.2