請用此 Handle URI 來引用此文件:
http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/41134
完整後設資料紀錄
DC 欄位 | 值 | 語言 |
---|---|---|
dc.contributor.advisor | 王凡(Farn Wang) | |
dc.contributor.author | Hung-Hsin Liao | en |
dc.contributor.author | 廖鴻欣 | zh_TW |
dc.date.accessioned | 2021-06-14T17:19:13Z | - |
dc.date.available | 2008-08-05 | |
dc.date.copyright | 2008-08-05 | |
dc.date.issued | 2008 | |
dc.date.submitted | 2008-07-24 | |
dc.identifier.citation | [1] Carl Eklund, Roger B. Marks, Kenneth L. Stanwood and Stanley Wang, IEEE Standard 802.16: A Technical Overview of the WirelessMAN™ Air Interface for Broadband Wireless Access.
[2] Chieh-Ying Kan, An Introduction to WiMAX Standard and Certification. [3] ETSI: Methods for Testing and Specification (MTS); The Testing and Test Control Notation version 3, Part 1: TTCN-3 Core Language, ETSI ES 201 873-1, v3.2.1, February 2007. [4] ETSI: Methods for Testing and Specification (MTS); The Testing and Test Control Notation version 3, Part 2: TTCN-3 Tabular presentation Format (TFT), ETSI ES 201 873-2, v3.2.1, February 2007. [5] ETSI: Methods for Testing and Specification (MTS); The Testing and Test Control Notation version 3, Part 3: TTCN-3 Graphical presentation Format (GFT), ETSI ES 201 873-3, v3.2.1, February 2007. [6] C. Willcock, T. DeiB, S. Tobies, S. Keil, F. Ebgler and S. Schulz, Nokia, Germany and Finland. An Introduction to TTCN-3, John Wiley & Sons, Ltd, 2005. [7] Pekka Pulkkinen, Mapping C++ Data Types into a Test Specification Language, VTT Technical Research Center of Finland, 2004. [8] Z.-Y. Lin, MSC-based Testing Automation Flow Experiment in Internet, the thesis of Electronic Engineering Department of National Taiwan University, 2007. [9] M.-C. Tung, SUT Profiling and TTCN-3 Adaptor Construction for A Configurable Mobile Phone Simulator, the thesis of Electronic Engineering Department of National Taiwan University, 2007. [10] T.-J. Yang, TTCN-3 Test Compilation and Execution, the thesis of Electronic Engineering Department of National Taiwan University, 2007. [11] Thomas DeiB, Andreas J. Nyberg, Stephan Schulz, and Colin Willcock, Nokia Research Center. Industrial Deployment of the TTCN-3 Testing Technology. [12] The WiMAX Forum Official Website, URL: http://www.wimaxforum.org [13] ETSI’s official TTCN-3 Website, URL: http://www.ttcn-3.org/ [14] Agilent Technology website: URL: http://www.home.agilent.com/agilent/home.jspx?cc=US&lc=eng [15] IEEE Standard for local and metropolitan area networks, Part16: Air Interface for Fixed Broadband Wireless Access Systems, Approved 24 June 2004, IEEE SA Standards Board. | |
dc.identifier.uri | http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/41134 | - |
dc.description.abstract | 在當前正興起的WiMAX無線通訊產業中,我們可以看到許多研發團隊進行WiMAX通訊協定的各種開發。而多數的開發者都集中在研發WiMAX的儀器或應用軟體上,僅有相對少數的WiMAX測試儀器的研發在進行。然而由於WiMAX協定的複雜度相當高,無法由人工測試的方法對協定的各項細節進行測試,因此測試系統的開發是目前WiMAX產業相當緊急而重要的需求。我們團隊開發出了一個低成本、易於使用的WiMAX測試系統讓使用者能自行進行WiMAX的通訊協定符合性測試。在這篇論文中我們展示了這個測試系統中的編碼/解碼模組和對型別及變數之程式碼產生模組的實作演算法。經由這邊實做出來的編碼/解碼器,我們可以將任何WiMAX通訊協定符合性測試的測試案例中的訊息編碼成對應的WiMAX封包,反過來WiMAX標準的封包可以經由編碼/解碼器模組轉換成對應的資料結構。 | zh_TW |
dc.description.abstract | When we observe the WiMAX technology industry, we discover that although there are many groups working on the implementation of WiMAX devices and applications, there are relatively few works on the test system of WiMAX protocol. However, the need of test system is still intense due to the complexity of the protocol in WiMAX devices is too high to be checked manually. In the work of our team, we provide an inexpensive, easy-to-use test system for WiMAX developers to perform protocol conformance tests (PCT) on their products. The work of this thesis presents the implementation of the codec module and code generation functions for type & variable in our test system. With the codec module we provided, messages in any PCT test cases can be translate to corresponding WiMAX packets. | en |
dc.description.provenance | Made available in DSpace on 2021-06-14T17:19:13Z (GMT). No. of bitstreams: 1 ntu-97-R95943168-1.pdf: 2306806 bytes, checksum: 32ef270a53f873307fa695d62fd8f3bf (MD5) Previous issue date: 2008 | en |
dc.description.tableofcontents | Contents iii
List of Figures v List of Table vii Abbreviations viii Acknowledgements ix 1 Introduction 1 1.1 Background 1 1.2 Thesis Framework 5 2 TTCN-3 6 2.1 TTCN-3 Test System 7 2.2 Basic language elements of TTCN-3 10 2.2.1 Data Types 12 2.2.1.1 Subtype 13 2.2.1.2 Simple basic types & basic string types 15 2.2.1.3 User-defined types 17 2.2.2 Test Data 18 3 Architecture of TTCN-3 Module in WiMAX Test System 22 4 TTCN-3 Module Implementation 25 4.1 Code Generation of TTCN-3 Type & Variable 25 4.1.1 New Created Data Types 26 4.1.1.1 integer type in TTCN-3 26 4.1.1.2 bitstring & octetstring in TTCN-3 27 4.1.2 Code Generation of Type Define 28 4.1.3 Code Generation of Variable Instance 32 4.1.4 Result of Type & Variable Part 33 4.2 Codec 34 4.2.1 Decoder Function of Codec 37 4.2.2 Encoder Function of Codec 39 4.2.3 Message Structure Definition of Codec 41 4.3 Socket Connection Program 41 5 Experiment 43 6 Related Works 47 7 Conclusions and Future Works 49 Bibliography 52 Appendix A TTCN-3 Files in PCT Test Cases 53 Appendix B Pseudo Codes of the Codec 55 | |
dc.language.iso | en | |
dc.title | WiMAX通訊協定符合性測試TTCN-3測試案例轉接器之研發 | zh_TW |
dc.title | Development of Adaptor for WiMAX TTCN-3 Protocol Conformance Test Cases | en |
dc.type | Thesis | |
dc.date.schoolyear | 96-2 | |
dc.description.degree | 碩士 | |
dc.contributor.oralexamcommittee | 雷欽隆(Chin-Laung Lei),黃鐘揚(Chung-Yang Huang),張耿銘(Keng-Ming Chang) | |
dc.subject.keyword | 編碼/解碼,測試自動化,轉接器,通訊協定,TTCN-3測試語言, | zh_TW |
dc.subject.keyword | WiMAX,TTCN-3,Codec,Test automation,Adaptor, | en |
dc.relation.page | 58 | |
dc.rights.note | 有償授權 | |
dc.date.accepted | 2008-07-27 | |
dc.contributor.author-college | 電機資訊學院 | zh_TW |
dc.contributor.author-dept | 電子工程學研究所 | zh_TW |
顯示於系所單位: | 電子工程學研究所 |
文件中的檔案:
檔案 | 大小 | 格式 | |
---|---|---|---|
ntu-97-1.pdf 目前未授權公開取用 | 2.25 MB | Adobe PDF |
系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。