Skip to content

Modem configuration steps

tansiowk edited this page Jan 4, 2024 · 1 revision

For IPv4 network:

The application must set the modem APN as "move.dataxs.mobi" using the AT+CGDCONT command.

For IPv6 network:

A customized APN must be used. Contact your TATA representative to get it.

Typical steps to configure the modem

Verify that the eSIM is detected by the modem
AT+CPIN?
    +CPIN: READY
    OK

Verify the modem has good antenna signal strength
AT+CSQ
    +CSQ: 31,2
    OK

Set the APN
AT+CGDCONT=1,"IP","move.dataxs.mobi"
    OK

Verify that the APN is set
AT+CGDCONT?
    +CGDCONT: 1,"IP","move.dataxs.mobi","0.0.0.0",0,0,0,0
    OK

Read the network mode, operator name and technology
AT+COPS?
    +COPS: 0,0,"JIO 4G",7
    OK

Read the cellular (SMS) network registration status
AT+CREG?
    +CREG: 0,5
    OK

Read the GPRS network registration status
AT+CGREG?
    +CGREG: 0,5
    OK

Read the LTE network registration status
AT+CEREG?
    +CEREG: 0,5
    OK

Read the IP address
AT+CGPADDR=1
    +CGPADDR: 1,"192.168.210.192"
    OK

If the modem has been assigned an IPv4 address, the application can proceed to consume data.

If your application requires the 'Short Messaging Service' (SMS), contact your TATA representative to get the 'SMS Add-on' package.