This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf9160 NB-IoT DNS failure

Hi, I am testing NB-IoT on the nrf9160 and it appears the DNS is failing.

I have two networks here and with an NB-IoT modem from a different manufacturer the DNS is resolved fine for both. 

I thought it could be my implementation but it is working fine on Cat-M1.

I am running modem firmware version 0.7.0-29.alpha.

Currently I am calling 

getaddrinfo("myserver.com", NULL, NULL, &myserver_addr) and it is returning error 22

Related