nrf_cloud_agps_process buffer format

Hi,

What is the expected format to pass to nrf_cloud_agps_process()? I am working on an LwM2M server and want to be able to respond to /50001/0/{0,1} request coming from asset_tracker_v2 to improve TTFF.

Cheers,
Iman

Parents Reply
  • Hi,

    Thanks for your reply. I managed to use LwM2M client with Asset Tracker v2, and it is communicating with my own LwM2M server (running a copy of Leshan demo server at the moment). I was hoping to be able to integrate SUPL binary into Asset Tracker v2 as well for AGPS, but enabling it would make the HEX file too large and west aborts the linking process. Then I decided to connect to Google SUPL server on my LwM2M server, and send the data back to Thingy91. My question is, what is the format of data nrf_cloud_agps_process() expects to receive in its first parameter?

Children
Related