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
lib: nrf_modem_lib: jump to init callbacks when err
`nrf_modem_lib_init` should not initialize traces or log
the firmware version UUID when `nrf_modem_init` fails,
because they require the modem library to be initialized.
However it should iterate through the init callbacks and
report the returned error.
Signed-off-by: Mirko Covizzi <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -545,6 +545,10 @@ Modem libraries
545
545
546
546
* 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.
547
547
548
+
* :ref:`nrf_modem_lib_readme`:
549
+
550
+
* Fixed a bug where various subsystems would be erroneously initialized during a failed initialization of the library.
0 commit comments