Skip to content

Commit

Permalink
fix: remove msg type 24=>B per comment PR #160
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Feb 13, 2020
1 parent 3d6d74e commit 2a84152
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hooks/VDM.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ const msgTypeToTransmitterClass = {
5: "A",
18: "B",
19: "B",
21: "ATON",
24: "B"
21: "ATON"
}

const msgTypeToPrefix = {
Expand Down

1 comment on commit 2a84152

@Hakansv
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkurki
Thanks for the commit and new server update to 1.22
I still miss the AISclass for SAR Aircraft detected by VDM message "9". My suggestion was something like SARAIR as noticed here: #160 (comment)
It was not further discussed so it may be I'd pushed more?
ATON and other are so far fine but aircraft has no sensor path. More tests to come.
bild

Please sign in to comment.