From dc8ffe82bd682ae498b51ce12b6de678c3d1c631 Mon Sep 17 00:00:00 2001 From: Tommi Rantanen Date: Thu, 17 Oct 2024 13:35:07 +0300 Subject: [PATCH] samples: cellular: modem_shell: Use CoAP for downloading P-GPS data After PR #17917, we can use CoAP for P-GPS download instead of HTTP. PR #17899 disabled P-GPS data download over CoAP and used HTTP. This was done because PR #17634 caused regression into the P-GPS+CoAP configuration of the sample. Signed-off-by: Tommi Rantanen --- samples/cellular/modem_shell/overlay-cloud_coap.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/samples/cellular/modem_shell/overlay-cloud_coap.conf b/samples/cellular/modem_shell/overlay-cloud_coap.conf index 643b2e4e291a..799fcc39cb54 100644 --- a/samples/cellular/modem_shell/overlay-cloud_coap.conf +++ b/samples/cellular/modem_shell/overlay-cloud_coap.conf @@ -14,11 +14,7 @@ CONFIG_COAP_CLIENT_BLOCK_SIZE=1024 CONFIG_COAP_CLIENT_STACK_SIZE=6144 CONFIG_COAP_CLIENT_THREAD_PRIORITY=0 CONFIG_COAP_EXTENDED_OPTIONS_LEN=y -CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE=40 - -# Disabled to avoid compilation issues with FOTA related functions. -# Requires CONFIG_FOTA_DOWNLOAD_EXTERNAL_DL if enabled. -CONFIG_NRF_CLOUD_COAP_DOWNLOADS=n +CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE=80 # Report standard information to shadow CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS=y