-
Hi again @junzis ! I'm downloading tiny bits of data using @xoolive
If you run that code, you will get 77 messages that are BDS 30 BUT have DF18 and TC6. From what I understand only DF 20/21 can provide BDS30 messages. What am I missing? If you want to check faster what I'm trying to say you can run the following commands to check one of those 77 messages:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Indeed, you should always check the downlink format (make sure it is 20 or 21) before inferring the BDS code. I can't speak for the traffic library, but I think the rawdata may also have formats other than 20/21. Also, don't use |
Beta Was this translation helpful? Give feedback.
Indeed, you should always check the downlink format (make sure it is 20 or 21) before inferring the BDS code.
I can't speak for the traffic library, but I think the rawdata may also have formats other than 20/21.
Also, don't use
bds30.is30()
, this only tells you if the message has the possibility of being a BDS 30 message. You should usepms.bds.infer()
instead. This will give you all the possible BDS codes of the message. Then keep the ones with only BDS30.