You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added an entry for the known issue NRF91-1702.
* Updated the link to the Confluence page describing the known issues
process.
Signed-off-by: Kacper Radoszewski <[email protected]>
Signed-off-by: Emanuele Di Santo <[email protected]>
NRF91-1702: The modem may fail to attach to the network after a modem firmware update if the application core was not rebooted
2814
+
Performing a modem delta update without rebooting the application core (to reinitialize the modem and run the new firmware) may lead to a UICC initialization failure.
2815
+
The UICC failure can be confirmed by issuing the ``AT+CEREG?`` AT command to read the current network registration status after attempting a UICC activation.
2816
+
In case of the failure, the returned network registration status is ``90``.
2817
+
2818
+
**Affected platforms:** nRF9160
2819
+
**Affect modem firmware versions:** v1.3.4 and v1.3.5
2820
+
2821
+
**Workaround:** Reinitialize the :ref:`nrfxlib:nrf_modem` by calling :c:func:`nrf_modem_lib_shutdown` followed by :c:func:`nrf_modem_lib_init`,
2822
+
or reboot the application core as done in the existing |NCS| samples and applications.
0 commit comments