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
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -495,6 +495,19 @@ Modem libraries
495
495
496
496
* Added support for parsing DECT NR+ modem firmware names.
497
497
498
+
* Updated the following macros and functions to return ``-ENODATA`` when the target subparameter to parse is empty:
499
+
500
+
* :c:macro:`at_parser_num_get` macro
501
+
* Functions:
502
+
503
+
* :c:func:`at_parser_int16_get`
504
+
* :c:func:`at_parser_uint16_get`
505
+
* :c:func:`at_parser_int32_get`
506
+
* :c:func:`at_parser_uint32_get`
507
+
* :c:func:`at_parser_int64_get`
508
+
* :c:func:`at_parser_uint64_get`
509
+
* :c:func:`at_parser_string_get`
510
+
498
511
* :ref:`lte_lc_readme` library:
499
512
500
513
* Added the :kconfig:option:`CONFIG_LTE_LC_DNS_FALLBACK_MODULE` and :kconfig:option:`CONFIG_LTE_LC_DNS_FALLBACK_ADDRESS` Kconfig options to enable setting a fallback DNS address.
0 commit comments