PositionInfo cannot decode a position report without timestamp and without messaging.
This should be a simple issue of updating the regex to accept either of the two "without timestamp" type characters, then refactoring code just like the "with timestamp" code directly beneath it (all of the "without timestamp" decode is the same except for if messaging is supported or not.)
Acceptance Criteria
[ ] PositionInfo can handle decode of position report without timestamp and without messaging
Description
PositionInfo
cannot decode a position report without timestamp and without messaging.This should be a simple issue of updating the regex to accept either of the two "without timestamp" type characters, then refactoring code just like the "with timestamp" code directly beneath it (all of the "without timestamp" decode is the same except for if messaging is supported or not.)
Acceptance Criteria
PositionInfo
can handle decode of position report without timestamp and without messaging