Specifications

UC864-E/G/WD/WDU AT Commands Reference Guide
80304ST10041a Rev. 7 - 2010-10-14
Reproduction forbidden without Telit Communications S.p.A’s. written authorization - All Rights Reserved. Page 131 of 318
+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.4.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>+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
Reference 3GPP TS 27.007