Skip to content

Commit 80bd767

Browse files
kacperradoszewskirlubos
authored andcommitted
doc: add NRF91-1702 known issue
* 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]>
1 parent fcd0eec commit 80bd767

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ A known issue can list one or both of the following entries:
7474
When adding a new version, add it to the dropdown list above and move the "selected" option next to it.
7575
Once "selected" is moved, only issues that are valid for the new version will be displayed when entering the page.
7676
77-
Known issues process is described at https://projecttools.nordicsemi.no/confluence/pages/viewpage.action?pageId=82556815
77+
Known issues process is described at https://nordicsemi.atlassian.net/wiki/spaces/NCS/pages/108237688/Known+Issues+process
7878
7979
When updating this file, add entries in the following format:
8080
@@ -2808,6 +2808,19 @@ NCSDK-6073: ``nrf_send`` is blocking
28082808

28092809
**Workaround:** For |NCS| v1.4.0, set the non-blocking mode for a partial workaround for non-blocking operation.
28102810

2811+
.. rst-class:: v2-4-1 v2-4-0 v2-3-0 v2-2-0 v2-1-4 v2-1-3 v2-1-2 v2-1-1 v2-1-0
2812+
2813+
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.
2823+
28112824
Multiprotocol Service Layer (MPSL)
28122825
==================================
28132826

0 commit comments

Comments
 (0)