Skip to content

DF = 18 TC = 6 message bds30? #106

Answered by junzis
ElSabio97 asked this question in Q&A
Discussion options

You must be logged in to vote

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 use pms.bds.infer() instead. This will give you all the possible BDS codes of the message. Then keep the ones with only BDS30.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xoolive
Comment options

Answer selected by ElSabio97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants