I've testing out the GNSS and Location samples. According to documentation, A-GNSS is enabled by default in the location sample but I am not able to confirm this both through the logs and the code.
When running the GNSS example with A-GNSS enabled, I can clearly see the FW connecting to LTE, GNSS requesting A-GNSS data, and FW downloading the data. The impact on getting a location is also visible.
I cannot see the same in the location example. Even in code, Location sample executes a print out when LOCATION_EVT_GNSS_ASSISTANCE_REQUEST event occurs instead requesting data from the cloud.
Am I missing something here in the Location sample? How can I get A-GNSS working with the location sample?