DFDLSchemas / mil-std-2045

MIL-STD-2045 binary message header format. Uses least-significant-bit-first bit order.
University of Illinois/NCSA Open Source License
6 stars 7 forks source link

XML_VMF versioning incorrect #27

Closed mbeckerle closed 2 years ago

mbeckerle commented 2 years ago

As with the VMF versioning which uses a different enum for C and for D1 which are not consistent with each other, the same issue arises for XML_VMF.

The enum messsageStandardVersionXML_VMFEnum must be split into a C and D1 variant, in a manner similar to what was done for regular messageStandardVersionVMFEnum_C and messageStandardVersionVMFEnum_D1, with corresponding messageStandardVersionVMFGroup.

mbeckerle commented 2 years ago

Note that we don't have test data for this. Some artificial data must be invented.