-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The Message Count Progression Event data structure in Table 43 of the July 2025 SDD indicates that the events should have "DataFrame" and "Change" elements to indicate the name of the data frame containing the message count property, and what data element changed within the data frame, in the case where there was a change but the message count didn't change appropriately.
Currently the BSM, SPAT, and MAP Message Count Progression Events compare events using a hash of the message that doesn't allow detecting the specific data elements that changed.
Recommendation to conform with the required data structure:
Use the Apache Commons Lang3 ReflectionDiffBuilder to compare the messages and obtain the data elements that differ to populate the "Change" in the Events, similar to how it is done in the RTCM Processor see