summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-05-06 15:07:48 -0700
committerGary E. Miller <gem@rellim.com>2019-05-06 15:07:48 -0700
commitfb2c8ab330f2065661d543812ab05ff0c26a8962 (patch)
tree6546a0918706ea29b2026a8e33d3ff56dc071c60 /ubxtool
parent16bdab87537085e0d3f5bdc9e9aa495f7d1ede82 (diff)
downloadgpsd-fb2c8ab330f2065661d543812ab05ff0c26a8962.tar.gz
ubxtool: RXM-RAWX decode u-blox 9 adds sigId field.
Formerly reserved. It apears always zero on NEO-M8T, which is consistent with only L1 receiver.
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubxtool b/ubxtool
index 50ce6c4a..34dbeec8 100755
--- a/ubxtool
+++ b/ubxtool
@@ -3073,7 +3073,7 @@ class ubx(object):
while 0 < m_len:
u = struct.unpack_from('<ddfBBBBHBBBBB', buf, 16 + i * 32)
s += ('\n prmes %.3f cpMes %.3f doMes %f\n'
- ' gnssID %u svId %u %u freqId %u locktime %u cno %u\n'
+ ' gnssID %u svId %u sigId %u freqId %u locktime %u cno %u\n'
' prStdev %u, cpStdev %u doStdev %u trkStat %u' % u)
m_len -= 32
i += 1