Hi.
Testing a RG255C-GL with RG255CGLABR01A04M4G firmware. The configuration is the default one having following PDP defined:
AT+CGDCONT?
+CGDCONT: 1,"IPV4V6","","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0,,,,,,,,,,"",,,,0
+CGDCONT: 2,"IPV4V6","ims","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0,,,,,,,,,,"",,,,0
+CGDCONT: 3,"IPV4V6","sos","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,1,,,,,,,,,,"",,,,0
None of them is activated:
AT+CGACT?
+CGACT: 1,0
+CGACT: 2,0
+CGACT: 3,0
When connecting the modem, it first register, them establish the PDP for ‘ims’, then the default PDP (the one with index=1 in +CGDCONT):
AT+CGPADDR=1
+CGPADDR: 1,"10.101.0.100"
AT+CGPADDR=2
+CGPADDR: 2,"32.1.0.0.0.0.0.1.0.0.0.0.0.0.0.5"
I would like to control it, defining, for example, that just the first PDP should get requested and established, but I get an error:
AT+CGACT=1,1
+CME ERROR: 100
No reference for ‘CME ERROR: 100’ in AT Command documentation. Does someone know what does it mean?
It is possible to control which PDP to activate?
Br. Stefano