CONFIG_NRF_CLOUD_AGPS_ELEVATION_MASK

Minimum elevation angle for visible satellites

Type: int

Help

This sets the threshold elevation angle in A-GPS cloud requests.
It constrains which satellite ephemerides are included in the
assistance data returned by the cloud.

Direct dependencies

NRF_CLOUD_AGPS_FILTERED && NRF_CLOUD_AGPS

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

At <nRF>/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_agps:30

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:22

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols → nRF Cloud Assisted GPS (A-GPS) → Request only visible satellite ephemerides

config NRF_CLOUD_AGPS_ELEVATION_MASK
    int "Minimum elevation angle for visible satellites"
    default 5
    depends on NRF_CLOUD_AGPS_FILTERED && NRF_CLOUD_AGPS
    help
      This sets the threshold elevation angle in A-GPS cloud requests.
      It constrains which satellite ephemerides are included in the
      assistance data returned by the cloud.

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