-
Notifications
You must be signed in to change notification settings - Fork 2
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
Updates for GNSS API assistance usage #106
Conversation
@lemrey This PR touches many components, but I'm not able to add reviewers. Would be nice to get reviews from some code owners as well. |
@tokangas could you try to add reviewers now? |
9651ba3
to
0a0dffa
Compare
I'll continue with this after my summer vacation. I have been working on adding support for QZSS assistance with nRF Cloud, but there are some things which need to be clarified with the cloud side. |
9271a93
to
dc62001
Compare
50a8597
to
0a1c70d
Compare
Updated because of GNSS API assistance changes. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Updated because of GNSS API assistance changes. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Updated because of GNSS API assistance changes. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
0a1c70d
to
ead372b
Compare
The PR is now ready for review. Also QZSS assistance support is included. |
Updated because of GNSS API assistance changes. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Updated because of GNSS API assistance changes. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Updated because of GNSS API assistance changes. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Updated because of GNSS API assistance changes. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Updated because of GNSS API assistance changes. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Updated because of GNSS API assistance changes. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
ead372b
to
b96d0e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from SLM perspective. We will run our GNSS test against the main PR.
@tokangas: Any opinion whether we should add additional AT-command support to SLM for the QZSS satellites?
b96d0e7
to
70bc174
Compare
@MarkusLassila There are only a few QZSS related options in the API, and those have been present already earlier.
I think that's all. Probably there's no need to have AT commands for those in SLM, I think. |
Implemented support for QZSS assistance. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Implemented support for QZSS assistance. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Added support for QZSS assistance. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
Added support for QZSS assistance. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
70bc174
to
4a80d7d
Compare
This PR updates GNSS API usage for multi-constellation assistance support.
Currently, the functionality remains as it was, i.e. only GPS assistance is used. QZSS assistance support with nRF Cloud will still be added into this PR.