Skip to content

Commit d2b53c1

Browse files
committed
- added MT12,13
1 parent 3861587 commit d2b53c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cssrlib/rtcm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def get_ssr_sys(self, msgtype):
697697
99: uGNSS.BDS, 100: uGNSS.QZS}
698698
elif msgtype in [60, 61, 95]: # METADATA, grid definition, trop
699699
return uGNSS.NONE
700-
elif msgtype in [11]: # RTCM SC-134 test messages
700+
elif msgtype in [11, 12, 13]: # RTCM SC-134 test messages
701701
return uGNSS.NONE
702702
else:
703703
print(f"definition of {msgtype} is missing")

0 commit comments

Comments
 (0)