Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport improve modem help #2830

Merged
merged 3 commits into from
May 5, 2020
Merged

Conversation

MMaiero
Copy link
Contributor

@MMaiero MMaiero commented May 5, 2020

Brief description of the PR. back port to release-4.1.0 branch of PR #2829

Related Issue: This PR fixes/closes #2828

Description of the solution adopted: N/A

Screenshots: N/A

Any side note on the changes made: N/A

More extensive description with specific per-modem message for LTE supported modems.

Signed-off-by: Maiero <[email protected]>
@MMaiero MMaiero requested a review from nicolatimeus May 5, 2020 09:37
@MMaiero MMaiero changed the base branch from develop to release-4.1.0 May 5, 2020 09:37
@@ -452,7 +452,7 @@ netModemToolTipNetworkTopology=Select the appropriate network topology.
netModemToolTipModemIndentifier=Enter a unique name for the modem.
netModemToolTipModemInterfaceNumber=Enter a unique number for the modem interface. For example: <br><br>An Interface # of 0 would name the modem interface ppp0<br><br>An Interface # of 1 would name the modem interface ppp1
netModemToolTipDialString=Instructions for how the modem should attempt to connect.<br><br>A typical dial string for the detected modem is: <b>{0}</b>
netModemToolTipDialStringDefault=Instructions for how the modem should attempt to connect.<br><br>Typical dial strings are:<br>* EVDO Modems => <b>atd#777</b><br>* HSPA Modems => <b>atd*99***1#</b><br>* LTE Modems => <b>atd*99***2#</b><br>where the number before '#' defines the PDP context to be used for this connection.<br>LTE modems should not use PDP context 1 unless it is required by the mobile network operator.<br><br>Click the button to display/select existing PDP profiles.
netModemToolTipDialStringDefault=Instructions for how the modem should attempt to connect.<br><br>Typical dial strings are:<br>* EVDO Modems => <b>atd#777</b><br>* HSPA Modems => <b>atd*99***1#</b><br>For LTE Modems: <br>* LE910C1-EU => <b>ATD*99***4#</b><br>* LE910C1-AP (Telstra) => <b>ATD*99***1# or ATD*99***5#</b><br>* LE910-EU1 and LE910EU-V2 => <b>ATD*99***2# or ATD*99***1# (modem power cycle may be required for profile 1)</b><br>* LE910NA-V2 (AT&T) => <b>ATD*99***1#</b><br>* LE910NA-V2 (Verizon Wireless) => <b>ATD*99***3#</b><br>* Other modems or mobile network operators => <b>please consult the documentation of the modem manufacturer and the mobile network operator</b><br><br>NOTE: The number before '#' defines the PDP context to be used for this connection.<br><br>Click the button to display/select existing PDP profiles.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"modem power cycle may be required for profile 1" -> "modem power cycle may be required for PDP context 1"

Signed-off-by: Maiero <[email protected]>
@MMaiero MMaiero merged commit 3b33a2f into release-4.1.0 May 5, 2020
@MMaiero MMaiero deleted the backport-improve_modem-help branch May 5, 2020 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve modem help section
2 participants