7.3.3 TTCN primitives

34.123-33GPPPart 3: Abstract test suite (ATS)TSUser Equipment (UE) conformance specification

7.3.3.1 UTRAN TTCN primitives

The tables below show the primitives that are used for RLC, BMC ,RB and PDCP tests, these primitives are defined in TTCN tabular form.

ASP Name

RLC_TR_TestDataReq

PCO Type

DSAP

Comments

To request the transmission of unstructered data using transparent mode in the downlink direction. TTCN writter is requires to send data according to the transport block size allowed.

Parameter Name

Parameter Type

Comments

cellId

INTEGER

rB_Id

SS_RB_Identity

data

PDU

Detailed Comments

ASP Name

RLC_TR_TestDataInd

PCO Type

DSAP

Comments

To indicate the reception of unstructered data using transparent mode in the uplink direction

Parameter Name

Parameter Type

Comments

cellId

INTEGER

rB_Id

SS_RB_Identity

data

PDU

Detailed Comments

ASP Name

RLC_UM_TestDataReq

PCO Type

DSAP

Comments

To request the transmission of unstructered data using unacknowledged mode in the downlink direction

Parameter Name

Parameter Type

Comments

cellId

INTEGER

rB_Id

SS_RB_Identity

data

PDU

Detailed Comments

ASP Name

RLC_UM_TestDataInd

PCO Type

DSAP

Comments

To indicate the reception of unstructered data using unacknowledged mode in the uplink direction

Parameter Name

Parameter Type

Comments

cellId

INTEGER

rB_Id

SS_RB_Identity

data

PDU

Detailed Comments

ASP Name

RLC_UM_ScheduledDataReq

PCO Type

DSAP

Comments

The ASP is used to request the transmission of unstructured data using unacknowledged mode in the downlink direction.

The CFN/Subframe indicates the CFN and sub-frame values on which the Data is transmitted.

Parameter Name

Parameter Type

Comments

cellId

INTEGER

rB_Id

SS_RB_Identity

cFN

ActivationTime

subframe

Subframe_Type

data

PDU

Detailed Comments

ASP Name

RLC_UM_ScheduledDataInd

PCO Type

DSAP

Comments

The ASP is used to indicate the reception of unstructured data using unacknowledged mode in the uplink direction.

The CFN/Subframe indicates the CFN and sub-frame values on which the Data is received. If an SDU is segmented into multiple PDUs, the CFN/Subframe of the last PDU is to be reported.

Parameter Name

Parameter Type

Comments

cellId

INTEGER

rB_Id

SS_RB_Identity

cFN

ActivationTime

subframe

Subframe_Type

data

PDU

Detailed Comments

ASP Name

RLC_AM_TestDataReq

PCO Type

DSAP

Comments

To request the transmission of unstructered data using acknowledged mode in the downlink direction

Parameter Name

Parameter Type

Comments

cellId

INTEGER

rB_Id

SS_RB_Identity

data

PDU

Detailed Comments

ASP Name

RLC_AM_TestDataInd

PCO Type

DSAP

Comments

To indicate the reception of unstructered data using acknowledged mode in the uplink direction

Parameter Name

Parameter Type

Comments

cellId

INTEGER

rB_Id

SS_RB_Identity

data

PDU

Detailed Comments

ASP Name

BMC_DataReq

PCO Type

BSAP

Comments

The ASP is used to request the transmission of unstructured BMC data or scheduling message, using unacknowledged mode and the BMC PCO in the downlink direction.

Parameter Name

Parameter Type

Comments

cellId

INTEGER

routingInfo

RoutingInfo

data

PDU

Detailed Comments

ASP Name

BMC_DataCnf

PCO Type

BSAP

Comments

The ASP is used to confirm the previous reception of BMC_DataReq

Parameter Name

Parameter Type

Comments

cellId

INTEGER

routingInfo

RoutingInfo

Detailed Comments

ASP Name

RLC_HandoverReq

PCO Type

DSAP

Comments

The ASP is used to request the transmission of the HandoverFromUTRANCommand_GSM message using acknowledged operation (AM).

The Meta PDU in turn consists of 2 components.

1) The ASN.1 PER encoded HandoverFromUTRANCommand, without any 1 bit to 7 bits of padding.

2) The GSM Handover command.

The SS shall take care of inserting the MAC and RLC sequence number of Integrity check info, as in the case of other RRC DL PDU’s

Parameter Name

Parameter Type

Comments

cellId

INTEGER

rB_Id

SS_RB_Identity

RB Identity

msg

PDU

HandoverFromUTRANCommandGSM message

Detailed Comments

This ASP is sent to RRC integrity emulation for generation of the correct IntegrityCheckInfo value.

The TTCN tabular format applies to the primitive definitions.