用户名: 密码: 验证码:
数字移动通信系统的仿真
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
本论文的目的:设计仿真软件对移动台端末进行与信令相关的测试。
     移动通信技术正在迅速发展,为了满足人们的需要,新的协议、系统不断推出,移动台端末也在不断地更新。为了保证性能,新的移动台端末在商品化之前,必须进行与信令相关的测试。
     传统的测试是用专门的仪器来进行的。测试仪器实现了基站的相关功能,工作原理同基站类似。测试仪器同移动台设备通信,跟踪信令交换的过程,显示信息交换的结果,最后由得到的出错报告来分析移动台的内部处理错误,从而完成移动台端末的测试。测试仪器有明显的不足之处:升级换代慢;一般只适用于一个协议或协议的一个版本;测试只能在成机(如安装好程序的手机)完工之后才能进行;携带不方便:造价比较高。
     针对测试仪器的不足,本文开发出了仿真软件用于测试。该测试采用C/S工作模式,客户端载入移动机程序,服务器部分则为基站仿真系统。通过二者的信令交换,达到测试移动台的目的。这种测试的优越性是显而易见的:软件灵活,开发周期短,可以很容易地升级换代;仿真程序能够适用于多个协议;在移动端末设备开发过程中就可以对其进行测试;软件携带和使用都很方便;软件仿真的投入小,节省了很大的一笔费用。
     本文仿真实现的目标为基于PDC协议的基站。对应于通信协议,仿真系统的功能被分解为三个部分:一层、二层和三层。在程序实现中,本文使用了面向对象技术,将各层的功能抽象到对象中,并创建了一个管理对象,用以管理和协调这三个功能层对象。
     基站仿真系统通过与相应的移动台软件交互,能够较好地实现预期的测试。
     论文由三个部分构成:第一部分概述通信系统;第二部分讲述基于PDC协议基站的仿真系统;第三部分讲述三个功能层和管理对象的实现。论文重点放在第三部分。
The aim of this paper is to design a simulation system to test the functions associated with primitive of MS terminal.
    The technology of mobile communication is growing very fast. To meet the needs of the people, new protocols and systems have been put out continually, and so do MS terminals. To guarantee the performance, MS terminals have to be tested before they are merchandised.
    Traditionally, special testing equipments are used in order to test a motive station terminal. Testing equipments get the function of a BS and work like a BS. they communicate with a motive station and monitor the whole communicating process. Result is displayed. An error report will be produced if there's some mistake. With this report, the processing error of the motive station can be checked out. While, testing equipments have great limitationts as slow updating, high cost, bad flexibility and so on.
    To make up for the limitations of testing equipments, simulation softwares are used for testing. C/S mode is used in the testing of this kind. MS software is loaded in the client terminal, and BS in server. By the primitive exchanging between them, motive terminal can be tested. Software has many advantages. It is'flexible. Its developing period is short and can be updated easily. The simulation system can be used in multiple protocols. MS terminal equipments can be tested during the developing period. Software can be easily carried and put into use. Simulation system can be developed with a low cost.
    In this paper, BS based on PDC protocol is simulated for testing. Corresponding with the communication protocols, the function of the simulation system is divided into three parts: layer 1,layer 2 and
    
    
    
    layer 3. In the program of this paper, object oriented technology is used to encapsulate the function of each layer into objects, and a managing object is constructed in order to manage and monitor these layer objects.
    By the interactivity between BS simulation system and MS software, MS terminal can be well tested.
    The structure of this paper is as follows: First part is about the communication system; Second part states the simulation system of BSS based on PDC protocol; And last part specifies how the three layers and managing objects are implemented. The emphasis is put on the last part in this paper.
引文
1 《Introduction to Data Communications and Networking》,[美] Behrouz Forouzan、Catherine Coombs, Sophia Chung Fegan著,机械工业出版社出版。
    2 《数据通信》,[美]Gilbert Held著,人民邮电出版社2000年出版。
    3 《现代移动通信系统》,祁玉生、邵世祥编著,中国通信学会主编,人民邮电出版社2000年出版。
    4 《GSM数字移动通信工程》,孙孺石等编著,中国通信学会主编,人民邮电出版社2000年出版。
    5 《现代数据通信网》,杨传厚著,上海交通大学出版社2000年出版。
    6 《移动通信—交换与信令》,糜正琨著,人民邮电出版社1996年出版。
    7 《第三代移动通信技术》,孙立新等著,人民邮电出版社2001年出版。
    8 《移动通信中的关键技术》,吴伟陵著,人民邮电大学出版社2000年出版。
    9 《现代移动通信系统》,蒋同泽著,电子工业出版社1994年出版。
    10 《Effective C++》,Scott Meyers著,华中科技大学出版社。
    11 《深度探索C++对象模型》,Stanley B.lippman著,华中科技大学出版社。
    12 《深入浅出MFC》,侯捷著,华中科技大学出版社。
    13 《C/C++程序员大全》,Kris Jamsa著,中国水利水电出版社。
    14 《Visual C++6.0时尚编程百例》,网冠科技编著,机械工业出版社2001年出版。
    15 《C语言大全》,赫伯特·希尔特著,电子工业出版社
    
    
    16 《Visual C++6.0技术内幕》,David J Kruglinski著,北京希望电子出版社出版。
    17 《标准C语言实用全书》Richard Heathfield著,电子工业出版社
    18 《Windows 2000高级应用及技术参考》,龚向阳、肖丁编著,人民邮电出版社2000年出版。
    19 《VisualC++6.0开发技巧与实例教程》,同志工作室编著,人民邮电出版社2000年出版。
    20 《VisualC++实践与提高——网络编程篇》,汪翔著,中国铁道出版社。
    21 《Programming Visual C++》,[美]David J、Kruglinski、Scot Wingo、George Shepherd著,北京希望电子出版社1999年出版。
    22 《手机定位服务——摩托罗拉端到端解决方案》,徐斌,《电信网技术》No.1 2001.2
    23 《无线应用协议技术》,谢玮,《电信网技术》No.1 2001.2
    24 《第三代移动通信系统的网络问题》,张传福,《电讯技术》No.1 2001
    25 《GSM系统软故障的处理》,徐军,《电信技术》No.1 2001
    26 《WAP带您进入移动因特网》,徐明峰,《现代通信》No.3 2001
    27 《日本的PHS数据业务》,徐玉,《现代电信科技》No.1 2001
    28 《数字蜂窝通信的进程》,张煦,《现代通信》No.3 2001
    29 《GSM话音应用的未来》,Bob Perez,《电信快报》No.10 2002
    30 《关于第三代移动通信的思考》,赵建平,《电信快报》No.8 2002

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700