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: nrf_modem/doc/CHANGELOG.rst
-51Lines changed: 0 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -9,57 +9,6 @@ Changelog
9
9
10
10
All notable changes to this project are documented in this file.
11
11
12
-
nrf_modem
13
-
*********
14
-
15
-
Core library
16
-
============
17
-
18
-
* Added:
19
-
20
-
* A header file :file:`nrf_modem_toolchain.h` for compiler attributes used in other header files.
21
-
22
-
AT interface
23
-
============
24
-
25
-
* Added:
26
-
27
-
* Logging for AT responses and notifications to the logging binaries.
28
-
* Format helpers to AT functions that take a variable number of arguments to improve type checking.
29
-
30
-
Sockets
31
-
=======
32
-
33
-
* Added:
34
-
35
-
* The capability to read the value of the :c:macro:`NRF_SO_KEEPOPEN` socket option with modem firmware v2.0.2 and higher.
36
-
* The :c:macro:`NRF_SO_IPV6_DELAYED_ADDR_REFRESH` socket option to delay the IPv6 address refresh until the device wakes up from PSM or eDRX sleep.
37
-
This prevents the device from waking up solely to refresh the address.
38
-
This socket option is supported by modem firmware v1.3.7 and higher and modem firmware v2.0.2 and higher.
39
-
40
-
* Updated the :c:func:`nrf_getaddrinfo` function to support up to three concurrent DNS requests.
41
-
42
-
* Removed:
43
-
44
-
* The deprecated types ``nrf_sec_cipher_t``, ``nrf_sec_peer_verify_t``, ``nrf_sec_role_t``, and ``nrf_sec_session_cache_t``.
45
-
* The deprecated RAI socket options ``NRF_SO_RAI_NO_DATA``, ``NRF_SO_RAI_LAST``, ``NRF_SO_RAI_ONE_RESP``, ``NRF_SO_RAI_ONGOING``, and ``NRF_SO_RAI_WAIT_MORE``.
46
-
47
-
DECT NR+
48
-
========
49
-
50
-
* Added:
51
-
52
-
* Physical layer control field header formats.
53
-
* New API for STF cover sequence control.
54
-
This API is intended for certification purposes only and should not be used under normal operation.
55
-
56
-
* Updated the documentation to state that RSSI reporting interval is measured in slots and not subslots.
57
-
58
-
Tracing
59
-
=======
60
-
61
-
* Updated the function :c:func:`nrf_modem_trace_get` to now return ``-NRF_EPERM`` if trace interface is not initialized.
| NRF_IPPROTO_TCP | NRF_SO_TCP_SRV_SESSTIMEO | ``int`` | get/set | Non-zero enables TCP server session timeout after a configurable period of inactivity. |
0 commit comments