Methods for Testing and Specification (MTS) - The Testing and Test Control Notation version 3 - Part 6: TTCN-3 Control Interface (TCI)

The present document specifies the control interfaces for TTCN-3 test system implementations. The TTCN-3 Control Interfaces provide a standardized adaptation for management, test component handling and encoding/decoding of a test system to a particular test platform. The present document defines the interfaces as a set of operations independent of a target language. The interfaces are defined to be compatible with the TTCN-3 standard (see clause 2). The interface definition uses the CORBA Interface Definition Language (IDL) to specify the TCI completely. Clauses 8 and 9 present language mappings for this abstract specification to the target languages Java and ANSI C. A summary of the IDL-based interface specification is provided in annex A.

Metode za preskušanje in specificiranje (MTS) - 3. različica zapisa preskušanja in krmilnih preskusov - 6. del: Krmilni vmesniki TTCN-3 (TCI)

General Information

Status
Published
Publication Date
05-Feb-2009
Current Stage
6060 - National Implementation/Publication (Adopted Project)
Start Date
12-Jan-2009
Due Date
19-Mar-2009
Completion Date
06-Feb-2009

Buy Standard

Standard
ETSI ES 201 873-6 V3.4.1 (2008-09) - Methods for Testing and Specification (MTS); The Testing and Test Control Notation version 3; Part 6: TTCN-3 Control Interface (TCI)
English language
253 pages
sale 15% off
Preview
sale 15% off
Preview
Standard
ETSI ES 201 873-6 V3.4.1 (2008-07) - Methods for Testing and Specification (MTS); The Testing and Test Control Notation version 3; Part 6: TTCN-3 Control Interface (TCI)
English language
253 pages
sale 15% off
Preview
sale 15% off
Preview
Standardization document
ES 201 873-6 V 3.4.1:2009
English language
253 pages
sale 10% off
Preview
sale 10% off
Preview
e-Library read for
1 day

Standards Content (Sample)

ETSI ES 201 873-6 V3.4.1 (2008-09)
ETSI Standard


Methods for Testing and Specification (MTS);
The Testing and Test Control Notation version 3;
Part 6: TTCN-3 Control Interface (TCI)

---------------------- Page: 1 ----------------------
2 ETSI ES 201 873-6 V3.4.1 (2008-09)



Reference
RES/MTS-00108-6 T3 ed341 TCI
Keywords
control, interface, MTS, TCI, testing, TTCN
ETSI
650 Route des Lucioles
F-06921 Sophia Antipolis Cedex - FRANCE

Tel.: +33 4 92 94 42 00  Fax: +33 4 93 65 47 16

Siret N° 348 623 562 00017 - NAF 742 C
Association à but non lucratif enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
Individual copies of the present document can be downloaded from:
http://www.etsi.org
The present document may be made available in more than one electronic version or in print. In any case of existing or
perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF).
In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive
within ETSI Secretariat.
Users of the present document should be aware that the document may be subject to revision or change of status.
Information on the current status of this and other ETSI documents is available at
http://portal.etsi.org/tb/status/status.asp
If you find errors in the present document, please send your comment to one of the following services:
http://portal.etsi.org/chaircor/ETSI_support.asp
Copyright Notification
No part may be reproduced except as authorized by written permission.
The copyright and the foregoing restriction extend to reproduction in all media.

© European Telecommunications Standards Institute 2008.
All rights reserved.

TM TM TM TM
DECT , PLUGTESTS , UMTS , TIPHON , the TIPHON logo and the ETSI logo are Trade Marks of ETSI registered
for the benefit of its Members.
TM
3GPP is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners.
ETSI

---------------------- Page: 2 ----------------------
3 ETSI ES 201 873-6 V3.4.1 (2008-09)
Contents
Intellectual Property Rights.12
Foreword.12
1 Scope.13
2 References.13
2.1 Normative references.13
2.2 Informative references.14
3 Definitions and abbreviations.14
3.1 Definitions.14
3.2 Abbreviations.15
4 Introduction .15
5 Compliance.16
6 General structure of a TTCN-3 test system.16
6.1 Entities in a TTCN-3 test system.16
6.1.1 Test Management and Control (TMC).18
6.1.1.1 Test Management (TM) .18
6.1.1.2 Coding and Decoding (CD) .18
6.1.1.3 Component Handling (CH) .18
6.1.1.4 Test Logging (TL).20
6.1.2 TTCN-3 Executable (TE) .20
6.1.3 SUT Adaptor (SA).20
6.1.4 Platform Adaptor (PA).20
6.2 Execution requirements for a TTCN-3 test system .20
7 TTCN-3 control interface and operations.20
7.1 Overview of the TCI.20
7.1.1 Correlation between TTCN-3 and TCI operation invocations.21
7.2 TCI data.22
7.2.1 General abstract data types .22
7.2.1.1 Management.22
7.2.1.2 Communication.23
7.2.2 Abstract TTCN-3 data types and values .23
7.2.2.1 Abstract TTCN-3 data types .24
7.2.2.2 Abstract TTCN-3 values .25
7.2.2.2.1 The abstract data type Value .26
7.2.2.2.2 The abstract data type IntegerValue .26
7.2.2.2.3 The abstract data type FloatValue .26
7.2.2.2.4 The abstract data type BooleanValue .26
7.2.2.2.5 The abstract data type ObjidValue .26
7.2.2.2.6 The abstract data type CharstringValue .27
7.2.2.2.7 The abstract data type UniversalCharstringValue.27
7.2.2.2.8 The abstract data type BitstringValue.28
7.2.2.2.9 The abstract data type OctetstringValue.28
7.2.2.2.10 The abstract data type HexstringValue.29
7.2.2.2.11 The abstract data type RecordValue.29
7.2.2.2.12 The abstract data type RecordOfValue.30
7.2.2.2.13 The abstract data type UnionValue .30
7.2.2.2.14 The abstract data type EnumeratedValue .31
7.2.2.2.15 The abstract data type VerdictValue .31
7.2.2.2.16 The abstract data type AddressValue .31
7.2.3 Abstract logging types .32
7.2.3.1 The abstract data type TciValueTemplate.32
7.2.3.2 The abstract data type TciNonValueTemplate.32
ETSI

---------------------- Page: 3 ----------------------
4 ETSI ES 201 873-6 V3.4.1 (2008-09)
7.2.3.3 The Value List and Mismatch Types .32
7.2.3.4 The Status Types.33
7.3 TCI operations.33
7.3.1 The TCI-TM interface.34
7.3.1.1 TCI-TM required.34
7.3.1.1.1 tciRootModule.34
7.3.1.1.2 tciGetImportedModules.35
7.3.1.1.3 tciGetModuleParameters.35
7.3.1.1.4 tciGetTestCases.35
7.3.1.1.5 tciGetTestCaseParameters.35
7.3.1.1.6 tciGetTestCaseTSI.35
7.3.1.1.7 tciStartTestCase.36
7.3.1.1.8 tciStopTestCase.36
7.3.1.1.9 tciStartControl.36
7.3.1.1.10 tciStopControl.36
7.3.1.2 TCI-TM provided.36
7.3.1.2.1 tciTestCaseStarted.37
7.3.1.2.2 tciTestCaseTerminated.37
7.3.1.2.3 tciControlTerminated.37
7.3.1.2.4 tciGetModulePar.37
7.3.1.2.5 tciError.38
7.3.2 The TCI-CD interface.38
7.3.2.1 TCI-CD required.38
7.3.2.1.1 getTypeForName.39
7.3.2.1.2 getInteger.39
7.3.2.1.3 getFloat.39
7.3.2.1.4 getBoolean.39
7.3.2.1.5 getObjid.39
7.3.2.1.6 getCharstring.39
7.3.2.1.7 getUniversalCharstring.40
7.3.2.1.8 getHexstring.40
7.3.2.1.9 getBitstring.40
7.3.2.1.10 getOctetstring.40
7.3.2.1.11 getVerdict.40
7.3.2.1.12 tciErrorReq.40
7.3.2.2 TCI-CD provided .40
7.3.2.2.1 decode.41
7.3.2.2.2 encode.41
7.3.3 The TCI-CH interface.41
7.3.3.1 TCI-CH required.42
7.3.3.1.1 tciEnqueueMsgConnected.42
7.3.3.1.2 tciEnqueueCallConnected.42
7.3.3.1.3 tciEnqueueReplyConnected.43
7.3.3.1.4 tciEnqueueRaiseConnected.43
7.3.3.1.5 tciCreateTestComponent.43
7.3.3.1.6 tciStartTestComponent.44
7.3.3.1.7 tciStopTestComponent.44
7.3.3.1.8 tciConnect.44
7.3.3.1.9 tciDisconnect.44
7.3.3.1.10 tciMap.45
7.3.3.1.11 tciUnmap.45
7.3.3.1.12 tciTestComponentTerminated.45
7.3.3.1.13 tciTestComponentRunning.45
7.3.3.1.14 tciTestComponentDone.45
7.3.3.1.15 tciGetMTC.46
7.3.3.1.16 tciExecuteTestCase.46
7.3.3.1.17 tciReset.46
7.3.3.1.18 tciKillTestComponent.46
7.3.3.1.19 tciTestComponentAlive.46
7.3.3.1.20 tciTestComponentKilled.47
7.3.3.2 TCI-CH provided .47
7.3.3.2.1 tciSendConnected.47
ETSI

---------------------- Page: 4 ----------------------
5 ETSI ES 201 873-6 V3.4.1 (2008-09)
7.3.3.2.2 tciSendConnectedBC.47
7.3.3.2.3 tciSendConnectedMC.47
7.3.3.2.4 tciCallConnected.48
7.3.3.2.5 tciCallConnectedBC.48
7.3.3.2.6 tciCallConnectedMC.49
7.3.3.2.7 tciReplyConnected.49
7.3.3.2.8 tciReplyConnectedBC.50
7.3.3.2.9 tciReplyConnectedMC.50
7.3.3.2.10 tciRaiseConnected.51
7.3.3.2.11 tciRaiseConnectedBC.51
7.3.3.2.12 tciRaiseConnectedMC.51
7.3.3.2.13 tciCreateTestComponentReq.52
7.3.3.2.14 tciStartTestComponentReq.52
7.3.3.2.15 tciStopTestComponentReq.52
7.3.3.2.16 tciConnectReq.52
7.3.3.2.17 tciDisconnectReq.53
7.3.3.2.18 tciMapReq.53
7.3.3.2.19 tciUnmapReq.53
7.3.3.2.20 tciTestComponentTerminatedReq.53
7.3.3.2.21 tciTestComponentRunningReq.53
7.3.3.2.22 tciTestComponentDoneReq.54
7.3.3.2.23 tciGetMTCReq.54
7.3.3.2.24 tciExecuteTestCaseReq.54
7.3.3.2.25 tciResetReq.54
7.3.3.2.26 tciKillTestComponentReq.54
7.3.3.2.27 tciTestComponentAliveReq.55
7.3.3.2.28 tciTestComponentKilledReq.55
7.3.4 The TCI-TL interface.55
7.3.4.1 TCI-TL provided.55
7.3.4.1.1 tliTcExecute.56
7.3.4.1.2 tliTcStart.56
7.3.4.1.3 tliTcStop.56
7.3.4.1.4 tliTcStarted.57
7.3.4.1.5 tliTcTerminated.57
7.3.4.1.6 tliCtrlStart.57
7.3.4.1.7 tliCtrlStop.58
7.3.4.1.8 tliCtrlTerminated.58
7.3.4.1.9 tliMSend_m.58
7.3.4.1.10 tliMSend_m_BC.59
7.3.4.1.11 tliMSend_m_MC.59
7.3.4.1.12 tliMSend_c.60
7.3.4.1.13 tliMSend_c_BC.60
7.3.4.1.14 tliMSend_c_MC.60
7.3.4.1.15 tliMDetected_m.61
7.3.4.1.16 tliMDetected_c.61
7.3.4.1.17 tliMMismatch_m.62
7.3.4.1.18 tliMMismatch_c.62
7.3.4.1.19 tliMReceive_m.63
7.3.4.1.20 tliMReceive_c.63
7.3.4.1.21 tliPrCall_m.64
7.3.4.1.22 tliPrCall_m_BC.64
7.3.4.1.23 tliPrCall_m_MC.65
7.3.4.1.24 tliPrCall_c.65
7.3.4.1.25 tliPrCall_c_BC.66
7.3.4.1.26 tliPrCall_c_MC.66
7.3.4.1.27 tliPrGetCallDetected_m.67
7.3.4.1.28 tliPrGetCallDetected_c.67
7.3.4.1.29 tliPrGetCallMismatch_m.68
7.3.4.1.30 tliPrGetCallMismatch_c .68
7.3.4.1.31 tliPrGetCall_m.69
7.3.4.1.32 tliPrGetCall_c.69
7.3.4.1.33 tliPrReply_m.70
ETSI

---------------------- Page: 5 ----------------------
6 ETSI ES 201 873-6 V3.4.1 (2008-09)
7.3.4.1.34 tliPrReply_m_BC.70
7.3.4.1.35 tliPrReply_m_MC.71
7.3.4.1.36 tliPrReply_c.71
7.3.4.1.37 tliPrReply_c_BC.72
7.3.4.1.38 tliPrReply_c_MC.
...

Final draft ETSI ES 201 873-6 V3.4.1 (2008-07)
ETSI Standard


Methods for Testing and Specification (MTS);
The Testing and Test Control Notation version 3;
Part 6: TTCN-3 Control Interface (TCI)

---------------------- Page: 1 ----------------------
2 Final draft ETSI ES 201 873-6 V3.4.1 (2008-07)



Reference
RES/MTS-00108-6 T3 ed341 TCI
Keywords
     control, interface, MTS, TCI,
testing, TTCN
ETSI
650 Route des Lucioles
F-06921 Sophia Antipolis Cedex - FRANCE

Tel.: +33 4 92 94 42 00  Fax: +33 4 93 65 47 16

Siret N° 348 623 562 00017 - NAF 742 C
Association à but non lucratif enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
Individual copies of the present document can be downloaded from:
http://www.etsi.org
The present document may be made available in more than one electronic version or in print. In any case of existing or
perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF).
In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive
within ETSI Secretariat.
Users of the present document should be aware that the document may be subject to revision or change of status.
Information on the current status of this and other ETSI documents is available at
http://portal.etsi.org/tb/status/status.asp
If you find errors in the present document, please send your comment to one of the following services:
http://portal.etsi.org/chaircor/ETSI_support.asp
Copyright Notification
No part may be reproduced except as authorized by written permission.
The copyright and the foregoing restriction extend to reproduction in all media.

© European Telecommunications Standards Institute 2008.
All rights reserved.

TM TM TM TM
DECT , PLUGTESTS , UMTS , TIPHON , the TIPHON logo and the ETSI logo are Trade Marks of ETSI registered
for the benefit of its Members.
TM
3GPP is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners.
ETSI

---------------------- Page: 2 ----------------------
3 Final draft ETSI ES 201 873-6 V3.4.1 (2008-07)
Contents
Intellectual Property Rights.12
Foreword.12
1 Scope.13
2 References.13
2.1 Normative references.13
2.2 Informative references.14
3 Definitions and abbreviations.14
3.1 Definitions.14
3.2 Abbreviations.15
4 Introduction .15
5 Compliance.16
6 General structure of a TTCN-3 test system.16
6.1 Entities in a TTCN-3 test system.16
6.1.1 Test Management and Control (TMC).18
6.1.1.1 Test Management (TM) .18
6.1.1.2 Coding and Decoding (CD) .18
6.1.1.3 Component Handling (CH) .18
6.1.1.4 Test Logging (TL).20
6.1.2 TTCN-3 Executable (TE) .20
6.1.3 SUT Adaptor (SA).20
6.1.4 Platform Adaptor (PA).20
6.2 Execution requirements for a TTCN-3 test system .20
7 TTCN-3 control interface and operations.20
7.1 Overview of the TCI.20
7.1.1 Correlation between TTCN-3 and TCI operation invocations.21
7.2 TCI data.22
7.2.1 General abstract data types .22
7.2.1.1 Management.22
7.2.1.2 Communication.23
7.2.2 Abstract TTCN-3 data types and values .23
7.2.2.1 Abstract TTCN-3 data types .24
7.2.2.2 Abstract TTCN-3 values .25
7.2.2.2.1 The abstract data type Value .26
7.2.2.2.2 The abstract data type IntegerValue .26
7.2.2.2.3 The abstract data type FloatValue .26
7.2.2.2.4 The abstract data type BooleanValue .26
7.2.2.2.5 The abstract data type ObjidValue .26
7.2.2.2.6 The abstract data type CharstringValue .27
7.2.2.2.7 The abstract data type UniversalCharstringValue.27
7.2.2.2.8 The abstract data type BitstringValue.28
7.2.2.2.9 The abstract data type OctetstringValue.28
7.2.2.2.10 The abstract data type HexstringValue.29
7.2.2.2.11 The abstract data type RecordValue.29
7.2.2.2.12 The abstract data type RecordOfValue.30
7.2.2.2.13 The abstract data type UnionValue .30
7.2.2.2.14 The abstract data type EnumeratedValue .31
7.2.2.2.15 The abstract data type VerdictValue .31
7.2.2.2.16 The abstract data type AddressValue .31
7.2.3 Abstract logging types .32
7.2.3.1 The abstract data type TciValueTemplate.32
7.2.3.2 The abstract data type TciNonValueTemplate.32
ETSI

---------------------- Page: 3 ----------------------
4 Final draft ETSI ES 201 873-6 V3.4.1 (2008-07)
7.2.3.3 The Value List and Mismatch Types .32
7.2.3.4 The Status Types.33
7.3 TCI operations.33
7.3.1 The TCI-TM interface.34
7.3.1.1 TCI-TM required.34
7.3.1.1.1 tciRootModule.34
7.3.1.1.2 tciGetImportedModules.35
7.3.1.1.3 tciGetModuleParameters.35
7.3.1.1.4 tciGetTestCases.35
7.3.1.1.5 tciGetTestCaseParameters.35
7.3.1.1.6 tciGetTestCaseTSI.35
7.3.1.1.7 tciStartTestCase.36
7.3.1.1.8 tciStopTestCase.36
7.3.1.1.9 tciStartControl.36
7.3.1.1.10 tciStopControl.36
7.3.1.2 TCI-TM provided.36
7.3.1.2.1 tciTestCaseStarted.37
7.3.1.2.2 tciTestCaseTerminated.37
7.3.1.2.3 tciControlTerminated.37
7.3.1.2.4 tciGetModulePar.37
7.3.1.2.5 tciError.38
7.3.2 The TCI-CD interface.38
7.3.2.1 TCI-CD required.38
7.3.2.1.1 getTypeForName.39
7.3.2.1.2 getInteger.39
7.3.2.1.3 getFloat.39
7.3.2.1.4 getBoolean.39
7.3.2.1.5 getObjid.39
7.3.2.1.6 getCharstring.39
7.3.2.1.7 getUniversalCharstring.40
7.3.2.1.8 getHexstring.40
7.3.2.1.9 getBitstring.40
7.3.2.1.10 getOctetstring.40
7.3.2.1.11 getVerdict.40
7.3.2.1.12 tciErrorReq.40
7.3.2.2 TCI-CD provided .40
7.3.2.2.1 decode.41
7.3.2.2.2 encode.41
7.3.3 The TCI-CH interface.41
7.3.3.1 TCI-CH required.42
7.3.3.1.1 tciEnqueueMsgConnected.42
7.3.3.1.2 tciEnqueueCallConnected.42
7.3.3.1.3 tciEnqueueReplyConnected.43
7.3.3.1.4 tciEnqueueRaiseConnected.43
7.3.3.1.5 tciCreateTestComponent.43
7.3.3.1.6 tciStartTestComponent.44
7.3.3.1.7 tciStopTestComponent.44
7.3.3.1.8 tciConnect.44
7.3.3.1.9 tciDisconnect.44
7.3.3.1.10 tciMap.45
7.3.3.1.11 tciUnmap.45
7.3.3.1.12 tciTestComponentTerminated.45
7.3.3.1.13 tciTestComponentRunning.45
7.3.3.1.14 tciTestComponentDone.45
7.3.3.1.15 tciGetMTC.46
7.3.3.1.16 tciExecuteTestCase.46
7.3.3.1.17 tciReset.46
7.3.3.1.18 tciKillTestComponent.46
7.3.3.1.19 tciTestComponentAlive.46
7.3.3.1.20 tciTestComponentKilled.47
7.3.3.2 TCI-CH provided .47
7.3.3.2.1 tciSendConnected.47
ETSI

---------------------- Page: 4 ----------------------
5 Final draft ETSI ES 201 873-6 V3.4.1 (2008-07)
7.3.3.2.2 tciSendConnectedBC.47
7.3.3.2.3 tciSendConnectedMC.47
7.3.3.2.4 tciCallConnected.48
7.3.3.2.5 tciCallConnectedBC.48
7.3.3.2.6 tciCallConnectedMC.49
7.3.3.2.7 tciReplyConnected.49
7.3.3.2.8 tciReplyConnectedBC.50
7.3.3.2.9 tciReplyConnectedMC.50
7.3.3.2.10 tciRaiseConnected.51
7.3.3.2.11 tciRaiseConnectedBC.51
7.3.3.2.12 tciRaiseConnectedMC.51
7.3.3.2.13 tciCreateTestComponentReq.52
7.3.3.2.14 tciStartTestComponentReq.52
7.3.3.2.15 tciStopTestComponentReq.52
7.3.3.2.16 tciConnectReq.52
7.3.3.2.17 tciDisconnectReq.53
7.3.3.2.18 tciMapReq.53
7.3.3.2.19 tciUnmapReq.53
7.3.3.2.20 tciTestComponentTerminatedReq.53
7.3.3.2.21 tciTestComponentRunningReq.53
7.3.3.2.22 tciTestComponentDoneReq.54
7.3.3.2.23 tciGetMTCReq.54
7.3.3.2.24 tciExecuteTestCaseReq.54
7.3.3.2.25 tciResetReq.54
7.3.3.2.26 tciKillTestComponentReq.54
7.3.3.2.27 tciTestComponentAliveReq.55
7.3.3.2.28 tciTestComponentKilledReq.55
7.3.4 The TCI-TL interface.55
7.3.4.1 TCI-TL provided.55
7.3.4.1.1 tliTcExecute.56
7.3.4.1.2 tliTcStart.56
7.3.4.1.3 tliTcStop.56
7.3.4.1.4 tliTcStarted.57
7.3.4.1.5 tliTcTerminated.57
7.3.4.1.6 tliCtrlStart.57
7.3.4.1.7 tliCtrlStop.58
7.3.4.1.8 tliCtrlTerminated.58
7.3.4.1.9 tliMSend_m.58
7.3.4.1.10 tliMSend_m_BC.59
7.3.4.1.11 tliMSend_m_MC.59
7.3.4.1.12 tliMSend_c.60
7.3.4.1.13 tliMSend_c_BC.60
7.3.4.1.14 tliMSend_c_MC.60
7.3.4.1.15 tliMDetected_m.61
7.3.4.1.16 tliMDetected_c.61
7.3.4.1.17 tliMMismatch_m.62
7.3.4.1.18 tliMMismatch_c.62
7.3.4.1.19 tliMReceive_m.63
7.3.4.1.20 tliMReceive_c.63
7.3.4.1.21 tliPrCall_m.64
7.3.4.1.22 tliPrCall_m_BC.64
7.3.4.1.23 tliPrCall_m_MC.65
7.3.4.1.24 tliPrCall_c.65
7.3.4.1.25 tliPrCall_c_BC.66
7.3.4.1.26 tliPrCall_c_MC.66
7.3.4.1.27 tliPrGetCallDetected_m.67
7.3.4.1.28 tliPrGetCallDetected_c.67
7.3.4.1.29 tliPrGetCallMismatch_m.68
7.3.4.1.30 tliPrGetCallMismatch_c .68
7.3.4.1.31 tliPrGetCall_m.69
7.3.4.1.32 tliPrGetCall_c.69
7.3.4.1.33 tliPrReply_m.70
ETSI

---------------------- Page: 5 ----------------------
6 Final draft ETSI ES 201 873-6 V3.4.1 (2008-07)
7.3.4.1.34 tliPrReply_m_BC.70
7.3.4.1.35 tliPrReply_m_MC.71
7.3.4.1.36 tliPrReply_c.71
7.3.4.1.37 tliPrReply_c_BC.
...

SLOVENSKI STANDARD
SIST ES 201 873-6 V 3.4.1:2009
01-marec-2009
0HWRGH]DSUHVNXãDQMHLQVSHFLILFLUDQMH 076 UD]OLþLFD]DSLVDSUHVNXãDQMDLQ
NUPLOQLKSUHVNXVRYGHO.UPLOQLYPHVQLNL77&1 7&,
Methods for Testing and Specification (MTS) - The Testing and Test Control Notation
version 3 - Part 6: TTCN-3 Control Interface (TCI)
Ta slovenski standard je istoveten z: ES 201 873-6 Version 3.4.1
ICS:
33.040.01 Telekomunikacijski sistemi Telecommunication systems
na splošno in general
SIST ES 201 873-6 V 3.4.1:2009 en
2003-01.Slovenski inštitut za standardizacijo. Razmnoževanje celote ali delov tega standarda ni dovoljeno.

---------------------- Page: 1 ----------------------

SIST ES 201 873-6 V 3.4.1:2009

---------------------- Page: 2 ----------------------

SIST ES 201 873-6 V 3.4.1:2009

ETSI ES 201 873-6 V3.4.1 (2008-09)
ETSI Standard


Methods for Testing and Specification (MTS);
The Testing and Test Control Notation version 3;
Part 6: TTCN-3 Control Interface (TCI)

---------------------- Page: 3 ----------------------

SIST ES 201 873-6 V 3.4.1:2009
 2 ETSI ES 201 873-6 V3.4.1 (2008-09)



Reference
RES/MTS-00108-6 T3 ed341 TCI
Keywords
control, interface, MTS, TCI, testing, TTCN
ETSI
650 Route des Lucioles
F-06921 Sophia Antipolis Cedex - FRANCE

Tel.: +33 4 92 94 42 00  Fax: +33 4 93 65 47 16

Siret N° 348 623 562 00017 - NAF 742 C
Association à but non lucratif enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
Individual copies of the present document can be downloaded from:
http://www.etsi.org
The present document may be made available in more than one electronic version or in print. In any case of existing or
perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF).
In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive
within ETSI Secretariat.
Users of the present document should be aware that the document may be subject to revision or change of status.
Information on the current status of this and other ETSI documents is available at
http://portal.etsi.org/tb/status/status.asp
If you find errors in the present document, please send your comment to one of the following services:
http://portal.etsi.org/chaircor/ETSI_support.asp
Copyright Notification
No part may be reproduced except as authorized by written permission.
The copyright and the foregoing restriction extend to reproduction in all media.

© European Telecommunications Standards Institute 2008.
All rights reserved.

TM TM TM TM
DECT , PLUGTESTS , UMTS , TIPHON , the TIPHON logo and the ETSI logo are Trade Marks of ETSI registered
for the benefit of its Members.
TM
3GPP is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners.
ETSI

---------------------- Page: 4 ----------------------

SIST ES 201 873-6 V 3.4.1:2009
 3 ETSI ES 201 873-6 V3.4.1 (2008-09)
Contents
Intellectual Property Rights.12
Foreword.12
1 Scope.13
2 References.13
2.1 Normative references.13
2.2 Informative references.14
3 Definitions and abbreviations.14
3.1 Definitions.14
3.2 Abbreviations.15
4 Introduction .15
5 Compliance.16
6 General structure of a TTCN-3 test system.16
6.1 Entities in a TTCN-3 test system.16
6.1.1 Test Management and Control (TMC).18
6.1.1.1 Test Management (TM) .18
6.1.1.2 Coding and Decoding (CD) .18
6.1.1.3 Component Handling (CH) .18
6.1.1.4 Test Logging (TL).20
6.1.2 TTCN-3 Executable (TE) .20
6.1.3 SUT Adaptor (SA).20
6.1.4 Platform Adaptor (PA).20
6.2 Execution requirements for a TTCN-3 test system .20
7 TTCN-3 control interface and operations.20
7.1 Overview of the TCI.20
7.1.1 Correlation between TTCN-3 and TCI operation invocations.21
7.2 TCI data.22
7.2.1 General abstract data types .22
7.2.1.1 Management.22
7.2.1.2 Communication.23
7.2.2 Abstract TTCN-3 data types and values .23
7.2.2.1 Abstract TTCN-3 data types .24
7.2.2.2 Abstract TTCN-3 values .25
7.2.2.2.1 The abstract data type Value .26
7.2.2.2.2 The abstract data type IntegerValue .26
7.2.2.2.3 The abstract data type FloatValue .26
7.2.2.2.4 The abstract data type BooleanValue .26
7.2.2.2.5 The abstract data type ObjidValue .26
7.2.2.2.6 The abstract data type CharstringValue .27
7.2.2.2.7 The abstract data type UniversalCharstringValue.27
7.2.2.2.8 The abstract data type BitstringValue.28
7.2.2.2.9 The abstract data type OctetstringValue.28
7.2.2.2.10 The abstract data type HexstringValue.29
7.2.2.2.11 The abstract data type RecordValue.29
7.2.2.2.12 The abstract data type RecordOfValue.30
7.2.2.2.13 The abstract data type UnionValue .30
7.2.2.2.14 The abstract data type EnumeratedValue .31
7.2.2.2.15 The abstract data type VerdictValue .31
7.2.2.2.16 The abstract data type AddressValue .31
7.2.3 Abstract logging types .32
7.2.3.1 The abstract data type TciValueTemplate.32
7.2.3.2 The abstract data type TciNonValueTemplate.32
ETSI

---------------------- Page: 5 ----------------------

SIST ES 201 873-6 V 3.4.1:2009
 4 ETSI ES 201 873-6 V3.4.1 (2008-09)
7.2.3.3 The Value List and Mismatch Types .32
7.2.3.4 The Status Types.33
7.3 TCI operations.33
7.3.1 The TCI-TM interface.34
7.3.1.1 TCI-TM required.34
7.3.1.1.1 tciRootModule.34
7.3.1.1.2 tciGetImportedModules.35
7.3.1.1.3 tciGetModuleParameters.35
7.3.1.1.4 tciGetTestCases.35
7.3.1.1.5 tciGetTestCaseParameters.35
7.3.1.1.6 tciGetTestCaseTSI.35
7.3.1.1.7 tciStartTestCase.36
7.3.1.1.8 tciStopTestCase.36
7.3.1.1.9 tciStartControl.36
7.3.1.1.10 tciStopControl.36
7.3.1.2 TCI-TM provided.36
7.3.1.2.1 tciTestCaseStarted.37
7.3.1.2.2 tciTestCaseTerminated.37
7.3.1.2.3 tciControlTerminated.37
7.3.1.2.4 tciGetModulePar.37
7.3.1.2.5 tciError.38
7.3.2 The TCI-CD interface.38
7.3.2.1 TCI-CD required.38
7.3.2.1.1 getTypeForName.39
7.3.2.1.2 getInteger.39
7.3.2.1.3 getFloat.39
7.3.2.1.4 getBoolean.39
7.3.2.1.5 getObjid.39
7.3.2.1.6 getCharstring.39
7.3.2.1.7 getUniversalCharstring.40
7.3.2.1.8 getHexstring.40
7.3.2.1.9 getBitstring.40
7.3.2.1.10 getOctetstring.40
7.3.2.1.11 getVerdict.40
7.3.2.1.12 tciErrorReq.40
7.3.2.2 TCI-CD provided .40
7.3.2.2.1 decode.41
7.3.2.2.2 encode.41
7.3.3 The TCI-CH interface.41
7.3.3.1 TCI-CH required.42
7.3.3.1.1 tciEnqueueMsgConnected.42
7.3.3.1.2 tciEnqueueCallConnected.42
7.3.3.1.3 tciEnqueueReplyConnected.43
7.3.3.1.4 tciEnqueueRaiseConnected.43
7.3.3.1.5 tciCreateTestComponent.43
7.3.3.1.6 tciStartTestComponent.44
7.3.3.1.7 tciStopTestComponent.44
7.3.3.1.8 tciConnect.44
7.3.3.1.9 tciDisconnect.44
7.3.3.1.10 tciMap.45
7.3.3.1.11 tciUnmap.45
7.3.3.1.12 tciTestComponentTerminated.45
7.3.3.1.13 tciTestComponentRunning.45
7.3.3.1.14 tciTestComponentDone.45
7.3.3.1.15 tciGetMTC.46
7.3.3.1.16 tciExecuteTestCase.46
7.3.3.1.17 tciReset.46
7.3.3.1.18 tciKillTestComponent.46
7.3.3.1.19 tciTestComponentAlive.46
7.3.3.1.20 tciTestComponentKilled.47
7.3.3.2 TCI-CH provided .47
7.3.3.2.1 tciSendConnected.47
ETSI

---------------------- Page: 6 ----------------------

SIST ES 201 873-6 V 3.4.1:2009
 5 ETSI ES 201 873-6 V3.4.1 (2008-09)
7.3.3.2.2 tciSendConnectedBC.47
7.3.3.2.3 tciSendConnectedMC.47
7.3.3.2.4 tciCallConnected.48
7.3.3.2.5 tciCallConnectedBC.48
7.3.3.2.6 tciCallConnectedMC.49
7.3.3.2.7 tciReplyConnected.49
7.3.3.2.8 tciReplyConnectedBC.50
7.3.3.2.9 tciReplyConnectedMC.50
7.3.3.2.10 tciRaiseConnected.51
7.3.3.2.11 tciRaiseConnectedBC.51
7.3.3.2.12 tciRaiseConnectedMC.51
7.3.3.2.13 tciCreateTestComponentReq.52
7.3.3.2.14 tciStartTestComponentReq.52
7.3.3.2.15 tciStopTestComponentReq.52
7.3.3.2.16 tciConnectReq.52
7.3.3.2.17 tciDisconnectReq.53
7.3.3.2.18 tciMapReq.53
7.3.3.2.19 tciUnmapReq.53
7.3.3.2.20 tciTestComponentTerminatedReq.53
7.3.3.2.21 tciTestComponentRunningReq.53
7.3.3.2.22 tciTestComponentDoneReq.54
7.3.3.2.23 tciGetMTCReq.54
7.3.3.2.24 tciExecuteTestCaseReq.54
7.3.3.2.25 tciResetReq.54
7.3.3.2.26 tciKillTestComponentReq.54
7.3.3.2.27 tciTestComponentAliveReq.55
7.3.3.2.28 tciTestComponentKilledReq.55
7.3.4 The TCI-TL interface.55
7.3.4.1 TCI-TL provided.55
7.3.4.1.1 tliTcExecute.56
7.3.4.1.2 tliTcStart.56
7.3.4.1.3 tliTcStop.56
7.3.4.1.4 tliTcStarted.57
7.3.4.1.5 tliTcTerminated.57
7.3.4.1.6 tliCtrlStart.57
7.3.4.1.7 tliCtrlStop.58
7.3.4.1.8 tliCtrlTerminated.58
7.3.4.1.9 tliMSend_m.58
7.3.4.1.10 tliMSend_m_BC.59
7.3.4.1.11 tliMSend_m_MC.59
7.3.4.1.12 tliMSend_c.60
7.3.4.1.13 tliMSend_c_BC.60
7.3.4.1.14 tliMSend_c_MC.60
7.3.4.1.15 tliMDetected_m.61
7.3.4.1.16 tliMDetected_c.61
7.3.4.1.17 tliMMismatch_m.62
7.3.4.1.18 tliMMismatch_c.62
7.3.4.1.19 tliMReceive_m.63
7.3.4.1.20 tliMReceive_c.63
7.3.4.1.21 tliPrCall_m.64
7.3.4.1.22 tliPrCall_m_BC.64
7.3.4.1.23 tliPrCall_m_MC.65
7.3.4.1.24 tliPrCall_c.65
7.3.4.1.25 tliPrCall_c_BC.66
7.3.4.1.26 tliPrCall_c_MC.66
7.3.4.1.27 tliPrGetCallDetected_m.67
7.3.4.1.28 tliPrGetCallDetected_c.67
7.3.4.1.29 tliPrGetCallMismatch_m.68
7.3.4.1.30 tliPrGetCallMismatch_c .68
7.3.4.1.31 tliPrGetCall_m.69
7.3.4.1.32 tliPrGetCall_c.
...

Questions, Comments and Discussion

Ask us and Technical Secretary will try to provide an answer. You can facilitate discussion about the standard in here.