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
Add new entry for race condition fix and move the fixes into their own
list as suggested by @peknis
Signed-off-by: Kamil Krzyzanowski <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -559,7 +559,10 @@ Modem libraries
559
559
560
560
* :ref:`modem_key_mgmt` library:
561
561
562
-
* Fixed an issue with the :c:func:`modem_key_mgmt_clear` function where it returned ``-ENOENT`` when the credential was cleared.
562
+
* Fixed:
563
+
564
+
* An issue with the :c:func:`modem_key_mgmt_clear` function where it returned ``-ENOENT`` when the credential was cleared.
565
+
* A race condition in several functions where ``+CMEE`` error notifications could be disabled by one function before the other one got a chance to run its command.
563
566
564
567
* Updated the :ref:`nrf_modem_lib_lte_net_if` to automatically set the actual link :term:`Maximum Transmission Unit (MTU)` on the network interface when PDN connectivity is gained.
0 commit comments