eclipse-kura / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
506 stars 312 forks source link

feat(api): added gnss type data to PositionService (#5381) [backport release-5.6.0] #5407

Closed sfiorani closed 1 month ago

sfiorani commented 1 month ago

Backport of #5381


Signed-off-by: SimoneFiorani simone.fiorani@abinsula.com

Signed-off-by: SimoneFiorani simone.fiorani@abinsula.com

Signed-off-by: SimoneFiorani simone.fiorani@abinsula.com

Signed-off-by: SimoneFiorani simone.fiorani@abinsula.com

Signed-off-by: SimoneFiorani simone.fiorani@abinsula.com

Signed-off-by: SimoneFiorani simone.fiorani@abinsula.com

Signed-off-by: SimoneFiorani simone.fiorani@abinsula.com

Co-authored-by: Mattia Dal Ben mattdibi@users.noreply.github.com


Signed-off-by: SimoneFiorani simone.fiorani@abinsula.com Co-authored-by: Mattia Dal Ben mattdibi@users.noreply.github.com (cherry picked from commit 51fcd57437af67f22809b24ccc116b52c347c336)

Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

Brief description of the PR. [e.g. Added null check on object to avoid NullPointerException]

Related Issue: This PR fixes/closes {issue number}

Description of the solution adopted: A more detailed description of the changes made to solve/close one or more issues. If the PR is simple and easy to understand this section can be skipped

Screenshots: If applicable, add screenshots to help explain your solution

Manual Tests: Optional description of the tests performed to check correct functioning of changes, useful for an efficient review

Any side note on the changes made: Description of any other change that has been made, which is not directly linked to the issue resolution [e.g. Code clean up/Sonar issue resolution]