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

SSR correction multiple message flag also set #89

Open
ourairquality opened this issue May 22, 2024 · 1 comment
Open

SSR correction multiple message flag also set #89

ourairquality opened this issue May 22, 2024 · 1 comment

Comments

@ourairquality
Copy link

Tried using the https://ntrip.data.gnss.ga.gov.au/SSRA00GAA0 service as described https://geoscienceaustralia.github.io/ginan/resources/GA-STREAMdatasheet20220615v01.pdf and using RTKLIB as the client, and tried to track down why the RTCM3 SSR messages are not processed beyond decoding, and it appears that the MMI bit in the SSR headers is always set, that there is never a messages sent with the MMI bit clear to indicate the last message which RTKLIB uses to trigger further processing.

This service claims to run Ginan, and at a guess might the relevant code be NtripUploader::messageTimeout_handler() ssrMeta.multipleMessage = 1; // We assume there will be more messages. and might the logic to clear this flag when sending the last message have an issue.

Btw the datasheet above does not mention the 'Global/regional CRS indicator' bit in the header for the 1060 message, yet Ginan appears to encode and decode that, so might that datasheet be in error.

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

No branches or pull requests

2 participants
@ourairquality and others