semuconsulting / pyubx2

Python library for parsing and generating UBX GPS/GNSS protocol messages.
BSD 3-Clause "New" or "Revised" License
173 stars 66 forks source link

Meta-data for "MON-RF.group.flags.jammingState" is incorrect. It is specified as U1 when it should be U2. #122

Closed dcrowe closed 1 year ago

dcrowe commented 1 year ago

Describe the bug

The meta-data for "MON-RF.group.flags.jammingState" is incorrect. It is specified as U1 when it should be U2.

This can be seen in the code here: https://github.com/semuconsulting/pyubx2/blob/master/src/pyubx2/ubxtypes_get.py#L1812C44-L1812C44

It affects release v1.2.29

Here is the relevant extract from the UBX interface description: image

To Reproduce

Expected Behaviour

Desktop (please complete the following information):

N/A

GNSS/GPS Device (please complete the following information as best you can):

N/A

Additional context

Add any other context about the problem here.