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

modules: Block triggers during location search #284

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

simensrostad
Copy link
Collaborator

@simensrostad simensrostad commented Aug 13, 2024

Block triggers during location search (previously GNSS search)

  • Prevent interruption of neighboring cell (ncell) search by blocking
    triggers during location searches.
  • Ensure new triggers are not ignored when the device is already
    searching for location.
  • During a location search the location module corresponds with
    nRF Cloud to determine if the sent location was resolved or not.
    (Used in fallback mechanism)
    Sending triggers during this process causes the location search
    to take even more time as nRF Cloud CoAP calls are synchronous and
    the location module has to wait for the transport module to finish
    sending other sensor data.

Block triggers during location search (previously GNSS search)

- Prevent interruption of neighboring cell (ncell) search by blocking
  triggers during location searches.
- Ensure new triggers are not ignored when the device is already
  searching for location.
- During a location search the location module corresponds with
  nRF Cloud to determine if the sent location was resolved or not.
  (Used in fallback mechanism)
  Sending triggers during this process causes the location search
  to take even more time as nRF Cloud CoAP calls are synchronous and
  the location module has to wait for the transport module to finish
  sending other sensor data.

Signed-off-by: Simen S. Røstad <[email protected]>
@simensrostad simensrostad force-pushed the blockonlocationsearch branch from 14964b5 to 498070e Compare August 13, 2024 20:26
@simensrostad simensrostad changed the title modules: block on location search modules: Block triggers during location search Aug 13, 2024
Copy link

@simensrostad simensrostad merged commit 2b56c2f into main Aug 13, 2024
5 checks passed
@simensrostad simensrostad deleted the blockonlocationsearch branch August 13, 2024 21:20
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 this pull request may close these issues.

1 participant