User Manual

Table Of Contents
Status
99-137719-D Confidential - For internal use 6-43
6666
Startup & configuration
The RM has an array of 11 entries with PDP context information. ‘<x>’ is 1..11.
If there is or has been a PDP context in a given entry .pdp.<x>.cid will be > 0.
After a PDP context has been deactivated or the activation rejected .pdp.<x>.cause will
hold the cause code.
.pdp.<x>.rx_kbytes and .pdp.<x>.tx_kbytes are traffic counters that can be used to
show the amount of data sent/received on a connection.
The fields are still valid after a PDP context has been deactivated. They are first reset
when a new PDP context activation request re-uses the same entry.
Parameter name
protocols.umts.ps
External
access
Type /
Domain
Values
[min;max]
Comment
.pdp.<x>.cid r int / ram [0..255] CID (PDP Context Identifier) for
the PDP context entry x. CID is
used to define PDP context in
AT+CGDCONT (3GPP TS27.007
[15]).
If 0 there is no valid entry.
.pdp.<x>.pppoe_session r int / ram [0..2^16-1] PPPoE session id for the PPPoE
session that created the PDP
context.
Only valid if
.pdp.<x>.cid > 0,
and PDP context is active.
.pdp.<x>.cause r int / ram [0..2^32-1] Cause code generated when
activate is rejected or PDP
context is deactivated. Either
received from UMTS core
network or generated by RM.
Only valid if
.pdp.<x>.cid > 0,
and PDP context is closed.
.pdp.<x>.rx_kbytes r int / ram n.a. kBytes received on PDP context
entry x
.pdp.<x>.tx_kbytes r int / ram n.a. kBytes sent on PDP context entry
x
.pdp.<x>.rab r int / ram [0, 1] Normally not used. See below.
0: RAB not assigned.
1: RAB assigned.
Table 6-54: PDP context status and counters
Note
‘x’ is a local index 1..11, it is not the cid value.