Skip to content

Commit

Permalink
Backport improve modem help (#2830)
Browse files Browse the repository at this point in the history
* Improved modem help.

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

Signed-off-by: Maiero <[email protected]>

* Added new suggested profiles

Signed-off-by: Maiero <[email protected]>

* Improved description

Signed-off-by: Maiero <[email protected]>
  • Loading branch information
MMaiero authored May 5, 2020
1 parent 42939c5 commit 3b33a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

.help {
height: 310px;
height: 500px;
}

.help-body {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 PDP context 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.
netModemToolTipApn=Modem access point name.
netModemToolTipAuthentication=Select modem authentication type.
netModemToolTipUsername=Enter user name.
Expand Down

0 comments on commit 3b33a2f

Please sign in to comment.