raiden00pl opened a new pull request, #19130:
URL: https://github.com/apache/nuttx/pull/19130
## Summary
- arch/nrf91: expose GNSS priority as a control ioctl
Coexistence policy does not belong in the driver. Replace the in-driver
priority-boost arbitration (the NRF91_MODEM_GNSS_BOOST_PRIO knob and the
NOT_ENOUGH_WINDOW_TIME counter heuristic) with a user space mechanism:
SNIOC_GNSS_SET_PRIORITY toggles nrf_modem_gnss priority mode on request,
leaving the when-to-use-it decision to the application.
## Impact
user-space is now responsible for switching between GNSS and LTE. Otherwise,
a situation could arise where GNSS occupies the entire antenna time and LTE is
not responsible.
## Testing
thingy91
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]