nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ NRF_MODEM_GNSS_USE_CASE_SCHED_DOWNLOAD_DISABLE

#define NRF_MODEM_GNSS_USE_CASE_SCHED_DOWNLOAD_DISABLE   0x04

#include <nrf_modem/include/nrf_modem_gnss.h>

Disable scheduled downloads.

By default, in periodic navigation mode, when GNSS determines it needs to download ephemerides or almanacs from the broadcast, the fix interval and fix retry parameters are temporarily ignored. GNSS will perform scheduled downloads until it has downloaded the data it needs, after which normal operation is resumed.

When this bit is set, scheduled downloads are disabled. This is recommended when A-GNSS is used to supply assistance data to the GNSS. It is also possible to use this option without A-GNSS, but it should be noted that in that case GNSS will never get some data (for example ionospheric corrections), which may affect the accuracy.

This option is only valid in periodic navigation mode, because scheduled downloads are not performed in other navigation modes.