Example:
AT+CGDCONT?
OK // Only without any set command.
AT+CGDCONT=1, “IP”,”CMNET”
OK
AT+CGDCONT=2, “IP”,”CMWAP”
OK
AT+CGDCONT?
+CGDCONT: 1,"IP","CMWAP","0.0.0.0",0,0
+CGDCONT: 2,"IP","CMNET","0.0.0.0",0,0
OK
AT+CGACT=1
OK
AT+CGDCONT?
+CGDCONT: 1,"IP","CMWAP","10.230.50.116",0,0
+CGDCONT: 2,"IP","CMNET","10.3.97.156",0,0
OK
AT+CGDCONT=?
+CGDCONT: (1-2),(“IP”),,,(0),(0,1)
OK
This command enables the terminal to specify the minimum acceptable profile which is checked by the
ME against the negotiated profile returned in the Activate PDP Context Accept message.
The Set command specifies a
profile for the context identified by
the (local) context identification
parameter,<cid>. As this is the
same parameter that is used in the
+CGDCONT command, the
+CGQMIN command is effectively
an extension of the +CGDCONT