EVerest / cbexigen

cbExiGen - The V2GTP EXI codec generator for cbV2G
Apache License 2.0
32 stars 18 forks source link

Fix missing fragment end marker and missing elements #58

Closed barsnick closed 10 months ago

barsnick commented 10 months ago

Some elements could not be signed - added. Element eMAID is ambiguous, so applied a selection hack to choose the correct type. No fragment end marker was being produced or checked - added. The enumeration of fragment event codes was missing some elements - fixed.

Fixes https://github.com/EVerest/cbexigen/issues/53 Fixes https://github.com/EVerest/cbexigen/issues/57