summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-05-08 15:23:37 -0700
committerGary E. Miller <gem@rellim.com>2019-05-08 15:23:37 -0700
commit43e39cca8ea7f24a8b075977f92ba09c50c4f8dd (patch)
tree2920693c49660486f47af6754f2cf48af3ef5b65 /ubxtool
parent0c37b51b8bfac00cd8096be7d79b19f68c2937ec (diff)
downloadgpsd-43e39cca8ea7f24a8b075977f92ba09c50c4f8dd.tar.gz
ubxtool: Double check id_map
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool14
1 files changed, 7 insertions, 7 deletions
diff --git a/ubxtool b/ubxtool
index be4ebdca..c631e1ce 100755
--- a/ubxtool
+++ b/ubxtool
@@ -1598,14 +1598,14 @@ class ubx(object):
"sig": {0: "L1C/A", 3: "L2 CL", 4: "L2 CM"}},
1: {"name": "SBAS",
"sig": {0: "L1C/A", 3: "L2 CL", 4: "L2 CM"}},
- 2: {"name": "QZSS",
- "sig": {0: "E1 C", 1: "E1 B", 5: "E5 bl", 6: "E5 bQ"}},
- 3: {"name": "GLONASS",
- "sig": {0: "B1|D1", 1: "B1|D2", 2: "B2|D1", 3: "B2|D2"}},
- 4: {"name": "Galileo",
- "sig": {0: "L1C/A"}},
- 5: {"name": "BeiDou",
+ 2: {"name": "Galileo",
+ "sig": {0: "E1C", 1: "E1 B", 5: "E5 bl", 6: "E5 bQ"}},
+ 3: {"name": "BeiDou",
+ "sig": {0: "B1I D1", 1: "B1I D2", 2: "B2I D1", 3: "B2I D2"}},
+ 4: {"name": "IMES",
"sig": {0: "L1C/A", 3: "L2 CL", 4: "L2 CM"}},
+ 5: {"name": "QZSS",
+ "sig": {0: "L1C/A", 4: "L2 CM", 5: "L2 CL"}},
6: {"name": "GLONASS",
"sig": {0: "L1 OF", 2: "L2 OF"}},
}