ETSI ES 201 873-6-2017 Methods for Testing and Specification (MTS) The Testing and Test Control Notation version 3 Part 6 TTCN-3 Control Interface (TCI) (V4 9 1).pdf
《ETSI ES 201 873-6-2017 Methods for Testing and Specification (MTS) The Testing and Test Control Notation version 3 Part 6 TTCN-3 Control Interface (TCI) (V4 9 1).pdf》由会员分享,可在线阅读,更多相关《ETSI ES 201 873-6-2017 Methods for Testing and Specification (MTS) The Testing and Test Control Notation version 3 Part 6 TTCN-3 Control Interface (TCI) (V4 9 1).pdf(376页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI ES 201 873-6 V4.9.1 (2017-05) Methods for Testing and Specification (MTS); The Testing and Test Control Notation version 3; Part 6: TTCN-3 Control Interface (TCI) ETSI STANDARD ETSI ETSI ES 201 873-6 V4.9.1 (2017-05)2 Reference RES/MTS-201873-6 T3TCI ed491 Keywords control, interface, methodol
2、ogy, TCI, testing, TTCN-3 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 enregistre la Sous-Prfecture de Grasse (06) N 7803/88 Important notice The present document
3、can be downloaded from: http:/www.etsi.org/standards-search The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of
4、 any existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document m
5、ay be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at https:/portal.etsi.org/TB/ETSIDeliverableStatus.aspx If you find errors in the present document, please send your comment to one of the following services: https:/portal.
6、etsi.org/People/CommiteeSupportStaff.aspx Copyright Notification No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm except as authorized by written permission of ETSI. The content of the PDF version shall not be modified
7、without the written authorization of ETSI. The copyright and the foregoing restriction extend to reproduction in all media. European Telecommunications Standards Institute 2017. All rights reserved. DECTTM, PLUGTESTSTM, UMTSTMand the ETSI logo are Trade Marks of ETSI registered for the benefit of it
8、s Members. 3GPPTM and LTE are Trade Marks of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners. oneM2M logo is protected for the benefit of its Members GSM and the GSM logo are Trade Marks registered and owned by the GSM Association. ETSI ETSI ES 201 873-6 V4.9.1
9、 (2017-05)3 Contents Intellectual Property Rights 16g3Foreword . 16g3Modal verbs terminology 16g31 Scope 17g32 References 17g32.1 Normative references . 17g32.2 Informative references 18g33 Definitions and abbreviations . 18g33.1 Definitions 18g33.2 Abbreviations . 19g34 Introduction 20g35 Complianc
10、e . 20g36 General structure of a TTCN-3 test system 20g36.1 Entities in a TTCN-3 test system 20g36.1.0 Types of entities 20g36.1.1 Test Management and Control (TMC) 22g36.1.1.0 Test Management and Control Entities . 22g36.1.1.1 Test Management (TM) 22g36.1.1.2 Coding and Decoding (CD) 22g36.1.1.3 Co
11、mponent Handling (CH) . 22g36.1.1.4 Test Logging (TL) . 24g36.1.2 TTCN-3 Executable (TE) . 24g36.1.3 SUT Adaptor (SA) 24g36.1.4 Platform Adaptor (PA) 24g36.2 Execution requirements for a TTCN-3 test system 24g37 TTCN-3 control interface and operations . 24g37.1 Overview of the TCI. 24g37.1.0 TCI rol
12、e in a TTCN-3 test system . 24g37.1.1 Correlation between TTCN-3 and TCI operation invocations 25g37.1.1.0 Mapping of TTCN-3 operations to TCI operations . 25g37.1.1.1 TTCN-3 operations with TCI operation equivalent 25g37.1.1.2 TTCN-3 operations with TCI operation pair equivalent . 26g37.1.1.3 TTCN-
13、3 operations without direct TCI operation equivalent . 27g37.1.1.3.0 Mapping of TTCN-3 operations to series of TCI operations . 27g37.1.1.3.1 Test case stop operation . 27g37.2 TCI data 27g37.2.0 Abstract data types 27g37.2.1 General abstract data types . 27g37.2.1.0 Use of general abstract data typ
14、es . 27g37.2.1.1 Management 27g37.2.1.2 Communication . 28g37.2.2 Abstract TTCN-3 data types and values . 29g37.2.2.0 Definition and scope of use . 29g37.2.2.1 Abstract TTCN-3 data types . 29g37.2.2.2 Abstract TTCN-3 values . 31g37.2.2.2.0 Basic rules . 31g37.2.2.2.1 The abstract data type Value . 3
15、2g37.2.2.2.2 The abstract data type IntegerValue 34g37.2.2.2.3 The abstract data type FloatValue . 35g37.2.2.2.4 The abstract data type BooleanValue 35g37.2.2.2.5 The abstract data type CharstringValue . 35g37.2.2.2.6 The abstract data type UniversalCharstringValue 35g3ETSI ETSI ES 201 873-6 V4.9.1
16、(2017-05)4 7.2.2.2.7 The abstract data type BitstringValue 36g37.2.2.2.8 The abstract data type OctetstringValue . 37g37.2.2.2.9 The abstract data type HexstringValue 38g37.2.2.2.10 The abstract data type RecordValue . 39g37.2.2.2.11 The abstract data type RecordOfValue 39g37.2.2.2.12 The abstract d
17、ata type UnionValue . 41g37.2.2.2.13 The abstract data type EnumeratedValue . 41g37.2.2.2.14 The abstract data type VerdictValue 41g37.2.2.2.15 The abstract data type AddressValue 42g37.2.2.3 Abstract TTCN-3 matching mechanisms 42g37.2.2.3.1 The abstract data type MatchingMechanism 42g37.2.2.3.2 The
18、 abstract data type MatchingList 42g37.2.2.3.3 The abstract data type ValueRange . 43g37.2.2.3.4 The abstract data type CharacterPattern . 43g37.2.2.3.5 The abstract data type MatchDecodedContent 44g37.2.2.4 Data types for complex TTCN-3 properties 44g37.2.2.4.0 Scope of use of TTCN-3 properties . 4
19、4g37.2.2.4.1 The abstract data type LengthRestriction 44g37.2.2.4.2 The abstract data type Permutation . 44g37.2.2.4.3 The abstract data type RangeBoundary 45g37.2.3 Abstract logging types 45g37.2.3.1 The abstract data type TciValueTemplate . 45g37.2.3.2 The abstract data type TciNonValueTemplate 45
20、g37.2.3.3 The Value List and Mismatch Types 46g37.2.3.4 The Status Types . 46g37.3 TCI operations 47g37.3.0 The TCI interfaces 47g37.3.1 The TCI-TM interface 48g37.3.1.0 Scope of use 48g37.3.1.1 TCI-TM required . 48g37.3.1.1.0 Scope of use . 48g37.3.1.1.1 tciRootModule. 48g37.3.1.1.2 tciGetImportedM
21、odules . 49g37.3.1.1.3 tciGetModuleParameters . 49g37.3.1.1.4 tciGetTestCases . 49g37.3.1.1.5 tciGetTestCaseParameters . 49g37.3.1.1.6 tciGetTestCaseTSI . 49g37.3.1.1.7 tciStartTestCase . 50g37.3.1.1.8 tciStopTestCase . 50g37.3.1.1.9 tciStartControl . 50g37.3.1.1.10 tciStopControl . 50g37.3.1.2 TCI-
22、TM provided 51g37.3.1.2.0 Scope of use . 51g37.3.1.2.1 tciTestCaseStarted . 51g37.3.1.2.2 tciTestCaseTerminated 51g37.3.1.2.3 tciControlTerminated 51g37.3.1.2.4 tciGetModulePar 52g37.3.1.2.5 tciLog 52g37.3.1.2.6 tciError. 52g37.3.2 The TCI-CD interface . 52g37.3.2.0 Scope of use 52g37.3.2.1 TCI-CD r
23、equired . 53g37.3.2.1.0 Scope of use . 53g37.3.2.1.1 getTypeForName . 53g37.3.2.1.2 getInteger . 54g37.3.2.1.3 getFloat 54g37.3.2.1.4 getBoolean . 54g37.3.2.1.5 Void . 54g37.3.2.1.6 getCharstring . 54g37.3.2.1.7 getUniversalCharstring 54g3ETSI ETSI ES 201 873-6 V4.9.1 (2017-05)5 7.3.2.1.8 getHexstri
24、ng 54g37.3.2.1.9 getBitstring 54g37.3.2.1.10 getOctetstring 55g37.3.2.1.11 getVerdict 55g37.3.2.1.12 tciErrorReq 55g37.3.2.2 TCI-CD provided 55g37.3.2.2.0 Scope of use . 55g37.3.2.2.1 decode 55g37.3.2.2.2 encode 55g37.3.2.2.3 decodeValue 56g37.3.2.2.4 encodeValue 56g37.3.3 The TCI-CH interface. 56g3
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIES20187362017METHODSFORTESTINGANDSPECIFICATIONMTSTHETESTINGANDTESTCONTROLNOTATIONVERSION3PART6TTCN3CONTROLINTERFACETCIV491PDF

链接地址:http://www.mydoc123.com/p-730787.html