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

Error in I/NAV word type 16 TOW #162

Open
odrisci opened this issue Mar 30, 2023 · 0 comments · May be fixed by #164
Open

Error in I/NAV word type 16 TOW #162

odrisci opened this issue Mar 30, 2023 · 0 comments · May be fixed by #164

Comments

@odrisci
Copy link

odrisci commented Mar 30, 2023

It seems there is a problem in ubxtool when assigning a TOW to Word Type 16 in the E1 I/NAV.

There is a logic error here. According to the current OS SiS ICD (v2.0) word type 16 occurs at subframe index 7 and again at subframe index 14 (where subframe index 0 is the first page pair in the subframe). The current logic always assumes that word type 16 occurs at subframe index 7 (a 15 second TOW offset into the current cycle). It needs to be updated to account for word type 16 occurring at subframe index 14 (a 29 second TOW offset into the current cycle).

More generally, this approach is brittle, since the ICD makes no guarantees as to the ordering of word types within a subframe -- it might be worth considering using an alternative approach (maybe timing information from measurements??).

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