Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong AisMessageType in InterrogationMessage message #73

Closed
MortezaMohseni66 opened this issue May 20, 2022 · 0 comments · Fixed by #74
Closed

wrong AisMessageType in InterrogationMessage message #73

MortezaMohseni66 opened this issue May 20, 2022 · 0 comments · Fixed by #74

Comments

@MortezaMohseni66
Copy link
Contributor

MortezaMohseni66 commented May 20, 2022

Hi,
I think this is wrong:

public InterrogationMessage()
: base(AisMessageType.AddressedSafetyRelatedMessage)

it must be:
public InterrogationMessage()
: base(AisMessageType.Interrogation)

MortezaMohseni66 added a commit to MortezaMohseni66/AisParser that referenced this issue May 20, 2022
fix invalid AisMessageType in InterrogationMessage constructor. resolve yellowfeather#73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant