AGPS support error when using SUPL supporter in nRF9610 DK

I had a problems with GNSS example using AGPS supportor  in nRF9610 DK. 

I use:

- Server hostname: supl.google.com 

- Port: 7276

- The version of supl library and nRF Connect SDK are the lastest version.

When I trying to "Connecting to LTE network", the terminal responses "CEREG: 4" and "Network connection attempt timed out". I found the error is EAGAIN (no more processes).

How to fix the error when using SUPL support?

And if I use "assistance not used" in Kconfig, the GPGAA response is incorrect, like the picture 2.

Pic1. Network connection attempt timed out

Pic2. GPGGA error

Related