NB-IoT Module Series
BC26 AT Commands Manual
BC26_AT_Commands_Manual 30 / 73
Parameter
1. If context is deactivated successfully, NO CARRIER is returned
2. If CID0 for PDN activated during attach is enabled, then AT+CGACT=<0 or 1>,0 will cause ERROR
response.
Example
AT+CGACT=0,1
OK
AT+CGACT?
+CGACT:1,0
OK
AT+CGACT=?
+CGACT:(0,1)
OK
Read Command
AT+CGACT?
Response
+CGACT:<cid>,<state>
[<CR><LF>+CGACT: <cid>,<state>
[…]]
OK
Test Command
AT+CGACT=?
Response
+CGACT:
(list of supported
<state>
s)
OK
<state>
Integer type; indicates the state of PDP context activation.
0
Deactivated
1 Activated
Other values are reserved and will result in an ERROR response to the execution
command.
<cid>
Integer type; a numeric parameter which specifies a particular PDP context definition (see
+CGDCONT command).
NOTES