b.
Click the play
button to connect to your HSPA+ network.
NOTE: Click the information
button to view the International Mobile Equipment Identity (IMEI) and
Integrated Circuit Card Identifier (ICCID) information.
Click the stop
to disconnect from your HSPA+ network.
If the Edge Gateway is shipped with LTE Verizon (DW5812) WWAN or LTE AT&T (DW5813) card:
a.
Select the network icon from the taskbar and then click
Cellular
.
b.
Select your
Mobile Broadband Carrier
→
Advanced Options
.
c.
Make a note of the International Mobile Equipment Identity (IMEI) and the Integrated Circuit Card Identifier (ICCID).
Ubuntu operating system
a.
Open the
Terminal
window.
b.
Go to super user mode by entering:
$sudo su -
c.
Configure the Mobile Broadband connection profile:
#nmcli con add type gsm ifname ttyACM3 con-name <connection name>
apn
<apn>
user
<user name>
password
<password>
d.
Connect to the mobile network:
#nmcli con up
connection name
NOTE: To view the IMEI and ICCID number use the
mmcli -m 0 --cCIMI
command.
To disconnect from the mobile network:
#nmcli con down
connection name
.
Wind River operating system
If the Edge Gateway is shipped with HSPA+ (DW5580) WWAN card:
a.
Open the
Terminal
window.
b.
Configure the Mobile Broadband APN profile:
#uci set network.wwan.apn="<apn>"
#uci commit network
c.
Connect to the mobile network:
#ifup wwan
NOTE: To view the IMEI and ICCID number use the
AT+IMEISV
command.
To disconnect from the mobile network:
#ifdown wwan
.
If the Edge Gateway is shipped with LTE Verizon (DW5812) WWAN card:
Open the
Terminal
window.
a.
In the terminal type
AT+IMEISV
to open the Minicom terminal.
The Minicom terminal opens with the following text:
Welcome to minicom 2.7
OPTIONS: I18n
Compiled on Dec 17 2015, 16:20:45.
Port /dev/ttyACM0, 21:33:05
Press CTRL-A Z for help on special keys
b.
Type the AT+cgdcont command with
PDP Context Identifier
, “
Packet Data Protocol type
”, and “
Access Point Name
”
parameters and press Enter.
27