Hello,
I want to test cold start performance of GPS on the nRF9160 DK using the gps example from the SDK. If I run the example unmodified from the sdk, get a fix, power cycle the DK, run the example again, and get a fix, will that second fix be considered hot, warm, or cold? My guess is hot because nrf_gnss_delete_mask_t delete_mask is set to 0 in the example. Can someone confirm?
If I change nrf_gnss_delete_mask_t delete_mask to 0xFF will that be enough to cause a cold start or are there other settings that need to be modified?
Another question is what is the purpose of setting nrf_gnss_use_case_t use_case to NRF_GNSS_USE_CASE_SINGLE_COLD_START? What is the meaning of "targeted start performance"?
Regards,
Akash