ITU-T Z 164-2012 Testing and Test Control Notation version 3 TTCN-3 operational semantics (Study Group 17)《测试和测试控制符号版本3 TTCN-3操作语义 17号研究组》.pdf
《ITU-T Z 164-2012 Testing and Test Control Notation version 3 TTCN-3 operational semantics (Study Group 17)《测试和测试控制符号版本3 TTCN-3操作语义 17号研究组》.pdf》由会员分享,可在线阅读,更多相关《ITU-T Z 164-2012 Testing and Test Control Notation version 3 TTCN-3 operational semantics (Study Group 17)《测试和测试控制符号版本3 TTCN-3操作语义 17号研究组》.pdf(180页珍藏版)》请在麦多课文档分享上搜索。
1、 International Telecommunication Union ITU-T Z.164TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (05/2012) SERIES Z: LANGUAGES AND GENERAL SOFTWARE ASPECTS FOR TELECOMMUNICATION SYSTEMS Formal description techniques (FDT) Testing and Test Control Notation (TTCN) Testing and Test Control Notation ve
2、rsion 3: TTCN-3 operational semantics Recommendation ITU-T Z.164 ITU-T Z-SERIES RECOMMENDATIONS LANGUAGES AND GENERAL SOFTWARE ASPECTS FOR TELECOMMUNICATION SYSTEMS FORMAL DESCRIPTION TECHNIQUES (FDT) Specification and Description Language (SDL) Z.100Z.109 Application of formal description technique
3、s Z.110Z.119 Message Sequence Chart (MSC) Z.120Z.129 User Requirements Notation (URN) Z.150Z.159 Testing and Test Control Notation (TTCN) Z.160Z.179PROGRAMMING LANGUAGES CHILL: The ITU-T high level language Z.200Z.209 MAN-MACHINE LANGUAGE General principles Z.300Z.309 Basic syntax and dialogue proce
4、dures Z.310Z.319 Extended MML for visual display terminals Z.320Z.329 Specification of the man-machine interface Z.330Z.349 Data-oriented human-machine interfaces Z.350Z.359 Human-machine interfaces for the management of telecommunications networks Z.360Z.379 QUALITY Quality of telecommunication sof
5、tware Z.400Z.409 Quality aspects of protocol-related Recommendations Z.450Z.459 METHODS Methods for validation and testing Z.500Z.519 MIDDLEWARE Processing environment architectures Z.600Z.609 For further details, please refer to the list of ITU-T Recommendations. Rec. ITU-T Z.164 (05/2012) i Recomm
6、endation ITU-T Z.164 Testing and Test Control Notation version 3: TTCN-3 operational semantics Summary Recommendation ITU-T Z.164 defines the operational semantics of TTCN-3 (Testing and Test Control Notation 3). The operational semantics are necessary to unambiguously interpret the specifications m
7、ade with TTCN-3. This Recommendation is based on the TTCN-3 core language defined in Recommendation ITU-T Z.161. This second revision of the Recommendation contains amendments, clarifications, corrigenda and editorial corrections. This Recommendation is technically aligned with ETSI ES 201 873-4 V4.
8、4.1 (2012). History Edition Recommendation Approval Study Group 1.0 ITU-T Z.143 2006-03-16 17 2.0 ITU-T Z.164 2007-11-13 17 3.0 ITU-T Z.164 2011-03-16 17 4.0 ITU-T Z.164 2012-05-29 17 ii Rec. ITU-T Z.164 (05/2012) FOREWORD The International Telecommunication Union (ITU) is the United Nations special
9、ized agency in the field of telecommunications, information and communication technologies (ICTs). The ITU Telecommunication Standardization Sector (ITU-T) is a permanent organ of ITU. ITU-T is responsible for studying technical, operating and tariff questions and issuing Recommendations on them wit
10、h a view to standardizing telecommunications on a worldwide basis. The World Telecommunication Standardization Assembly (WTSA), which meets every four years, establishes the topics for study by the ITU-T study groups which, in turn, produce Recommendations on these topics. The approval of ITU-T Reco
11、mmendations is covered by the procedure laid down in WTSA Resolution 1. In some areas of information technology which fall within ITU-Ts purview, the necessary standards are prepared on a collaborative basis with ISO and IEC. NOTE In this Recommendation, the expression “Administration“ is used for c
12、onciseness to indicate both a telecommunication administration and a recognized operating agency. Compliance with this Recommendation is voluntary. However, the Recommendation may contain certain mandatory provisions (to ensure, e.g., interoperability or applicability) and compliance with the Recomm
13、endation is achieved when all of these mandatory provisions are met. The words “shall“ or some other obligatory language such as “must“ and the negative equivalents are used to express requirements. The use of such words does not suggest that compliance with the Recommendation is required of any par
14、ty. INTELLECTUAL PROPERTY RIGHTS ITU draws attention to the possibility that the practice or implementation of this Recommendation may involve the use of a claimed Intellectual Property Right. ITU takes no position concerning the evidence, validity or applicability of claimed Intellectual Property R
15、ights, whether asserted by ITU members or others outside of the Recommendation development process. As of the date of approval of this Recommendation, ITU had not received notice of intellectual property, protected by patents, which may be required to implement this Recommendation. However, implemen
16、ters are cautioned that this may not represent the latest information and are therefore strongly urged to consult the TSB patent database at http:/www.itu.int/ITU-T/ipr/. ITU 2012 All rights reserved. No part of this publication may be reproduced, by any means whatsoever, without the prior written p
17、ermission of ITU. Rec. ITU-T Z.164 (05/2012) iii Table of Contents Page 1 Scope 1 2 References. 1 2.1 Normative references 1 2.2 Informative references 1 3 Definitions and abbreviations . 1 3.1 Definitions 1 3.2 Abbreviations . 1 4 Introduction 2 5 Structure of the present document 2 6 Restrictions
18、. 2 7 Replacement of short forms 3 7.1 Order of replacement steps . 3 7.2 Replacement of global constants and module parameters 4 7.3 Embedding single receiving operations into alt statements . 4 7.4 Embedding stand-alone altstep calls into alt statements 5 7.5 Replacement of interleave statements 5
19、 7.6 Replacement of trigger operations 18 7.7 Replacement of select-case statements . 19 7.8 Replacement of simple break statements . 20 7.9 Replacement of continue statements 21 7.10 Adding default parameters to disconnect and unmap operations without parameters . 21 7.11 Adding default values of p
20、arameters 22 8 Flow graph semantics of TTCN-3 22 8.1 Flow graphs 22 8.2 Flow graph representation of TTCN-3 behaviour 27 8.3 State definitions for TTCN-3 modules . 33 8.4 Messages, procedure calls, replies and exceptions . 45 8.5 Call records for functions, altsteps and test cases 48 8.6 The evaluat
21、ion procedure for a TTCN-3 module . 48 9 Flow graph segments for TTCN-3 constructs 50 9.1 Action statement . 51 9.2 Activate statement 51 9.2a Alive component operation 52 9.3 Alt statement . 55 9.4 Altstep call 62 9.5 Assignment statement . 62 iv Rec. ITU-T Z.164 (05/2012) Page 9.5a Break statement
22、s in altsteps 62 9.6 Call operation . 63 9.7 Catch operation . 70 9.8 Check operation 71 9.8a Checkstate port operation . 74 9.9 Clear port operation 77 9.10 Connect operation . 77 9.11 Constant definition . 78 9.12 Create operation 79 9.13 Deactivate statement . 80 9.14 Disconnect operation 82 9.15
23、 Do-while statement . 87 9.16 Done component operation . 88 9.17 Execute statement . 89 9.18 Expression 93 9.19 Flow graph segment 96 9.20 Flow graph segment . 96 9.20a Flow graph segment 97 9.20b Flow graph segment . 97 9.21 Flow graph segment . 98 9.22 Flow graph segment 98 9.23 For statement 99 9
24、.24 Function call . 100 9.25 Getcall operation 105 9.26 Getreply operation 105 9.27 Getverdict operation . 106 9.28 Goto statement 106 9.28a Halt port operation 107 9.29 If-else statement 107 9.29a Kill component operation . 108 9.29b Kill execution statement . 112 9.29c Killed component operation .
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ITUTZ1642012TESTINGANDTESTCONTROLNOTATIONVERSION3TTCN3OPERATIONALSEMANTICSSTUDYGROUP17 测试 控制 符号 版本 TTCN3

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