CONFIG_NRF_CLOUD_PGPS_DOWNLOAD_FRAGMENT_SIZE

Fragment size for P-GPS downloads

Type: int

Help

Due to the finite size of the nrf9160 modem's TLS buffer, this
value needs to be small enough to leave room for the HTTP
headers.

Direct dependencies

NRF_CLOUD_PGPS && NRF_CLOUD

(Includes any dependencies from ifs and menus.)

Default

  • 1500

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:18<nRF>/subsys/net/Kconfig:8<nRF>/subsys/net/lib/Kconfig:8<nRF>/subsys/net/lib/nrf_cloud/Kconfig:26

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

config NRF_CLOUD_PGPS_DOWNLOAD_FRAGMENT_SIZE
    int "Fragment size for P-GPS downloads"
    range 128 1500
    default 1500
    depends on NRF_CLOUD_PGPS && NRF_CLOUD
    help
      Due to the finite size of the nrf9160 modem's TLS buffer, this
      value needs to be small enough to leave room for the HTTP
      headers.

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