Skip to content

Commit c25e300

Browse files
MirkoCovizzirlubos
authored andcommitted
applications: serial_lte_modem: doc: update socket options
Updates the documentation to reflect the changes to various NCS-specific socket options. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
1 parent d18f853 commit c25e300

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

applications/serial_lte_modem/doc/SOCKET_AT_commands.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -521,31 +521,31 @@ Syntax
521521

522522
* ``<value>`` is an integer that indicates the send timeout in seconds.
523523

524-
* ``30`` - :c:macro:`SO_SILENCE_ALL`.
524+
* ``1030`` - :c:macro:`SO_SILENCE_ALL`.
525525

526526
* ``<value>`` is an integer that indicates whether ICMP echo replies for IPv4 and IPv6 are disabled.
527527
It is ``0`` for allowing ICMP echo replies or ``1`` for disabling them.
528528

529-
* ``31`` - :c:macro:`SO_IP_ECHO_REPLY`.
529+
* ``1031`` - :c:macro:`SO_IP_ECHO_REPLY`.
530530

531531
* ``<value>`` is an integer that indicates whether ICMP echo replies for IPv4 are enabled.
532532
It is ``0`` for disabled or ``1`` for enabled.
533533

534-
* ``32`` - :c:macro:`SO_IPV6_ECHO_REPLY`.
534+
* ``1032`` - :c:macro:`SO_IPV6_ECHO_REPLY`.
535535

536536
* ``<value>`` is an integer that indicates whether ICMP echo replies for IPv6 are enabled.
537537
It is ``0`` for disabled or ``1`` for enabled.
538538

539-
* ``40`` - :c:macro:`SO_BINDTOPDN` (set-only).
539+
* ``1040`` - :c:macro:`SO_BINDTOPDN` (set-only).
540540

541541
* ``<value>`` is an integer that indicates the packet data network ID to bind to.
542542

543-
* ``55`` - :c:macro:`SO_TCP_SRV_SESSTIMEO`.
543+
* ``1055`` - :c:macro:`SO_TCP_SRV_SESSTIMEO`.
544544

545545
* ``<value>`` is an integer that indicates the TCP server session inactivity timeout for a socket.
546546
It accepts values from the range ``0`` to ``135``, where ``0`` is no timeout and ``135`` is 2 hours, 15 minutes.
547547

548-
* ``61`` - :c:macro:`SO_RAI` (set-only).
548+
* ``1061`` - :c:macro:`SO_RAI` (set-only).
549549
Release Assistance Indication (RAI).
550550

551551
* ``<value>`` The option accepts an integer, indicating the type of RAI.
@@ -571,7 +571,7 @@ Syntax
571571
Indicates that the socket is in active use by a server application.
572572
This lets the modem stay in connected mode longer.
573573

574-
* ``62`` - :c:macro:`SO_IPV6_DELAYED_ADDR_REFRESH`.
574+
* ``1062`` - :c:macro:`SO_IPV6_DELAYED_ADDR_REFRESH`.
575575

576576
* ``<value>`` is an integer that indicates whether delayed IPv6 address refresh is enabled.
577577
It is ``0`` for disabled or ``1`` for enabled.
@@ -693,7 +693,7 @@ Syntax
693693
This option is only supported with modem firmware 1.3.5 and newer.
694694
See :ref:`nrfxlib:dtls_cid_status` for more details regarding the returned values.
695695

696-
* ``18`` - :c:macro:`TLS_DTLS_HANDSHAKE_TIMEO`.
696+
* ``1018`` - :c:macro:`TLS_DTLS_HANDSHAKE_TIMEO`.
697697

698698
* ``<value>`` is an integer that indicates the DTLS handshake timeout in seconds.
699699
It can be one of the following values: ``1``, ``3``, ``7``, ``15``, ``31``, ``63``, ``123``.

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,20 @@ Serial LTE modem
299299

300300
* Added an overlay :file:`overlay-memfault.conf` file to enable Memfault.
301301
For more information about Memfault features in |NCS|, see :ref:`mod_memfault`.
302-
* Updated the application to use the :ref:`lib_downloader` library instead of the deprecated :ref:`lib_download_client` library.
302+
303+
* Updated:
304+
305+
* The application to use the :ref:`lib_downloader` library instead of the deprecated :ref:`lib_download_client` library.
306+
* In Zephyr, the numerical values of various |NCS| specific socket options that are used with the ``#XSOCKETOPT`` command:
307+
308+
* The :c:macro:`TLS_DTLS_HANDSHAKE_TIMEO` has been changed from ``18`` to ``1018``
309+
* The :c:macro:`SO_SILENCE_ALL` has been changed from ``30`` to ``1030``
310+
* The :c:macro:`SO_IP_ECHO_REPLY` has been changed from ``31`` to ``1031``
311+
* The :c:macro:`SO_IPV6_ECHO_REPLY` has been changed from ``32`` to ``1032``
312+
* The :c:macro:`SO_BINDTOPDN` has been changed from ``40`` to ``1040``
313+
* The :c:macro:`SO_TCP_SRV_SESSTIMEO` has been changed from ``55`` to ``1055``
314+
* The :c:macro:`SO_RAI` has been changed from ``61`` to ``1061``
315+
* The :c:macro:`SO_IPV6_DELAYED_ADDR_REFRESH` has been changed from ``62`` to ``1062``
303316

304317
Thingy:53: Matter weather station
305318
---------------------------------

0 commit comments

Comments
 (0)