Specifications

HE863 family AT commands reference guide
80377ST10083a Rev.4 – 2012-02-01
Reproduction forbidden without written authorization from Telit Communications S.p.A.- All Rights Reserved. Page 101 of
228
+CGACT - PDP Context Activate Or Deactivate
Example AT+CGACT=1,1
OK
AT+CGACT?
+CGACT: 1,1
OK
Reference 3GPP TS 27.007
3.5.3.7.11. Show PDP Address - +CGPADDR
+CGPADDR - Show PDP Address
AT+CGPADDR=
[<cid>[,<cid>
[,…]]]
Execution command returns a list of PDP addresses for the specified context
identifiers in the format:
+CGPADDR: <cid>,<PDP_addr>[<CR><LF><CR><LF>+CGPADDR:
<cid>,<PDP_addr>[…]]
Parameters:
<cid> - a numeric parameter which specifies a particular PDP context definition
(see +CGDCONT command). If no <cid> is specified, the addresses for all
defined contexts are returned.
<PDP_addr> - a string that identifies the terminal in the address space applicable
to the PDP. The address may be static or dynamic. For a static
address, it will be the one set by the +CGDCONT command when
the context was defined. For a dynamic address it will be the one
assigned during the last PDP context activation that used the
context definition referred to by <cid>; <PDP_addr> is omitted if
none is available
AT+CGPADDR=?
Test command returns a list of defined <cid>s.
Example
AT#GPRS=1
+IP: xxx.yyy.zzz.www
OK
AT+CGPADDR=1
+CGPADDR: 1,”xxx.yyy.zzz.www”
OK
AT+CGPADDR=?
+CGPADDR: (1)
OK
AT+CGDCONT=1,”IP”,”xxx.yyy.zzz”
OK
AT+CGPADDR=1
+CGPADDR: 1,”0,0,0,0”