Skip to content

Commit a7eec9b

Browse files
pascal-nordicrlubos
authored andcommitted
net: nrf_cloud: coap: Replace deprecated PGPS endpoint for PGNSS
Upgrate the CoAP endpoint to use the upgrated /loc/pgnss endpoint. Jira: CLOUDMCU-214 Signed-off-by: Pascal Hernandez <pascal.hernandez@nordicsemi.no>
1 parent 084d67b commit a7eec9b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,11 @@ Libraries for networking
708708

709709
* :ref:`lib_nrf_cloud_pgps` library:
710710

711-
* Updated the range for the :kconfig:option:`CONFIG_NRF_CLOUD_PGPS_NUM_PREDICTIONS` and :kconfig:option:`CONFIG_NRF_CLOUD_PGPS_REPLACEMENT_THRESHOLD` Kconfig options to values supported by nRF Cloud.
711+
* Updated:
712+
713+
* The range for the :kconfig:option:`CONFIG_NRF_CLOUD_PGPS_NUM_PREDICTIONS` and :kconfig:option:`CONFIG_NRF_CLOUD_PGPS_REPLACEMENT_THRESHOLD` Kconfig options to values supported by nRF Cloud.
714+
* The CoAP endpoint used for requesting predictions has been renamed from ``loc/pgps`` to ``loc/pgnss``.
715+
The CBOR wire format is unchanged.
712716

713717
* Fixed:
714718

subsys/net/lib/nrf_cloud/coap/src/nrf_cloud_coap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
LOG_MODULE_REGISTER(nrf_cloud_coap, CONFIG_NRF_CLOUD_COAP_LOG_LEVEL);
3030

3131
#define COAP_AGNSS_RSC "loc/agnss"
32-
#define COAP_PGPS_RSC "loc/pgps"
32+
#define COAP_PGPS_RSC "loc/pgnss"
3333
#define COAP_GND_FIX_RSC "loc/ground-fix"
3434
#define COAP_FOTA_GET_RSC "fota/exec/current"
3535
#define COAP_SHDW_RSC "state"

0 commit comments

Comments
 (0)