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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,20 @@ Core library
17
17
18
18
* Added the :ref:`nrf_modem_rs_capture_api` to receive reference signal samples.
19
19
20
+
DECT NR+
21
+
========
22
+
23
+
* Added:
24
+
25
+
* The :c:func:`nrf_modem_dect_phy_test_rf_tx_cw_control` function to control continuous wave transmission for device certification purposes.
26
+
* The :c:enumerator:`NRF_MODEM_DECT_PHY_ERR_HANDLE_IN_USE` enumeration value.
27
+
28
+
Sockets
29
+
=======
30
+
31
+
* Added the :c:macro:`NRF_SO_SENDCB` socket option to set a callback to be called when a send operation is done sending data on air and the data has been acknowledged by the peer, if required by the network protocol.
32
+
This socket option is supported by the mfw_nrf9151-ntn modem firmware.
0 commit comments