NoteBefore running the commands, you must connect the device using SSH.
Bring up data call using sample application
To bring up a WWAN data call using themmcellularrefapp sample application, do the following on the default profile#1 profile:
- Load the RmNet driver.
NoteIf the kernel includes RmNet support, you don’t need to load it manually.
- Connect to a WWAN data call.
- Disconnect a WWAN data call.
Bring up data call using CLI
You can use the ModemManager (MM) CLI to bring up and bring down a WWAN data call. For more information about MM CLI and the relevant parameters used in the commands, see mmcli - Control and monitor the ModemManager. To bring up a WWAN data call using MM CLI, do the following:- Load the RmNet driver.
NoteIf the kernel includes RmNet support, you don’t need to load it manually.
- Verify whether the modem you want to use for the data call is detected.
successfully enabled the modem message appears.
- Initiate the data call on the bearer and choose an appropriate APN name as defined by your SIM operator.
successfully connected the modem message appears.
- Get the bearer ID for the data call.
/Bearer/0 is brought up:- Verify the status of bearer connection and get bearer information from the modem.
/Bearer/0.
The following sample output shows the details of the network interface and the corresponding IP address to be used for this data call connection request:
- Configure the IP address that you obtained in step 5, manually bring up the network interface, and set the default route.
- To test the data connectivity, ping a public IP address and confirm the data path.
- Verify the throughputs on the link using the
iperfclient/server command.

