summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-19 15:25:20 -0700
committerGary E. Miller <gem@rellim.com>2018-09-19 15:25:20 -0700
commit65d7999608a31f48211e430d143920fef74a678f (patch)
treea909cd4141b9e315533583b4e3e42b8fe8d43927 /contrib
parentf3266d8d7b886fd713d76d54ac9ca658dbc3a564 (diff)
downloadgpsd-65d7999608a31f48211e430d143920fef74a678f.tar.gz
ubxtool: add more UBX-INF- names, but no decodes
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/ubxtool12
1 files changed, 11 insertions, 1 deletions
diff --git a/contrib/ubxtool b/contrib/ubxtool
index 9a0980b6..3c2e1d21 100755
--- a/contrib/ubxtool
+++ b/contrib/ubxtool
@@ -548,7 +548,17 @@ class ubx(object):
i += 1
return s
- mon_ids = {0x4: {'str': 'VER', 'dec': mon_ver, 'name': 'UBX-MON-VER'},
+ mon_ids = {2: {'str': 'IO', 'name': 'UBX-MON-IO'},
+ 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'},
+ 9: {'str': 'HW', 'name': 'UBX-MON-HW'},
+ 0x0b: {'str': 'HW2', 'name': 'UBX-MON-HW2'},
+ 0x21: {'str': 'RXR', 'name': 'UBX-MON-RXR'},
+ 0x27: {'str': 'PATCH', 'name': 'UBX-MON-PATCH'},
+ 0x28: {'str': 'GNSS', 'name': 'UBX-MON-GNSS'},
+ 0x2e: {'str': 'SMGR', 'name': 'UBX-MON-SMGR'},
}
def nav_clock(self, buf):