Skip to content

Commit e4d37f9

Browse files
committed
doc: Combine all PPP pages into one "Dial-up modem" document
Describe the PPP behavior in one page, instead of spreading the information between two separate pages. Remove separated pages for Linux and Zephyr. Move trace-collecting through CMUX to a logging page. Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
1 parent 7592e44 commit e4d37f9

10 files changed

Lines changed: 591 additions & 302 deletions

doc/app/PPP_linux.rst

Lines changed: 0 additions & 187 deletions
This file was deleted.

doc/app/README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ See the subpages for how to use the application, how to extend it, and informati
6767
sm_build_and_run
6868
sm_logging
6969
sm_configuration
70-
nRF91_as_Zephyr_modem
71-
PPP_linux
70+
sm_cellular_modem
7271
sm_data_mode
7372
sm_extending
7473
sm_testing

doc/app/at_cmux.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ The maximum length of the information field in UIH frames is configurable using
1616

1717
.. note::
1818

19-
To use the nRF91 Series SiP as a standalone modem in Zephyr, see :ref:`sm_as_zephyr_modem`.
20-
To use the nRF91 Series SiP as a modem for a Linux device, see :ref:`sm_as_linux_modem`.
19+
To use the nRF91 Series SiP as a cellular dial-up PPP modem, see :ref:`sm_cellular_modem`.
2120

2221
CMUX is enabled in |SM| by compiling it with the appropriate configuration files, depending on your use case.
2322
See the :ref:`sm_config_files` section for more information.

doc/app/at_ppp.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ PPP AT commands
99

1010
This page describes AT commands related to the Point-to-Point Protocol (PPP).
1111

12-
.. note::
13-
14-
To use the nRF91 Series SiP as a standalone modem in Zephyr, see the :ref:`sm_as_zephyr_modem` documentation.
15-
1612
PPP is enabled in |SM| by compiling it with the appropriate configuration files, depending on your use case (with or without CMUX).
1713
See the :ref:`sm_config_files` section for more information.
1814

@@ -228,7 +224,7 @@ Testing on Linux
228224

229225
You can test |SM|'s PPP on Linux by using the ``pppd`` command.
230226
This section describes a configuration without CMUX.
231-
If you are using CMUX, see :ref:`sm_as_linux_modem` for more information on setting it up.
227+
If you are using CMUX, see :ref:`sm_cellular_modem` for more information on setting it up.
232228

233229
For the process described here, |SM|'s UARTs must be connected to the Linux host.
234230

doc/app/nRF91_as_Zephyr_modem.rst

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)