User's Manual

CONFIDENTIAL
36
0 GSM
1 GSM Compact
2 UTRAN
3 GSM w/EGPRS
4 UTRAN w/HSDPA
5 UTRAN w/HSUPA
6 UTRAN w/HSDPA and HSUPA
7 E-UTRAN
4.4.11 AT+CGCONTRDP PDP Context Read Dynamic Parameters
- [execution command]
: returns the relevant information <bearer_id>, <apn>, <ip_addr>, <subnet_mask>, <gw_addr>,
<DNS_prim_addr>, <DNS_sec_addr>, <P-CSCF_prim_addr> and <PCSCF_sec_addr> for a non secondary PDP
Context established by the network with the primary context identifier <p_cid>
: If the parameter <p_cid> is omitted, the relevant information for all established PDP contexts are returned
- [test command]
: returns a list of <p_cid>s associated with active contexts
Command Response
+CGCONTRDP=[<p_cid>] +CGCONTRDP: <p_cid>, <bearer_id>, <apn>[,
<ip_addr>, <subnet_mask>[, <gw_addr>[,
<DNS_prim_addr>[, <DNS_sec_addr>[,
<PCSCF_
prim_addr>[, <P-CSCF_sec_addr>]]]]]]
[<CR><LF>+CGCONTRDP: <p_cid>,
<bearer_id>,
<apn>[, <ip_addr>, <subnet_mask>[,
<gw_addr>[,
<DNS_prim_addr>[, <DNS_sec_addr>[,
<PCSCF_
prim_addr>[, <P-CSCF_sec_addr>]]]]]]
[…]]
+CGCONTRDP=? +CGCONTRDP: (list of <p_cid>s associated
- <p_cid>: numeric; specifies a particular non secondary PDP context definition. The parameter is local to the TE-MT
interface and is used in other PDP context-related commands.
- <bearer_id>: numeric; identifies the bearer, EPS Bearer in EPS and NSAPI in UMTS/GPRS.
- <APN>: string; a logical name that was used to select the GGSN or the external packet data network.
- <ip_addr>: string; shows the IP Address of the MT. The string is given as dot-separated numeric (0-255) parameters
on the form:
"a1.a2.a3.a4" for IPv4 or
"a1.a2.a3.a4.a5.a6.a7.a8", for IPv6.
If the MT has dual stack capabilities the string shows first the dot separated IPv4 Address
followed by the dot separated IPv6 Global Prefix Address. The IPv4 address and the IPv6
address parameters are separated by space:
"a1.a2.a3.a4 a1:a2:a3:a4:a5:a6:a7:a8"
- <subnet_mask>: string; shows the subnet mask for the IP Address of the MT. The string is given as dot-separated
numeric (0-255) parameters.
If the MT has dual stack capabilities the string shows the dot separated IPV4 subnet mask
followed by the dot separated IPV6 subnet mask. The subnet masks are separated by space.
- <gw_addr>: string; shows the Gateway Address of the MT. The string is given as dot-separated
numeric (0-255) parameters
If the MT has dual stack capabilities the parameter shows first the dot separated IPV4 Gateway
address followed by the dot separated IPV6 Gateway Address. The gateway addresses are
separated by space.