doc: Combine all PPP pages into one "Cellular PPP modem" document#165
Merged
Conversation
77ceea7 to
906f3e7
Compare
MarkusLassila
left a comment
Contributor
There was a problem hiding this comment.
Nice work!
Some tuning is required, but this is moving to correct direction. We should agree on whether we use the term dial-up or not.
| Zephyr's cellular modem driver support has some limitations when used with an nRF91 Series SiP: | ||
|
|
||
| * GNSS functionality is not available through the driver. | ||
| * eDRX or PSM configuration through the driver is not supported. Requires manual changes of the modem settings through AT commands. |
Contributor
There was a problem hiding this comment.
This is not currently possible? The changes should be done in dial-script in the cellular modem.
Contributor
There was a problem hiding this comment.
This should also likely mention the AT%XSYSTEMMODE to setup the correct operation mode (LTE-M /NB-IoT).
Contributor
Author
There was a problem hiding this comment.
I added here a note regarding that:
* System mode is not configured. See the `%XSYSTEMMODE`_ command in the AT command Reference Guide for more details.
I feel like this is not the right document to instruct how to modify the AT script from Zephyr source code.
trantanen
reviewed
Feb 5, 2026
divipillai
reviewed
Feb 5, 2026
5da161d to
6c33001
Compare
MarkusLassila
approved these changes
Feb 10, 2026
trantanen
approved these changes
Feb 10, 2026
trantanen
approved these changes
Feb 10, 2026
e4d37f9 to
a191216
Compare
Collaborator
|
I renamed the PR for "Cellular PPP modem". Maybe rename the commit as well. |
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>
divipillai
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the PPP behavior in one page, instead of spreading the information between two separate pages.
Remove separated pages for Linux and Zephyr.
Jira: SM-59