Skip to content

Conversation

nriedel
Copy link

@nriedel nriedel commented Oct 16, 2025

This is a test for the PR flow.

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]>
@CLAassistant
Copy link

CLAassistant commented Oct 16, 2025

CLA assistant check
All committers have signed the CLA.

@NordicBuilder NordicBuilder added doc-required PR must not be merged without tech writer approval. changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 16, 2025
@NordicBuilder
Copy link
Contributor

Thank you for your contribution!
It seems you are not a member of the nrfconnect GitHub organization. External contributions are handled as follows:
Large contributions, affecting multiple subsystems for example, may be rejected if they are complex, may introduce regressions due to lack of test coverage, or if they are not consistent with the architecture of nRF Connect SDK.
PRs will be run in our continuous integration (CI) test system.
If CI passes, PRs will be tagged for review and merged on successful completion of review. You may be asked to make some modifications to your contribution during review.
If CI fails, PRs may be rejected or may be tagged for review and rework.
PRs that become outdated due to other changes in the repository may be rejected or rework requested.
External contributions will be prioritized for review based on the relevance to current development efforts in nRF Connect SDK. Bug fix PRs will be prioritized.
You may raise issues or ask for help from our Technical Support team by visiting https://devzone.nordicsemi.com/.

Note: This comment is automatically posted and updated by the Contribs GitHub Action.

@NordicBuilder NordicBuilder added the external External contribution label Oct 16, 2025
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. doc-required PR must not be merged without tech writer approval. external External contribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants