summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-19 15:32:09 -0700
committerGary E. Miller <gem@rellim.com>2018-09-19 15:32:09 -0700
commit92f9846d426c64647517fa773d32143befe0676f (patch)
tree0c63b6445905bace683a5f65bee612462f2916c5 /contrib
parent0ce9962817b9f764fa8cfd706c10e94e976c642b (diff)
downloadgpsd-92f9846d426c64647517fa773d32143befe0676f.tar.gz
ubxtool: clean up UBX-RXM- table
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/ubxtool23
1 files changed, 8 insertions, 15 deletions
diff --git a/contrib/ubxtool b/contrib/ubxtool
index 6f3e7801..dbc78251 100755
--- a/contrib/ubxtool
+++ b/contrib/ubxtool
@@ -552,7 +552,7 @@ class ubx(object):
4: {'str': 'VER', 'dec': mon_ver, 'name': 'UBX-MON-VER'},
6: {'str': 'MSGPP', 'name': 'UBX-MON-MSGPP'},
7: {'str': 'RXBUF', 'name': 'UBX-MON-RXBUF'},
- 9: {'str': 'TXBUF', 'name': 'UBX-MON-TXBUF'},
+ 8: {'str': 'TXBUF', 'name': 'UBX-MON-TXBUF'},
9: {'str': 'HW', 'name': 'UBX-MON-HW'},
0x0b: {'str': 'HW2', 'name': 'UBX-MON-HW2'},
0x21: {'str': 'RXR', 'name': 'UBX-MON-RXR'},
@@ -1102,20 +1102,13 @@ class ubx(object):
'name': 'UBX-RXM-SFRB'},
0x13: {'str': 'SFRBX', 'dec': rxm_sfrbx,
'name': 'UBX-RXM-SFRBX'},
- 0x14: {'str': 'MEASX',
- 'name': 'UBX-RXM-MEASX'},
- 0x15: {'str': 'RAWX', 'dec': rxm_rawx,
- 'name': 'UBX-RXM-RAWX'},
- 0x20: {'str': 'SVSI', 'dec': rxm_svsi,
- 'name': 'UBX-RXM-SVSI'},
- 0x32: {'str': 'RTCM',
- 'name': 'UBX-RXM-RTCM'},
- 0x41: {'str': 'PMREQ',
- 'name': 'UBX-RXM-PMREQ'},
- 0x59: {'str': 'RLM',
- 'name': 'UBX-RXM-RLM'},
- 0x61: {'str': 'IMES',
- 'name': 'UBX-RXM-IMES'},
+ 0x14: {'str': 'MEASX', 'name': 'UBX-RXM-MEASX'},
+ 0x15: {'str': 'RAWX', 'dec': rxm_rawx, 'name': 'UBX-RXM-RAWX'},
+ 0x20: {'str': 'SVSI', 'dec': rxm_svsi, 'name': 'UBX-RXM-SVSI'},
+ 0x32: {'str': 'RTCM', 'name': 'UBX-RXM-RTCM'},
+ 0x41: {'str': 'PMREQ', 'name': 'UBX-RXM-PMREQ'},
+ 0x59: {'str': 'RLM', 'name': 'UBX-RXM-RLM'},
+ 0x61: {'str': 'IMES', 'name': 'UBX-RXM-IMES'},
}
def tim_svin(self, buf):