Hello,
I am using the 9160 with nRF Connect SDK 1.8.0 to connect to an LTE-M network. I am currently using:
CONFIG_MQTT_KEEPALIVE=180
to manage the keepalive timer, but was wondering if there are any methods of determining when LTE connection has been lost. Ideally I want to keep the device always connected but I don't know how to detect when the LTE connection drops to implement some sort of error handling if the connection drops. After looking through the LTE controller documentation (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.0/nrf/include/modem/lte_lc.html) I didn't see anything for handling this and was wondering if there were any out of the box solutions for this.
Thanks,
Jake