transferDelay

Validations ASN.1 Parent Types

The transfer delay applicable to a UMTS GPRS connection.

Derivation: 

UMTS item maxBitRateDownlink (3G 32.015).

Conditionality: 

Mandatory within groups

                                UMTS Quality Of Service Requested

                                UMTS Quality Of Service Used.

Values:

The transfer delay is encoded in a single hexadecimal octet. By interpreting this hexadecimal octet as an unsigned integer n, the transfer delay  applicable to the PDP context can be calculatd as follows:

                0 < n < 15             n * 10ms                                 (0 < d < 150)

                16£ n < 32            200 +(n-16)*50 ms             (200£  d < 950)

                32£ n < 64            1000 +(n-32)*100ms         (1000 £  d < 4100)

The value n = 0 indicates the subscribed  Transfer Delay (only applicable to UMTS Quality Of Service Requested), all other values are reserved.

Validations

Error Code

Context

Severity Level

Validation Description

10

 

20

 

GPRS

 

GPRS

 

Severe

 

Severe

 

Syntax error.

 

Value out of range.

 

 

ASN.1 Definition (of containing types)

UMTSQoSInformation	::= SEQUENCE
{
	trafficClass 		QoSTrafficClass       OPTIONAL, -- *m.m.
	maxBitRateUplink 	QoSMaxBitRateUplink   OPTIONAL, -- *m.m.
	maxBitRateDownlink	QoSMaxBitRateDownlink OPTIONAL, -- *m.m.
	deliveryOrder 		QoSDeliveryOrder      OPTIONAL, -- *m.m.
	maxSDUsize 			QoSMaxSDUsize         OPTIONAL, -- *m.m.
	sduErrorRatio 		QoSSDUErrorRatio      OPTIONAL, -- *m.m.
	residualBER 			QoSResidualBER        OPTIONAL, -- *m.m.
	erroneousSDUs 		QoSErroneousSDUs      OPTIONAL, -- *m.m.
	transferDelay 		QoSTransferDelay      OPTIONAL, -- *m.m.
	handlingPriority 	QoSHandlingpriority   OPTIONAL, -- *m.m.
	allocRetenPriority 	QoSAllocRetenPriority OPTIONAL -- *m.m.
}


Parent Types
UMTSQoSInformation


Text extracted from GSMA TD57 standard