Modem events in case of network issues

Hello,

we're developing a NB-IoT application using the nrf9160 and the nrf modem library.

Let’s suppose the modem is in PSM and due to reception/network issues it cannot send the TAU at the scheduled time.
1) What would happen?
2) What kind of event would I receive in the application's registered lte events handler?
3) In case the modem is disconnected from the LTE network, would the library attempt to reconnect automatically or should I perform a new lte_lc_connect_async() call?
4) What event signals a disconnection from the LTE network? LTE_LC_EVT_CELL_UPDATE with an invalid cell id?

Thanks for your help!

Marco

Related