Location:
cdbcols.h
Supported from 6.1
GPRS Phase 1 requires that a default PDP (Packet Data Protocol, e.g. IP4) context configuration for GPRS is stored for use when no other configuration information is specified for a context by the terminal. This table is provided for this purpose.
Defaults can be used when the device is used as a GPRS modem with an external device that does not specify GPRS parameters for the connection.
The following macros define the fields for the table. The description is followed by the field type, and whether the specified field may be left null or not.
DEFAULT_GPRS_PDP_TYPE
Default PDP type (e.g. IP4).
The enum TPdpType
in etelgprs.h
defines valid values for this field.
Type: TUint32
. Null: no
DEFAULT_GPRS_PRECEDENCE
Default quality of service precedence class.
Values for this are defined by the enum RGprsContext::TQoSPrecedencePhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_DELAY
Default quality of service delay class.
Values for this are defined by the enum RGprsContext::TQoSDelayPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_RELIABILITY
Default quality of service reliability class.
Values for this are defined by the enum RGprsContext::TQoSReliabilityPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_PEAK_THROUGHPUT
Default quality of service peak throughput class.
Values for this are defined by the enum RGprsContext::TQoSPeakThroughputPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_MEAN_THROUGHPUT
Default quality of service mean throughput class.
Values for this are defined by the enum RGprsContext::TQoSMeanThroughputPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_MIN_PRECENDENCE
Default minimum quality of service precedence class.
Values for this are defined by the enum RGprsContext::TQoSPrecedencePhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_MIN_DELAY
Minimum quality of service delay class.
Values for this are defined by the enum RGprsContext::TQoSDelayPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_MIN_RELIABILITY
Default minimum quality of service reliability class.
Values for this are defined by the enum RGprsContext::TQoSReliabilityPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_MIN_PEAK_THROUGHPUT
Default minimum quality of service peak throughput class.
Values for this are defined by the enum RGprsContext::TQoSMeanThroughputPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_MIN_MEAN_THROUGHPUT
Default minimum quality of service mean throughput class.
Values for this are defined by the enum RGprsContext::TQoSMeanThroughputPhase1
in etelgprs.h.
Type: TUint32
. Null: yes
DEFAULT_GPRS_DATA_COMPRESSION
Default value for whether data compression is on.
Type: TBool
. Null: yes
DEFAULT_GPRS_HEADER_COMPRESSION
Default value for whether IP header compression is on.
Type: TBool
. Null: yes
DEFAULT_GPRS_ANONYMOUS_ACCESS
Default value for whether use of anonymous access is on.
Type: TBool
. Null: yes