-
Notifications
You must be signed in to change notification settings - Fork 1.4k
OTDOA library #25090
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
base: main
Are you sure you want to change the base?
OTDOA library #25090
Conversation
Adds a new library supporting the hellaPHY OTDOA cellular positioning method. hellaPHY OTDOA is a positioning method that uses cellular signals to estimate a UE position. A library that implements it is distributed separately from the nRF Connect SDK. The adaption layer library is a source code library intended to be distributed as a part of the nRF Connect SDK. It is used to integrate the hellaPHY OTDOA library with an nRF Connect SDK Application Signed-off-by: Neal Riedel <[email protected]>
Adds a new sample application demonstrating the use of hellaPHY OTDOA for cellular positioning. Signed-off-by: Neal Riedel <[email protected]>
Thank you for your contribution! Note: This comment is automatically posted and updated by the Contribs GitHub Action. |
Fixes errors identified by the documentation style checker. Signed-off-by: Neal Riedel <[email protected]>
Updates the OTDOA adaption layer library to fix errors identified by SonarQube Cloud static code analysis. All issues are addressed except those relating to the logging system, which are fixed in a separate commit. Signed-off-by: Neal Riedel <[email protected]>
…e analysis The OTDOA adaption layer library code is refactored to be compliant with the SonarQube Cloud static code analysis. The adaption layer is changed to use Zephyr logging APIs directly (LOG_INF(), etc.). Logs from the binary OTDOA libary are supported through a single otdoa_log() API which does not use variable arguments. Signed-off-by: Neal Riedel <[email protected]>
This is a test for the PR flow.