Automatically connect to the internet (without Cm data ) on fx30s

I have an FX30 with Verizon Sim. Everything is working fine with Release 15. Sim is CATM and is able to connect to the network.

I want to be able to make the data connection start automatically without having to run “cm data connect” each time I reboot. Is there any AT command that I need to run to make this persistent ?

AT!SELRAT?
!SELRAT: 06, LTE Only

OK

AT+CGDCONT?
+CGDCONT: 1,“IPV4V6”,“num.vxwentp”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0
+CGDCONT: 2,“IPV4V6”,“VZWADMIN”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0
+CGDCONT: 4,“IPV4V6”,“VZWAPP”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0
+CGDCONT: 5,“IPV4V6”,“VZW800”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0
+CGDCONT: 6,“IPV4V6”,“VZWCLASS6”,“0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0”,0,0,0,0

Sunil

you can build a legato app to run a script to call your command.

And then you can make this application to be automatically start in .adef by “start: auto”