maxSDUsize

Validations ASN.1 Parent Types

The maximum size of a Service Data Unit (i.e. packet size) applicable to a UMTS GPRS connection.

Derivation: 

UMTS item QoSMaxSDUSize  (3G 32.015).

Conditionality: 

Mandatory within groups

                                UMTS Quality Of Service Requested

                                UMTS Quality Of Service Used.

Values:

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

                0 < n £  150          n * 10 octets         (0 < s £  1500)

                 n = 151                 1502 octets

                 n = 152                 1510 octets

                 n = 153                 1520 octets

The value n = 0 indicates the subscribed  Maximum SDU Size (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