Skip to content

Commit 61c5900

Browse files
SeppoTakaloCopilotdivipillai
authored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Divya S Pillai <91891495+divipillai@users.noreply.github.com>
1 parent 8a6c2de commit 61c5900

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/app/sm_cellular_modem.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The controlling chip runs a Zephyr application, which uses Zephyr's native IP st
204204
* System mode is not configured. See the `%XSYSTEMMODE`_ command in the AT command Reference Guide for more details.
205205

206206
User pipes for AT commands
207-
===========================
207+
==========================
208208

209209
Zephyr's cellular modem driver provides **user pipes** for sending AT commands to the modem while PPP is active.
210210
User pipes are additional CMUX channels (DLC channels 3 and 4) that the host application can use for modem configuration, DFU/FOTA, or other AT command operations.
@@ -216,13 +216,13 @@ User pipes are available only when the modem driver has all CMUX channels open.
216216
This occurs after the following conditions are met:
217217

218218
* CMUX has been started with ``AT+CMUX=0``.
219-
* The network interface is brought up with ``net_if_up()``, which opens CMUX channels, attaches to the network, and opens the PPP connection.
219+
* The network interface is activated with ``net_if_up()``, which opens the CMUX channels, connects to the network, and establishes the PPP connection.
220220

221-
When the network interface is brought down with ``net_if_down()``, PPP is closed and user pipes become unavailable.
221+
When the network interface is deactivated with ``net_if_down()``, the PPP connection is closed and user pipes become unavailable.
222222

223223
.. important::
224224

225-
User pipes are NOT available when PPP is closed.
225+
User pipes are not available when PPP is closed.
226226
The modem driver is designed so that ``net_if_up()`` opens all CMUX channels, including user pipes, and ``net_if_down()`` closes them.
227227

228228
The DLC channel callback notifies the host application when a user pipe opens or closes.
@@ -234,7 +234,7 @@ User pipes allow the host application to send AT commands while maintaining an a
234234
Common use cases include:
235235

236236
* Configuring eDRX and PSM settings (``AT+CEDRXS``, ``AT+CPSMS``).
237-
* Performing modem firmware updates via ``AT#XFOTA`` or DFU commands.
237+
* Performing modem firmware updates using ``AT#XFOTA`` or DFU commands.
238238
* Querying modem status and diagnostics.
239239
* Managing SMS or other modem features not exposed through the PPP interface.
240240
* Temporarily pausing PPP for maintenance operations.

0 commit comments

Comments
 (0)