CONFIG_NRF_CLOUD_PGPS_REQUEST_UPON_INIT

Request required P-GPS data upon initialization

Type: bool

Help

If this option is enabled, the P-GPS library init function will
request P-GPS data from the cloud for three reasons:
if no P-GPS data has previously been stored to flash,
if only some of the predictions are in storage,
or if the replacement threshold is reached.

Direct dependencies

NRF_CLOUD_PGPS

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_pgps:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:20<nRF>/subsys/net/Kconfig:8<nRF>/subsys/net/lib/Kconfig:29<nRF>/subsys/net/lib/nrf_cloud/Kconfig:24

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols → Enable nRF Cloud Predicted GPS (P-GPS)

config NRF_CLOUD_PGPS_REQUEST_UPON_INIT
    bool "Request required P-GPS data upon initialization"
    default y
    depends on NRF_CLOUD_PGPS
    help
      If this option is enabled, the P-GPS library init function will
      request P-GPS data from the cloud for three reasons:
      if no P-GPS data has previously been stored to flash,
      if only some of the predictions are in storage,
      or if the replacement threshold is reached.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)