wcdma核心网hss网元配置管理模块的设计与实现
合集下载
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
图 4.1 配置管理的网元参数的配置图..................................................................33 图 4.2 配置 CAF 结构图..................ห้องสมุดไป่ตู้.....................................................................35 图 4.3 数据库访问体系结构图..............................................................................36 图 4.4 配置 CAF 应用实现框架............................................................................37 图 4.5 界面自动生成技术的结构图......................................................................38 图 4.6 自动生成界面步骤......................................................................................39 图 4.7 界面自动生成引擎......................................................................................44 图 4.8 界面定制工具主界面..................................................................................48
II
南京航空航天大学硕士学位论文
图清单
图 1.1 UMTS 网络结构............................................................................................2 图 1.2 R5 阶段的 UMTS 基本网络........................................................................5 图 1.3 IMS 网元结构................................................................................................8
The traditional CM module needs long time and mass energy for development and maintenance.To resolve the problem,this thesis designed and developed the Common Apllication Function(CAF) in CM module by Object Oriented Design such as J2EE,EJB and XML,implemented the interface auto-generating technique.To access the NMS by different modes,the author implement the Man-machine Language Analysis(MA) module which is based on UEP.As a result,the configure type included Telnet,Man-machine Language,Graphic User Interface(GUI) and Superior NMS.After the testing and synchronous transmission,the results verification and analysis are finished.
图 2.1 窄带 No.7 系统结构....................................................................................13 图 2.2 SIGTRAN 协议栈 .......................................................................................14 图 2.3 SCTP 功能模块图 .......................................................................................14 图 2.4 M3UA 的协议功能 .....................................................................................15 图 2.5 HSS 硬件结构框图 .....................................................................................16 图 2.6 业务受理台部件硬件结构..........................................................................17 图 2.7 软件系统结构..............................................................................................18
I
WCDMA 核心网 HSS 网元配置管理模块的设计与实现
Abstract
The Home Subscription Server(HSS) in WCDMA Core Network(CN) is mainly to implement subscriber data restoring and reading.The data from HSS interact with other network element frequently.Consequently,it is an important role that the Configuration Management module playing in the HSS Network Management System(NMS).Nowadays,the NMS of telecom equipments are generally with simplified function,ununique interface which are only applicable with the equipments of themselves.The lifecycle of this NMS is the same as their equipments. To expediently and comprehensive manage the network,the NMS needs to provide standard interface to superior NMS,integrates Performance Management,Fault Management,Configuration Management(CM) and is reusable by different Network Elements.This thesis will expatiate an Unified Element Management Platform(UEP) which complies the Telecommunication Management Network(TMN) specification strictly and is based on J2EE architecture.
图 3.1 TMN 与电信网的关系................................................................................21 图 3.2 TMN 功能参考模型....................................................................................22 图 3.3 管理者、代理和对象之间的关系..............................................................23 图 3.4 J2EE 的四层结构 ........................................................................................25 图 3.5 统一网管平台总体架构..............................................................................28 图 3.6 统一网管软件架构层次..............................................................................31 图 3.7 CAF 层软件结构.........................................................................................32
Keywords: Home Subscription Server, Telecommunication Management Network, Configuration Management, Interface Auto-generating, Man-machine Language Analysis
南京航空航天大学 硕士学位论文
WCDMA 核心网 HSS 网元配置管理模块的设计与实现 姓名:蒋军
申请学位级别:硕士 专业:通信与信息系统
指导教师:宋茂忠 20070101
南京航空航天大学硕士学位论文
摘要
WCDMA 核心网中的归属用户数据服务器(HSS)主要是实现用户定制数据 的存储和读取,与其他网元数据交互量巨大。因此,一个高效的数据配置管理模 块是 HSS 网管系统中的关键一环。当前的电信设备商提供的网管系统普遍存在 功能单一,接口不统一,仅仅适用于管理本企业设备的软件,生命周期一般与设 备相同。为了便于运营商的综合网络管理,网元管理系统需要提供与上级网管的 标准接口,同时集成符合电信管理网规范的性能、故障、配置等各模块,且能够 复用于多种网元设备。本文介绍了严格按照电信管理网规范,基于 J2EE 体系架 构开发的电信统一网管平台。
本文主要针对在配置管理中出现的开发周期长和维护耗费大量人力的情况, 采用了 J2EE、EJB 以及 XML 等面向对象的开发方式,设计开发了配置模块的公 共应用管理部分,并重点实现了配置管理的界面自动生成技术。使配置管理的界 面化开发过程大大简化,二次开发仅需要对封装好的组件通过编辑 XML 文件进 行调用,即可实现常用界面的生成。同时为了能够多种方式接入网管,在统一网 管平台的基础上实现了人机命令的解析和执行模块,使 Telnet、命令行、界面方 式以及上级网管都可以进行数据配置。经过测试和传送,完成了结果验证和分析。 关键词:归属用户服务器,电信管理网,配置管理,界面自动生成,人机命令解 析
II
南京航空航天大学硕士学位论文
图清单
图 1.1 UMTS 网络结构............................................................................................2 图 1.2 R5 阶段的 UMTS 基本网络........................................................................5 图 1.3 IMS 网元结构................................................................................................8
The traditional CM module needs long time and mass energy for development and maintenance.To resolve the problem,this thesis designed and developed the Common Apllication Function(CAF) in CM module by Object Oriented Design such as J2EE,EJB and XML,implemented the interface auto-generating technique.To access the NMS by different modes,the author implement the Man-machine Language Analysis(MA) module which is based on UEP.As a result,the configure type included Telnet,Man-machine Language,Graphic User Interface(GUI) and Superior NMS.After the testing and synchronous transmission,the results verification and analysis are finished.
图 2.1 窄带 No.7 系统结构....................................................................................13 图 2.2 SIGTRAN 协议栈 .......................................................................................14 图 2.3 SCTP 功能模块图 .......................................................................................14 图 2.4 M3UA 的协议功能 .....................................................................................15 图 2.5 HSS 硬件结构框图 .....................................................................................16 图 2.6 业务受理台部件硬件结构..........................................................................17 图 2.7 软件系统结构..............................................................................................18
I
WCDMA 核心网 HSS 网元配置管理模块的设计与实现
Abstract
The Home Subscription Server(HSS) in WCDMA Core Network(CN) is mainly to implement subscriber data restoring and reading.The data from HSS interact with other network element frequently.Consequently,it is an important role that the Configuration Management module playing in the HSS Network Management System(NMS).Nowadays,the NMS of telecom equipments are generally with simplified function,ununique interface which are only applicable with the equipments of themselves.The lifecycle of this NMS is the same as their equipments. To expediently and comprehensive manage the network,the NMS needs to provide standard interface to superior NMS,integrates Performance Management,Fault Management,Configuration Management(CM) and is reusable by different Network Elements.This thesis will expatiate an Unified Element Management Platform(UEP) which complies the Telecommunication Management Network(TMN) specification strictly and is based on J2EE architecture.
图 3.1 TMN 与电信网的关系................................................................................21 图 3.2 TMN 功能参考模型....................................................................................22 图 3.3 管理者、代理和对象之间的关系..............................................................23 图 3.4 J2EE 的四层结构 ........................................................................................25 图 3.5 统一网管平台总体架构..............................................................................28 图 3.6 统一网管软件架构层次..............................................................................31 图 3.7 CAF 层软件结构.........................................................................................32
Keywords: Home Subscription Server, Telecommunication Management Network, Configuration Management, Interface Auto-generating, Man-machine Language Analysis
南京航空航天大学 硕士学位论文
WCDMA 核心网 HSS 网元配置管理模块的设计与实现 姓名:蒋军
申请学位级别:硕士 专业:通信与信息系统
指导教师:宋茂忠 20070101
南京航空航天大学硕士学位论文
摘要
WCDMA 核心网中的归属用户数据服务器(HSS)主要是实现用户定制数据 的存储和读取,与其他网元数据交互量巨大。因此,一个高效的数据配置管理模 块是 HSS 网管系统中的关键一环。当前的电信设备商提供的网管系统普遍存在 功能单一,接口不统一,仅仅适用于管理本企业设备的软件,生命周期一般与设 备相同。为了便于运营商的综合网络管理,网元管理系统需要提供与上级网管的 标准接口,同时集成符合电信管理网规范的性能、故障、配置等各模块,且能够 复用于多种网元设备。本文介绍了严格按照电信管理网规范,基于 J2EE 体系架 构开发的电信统一网管平台。
本文主要针对在配置管理中出现的开发周期长和维护耗费大量人力的情况, 采用了 J2EE、EJB 以及 XML 等面向对象的开发方式,设计开发了配置模块的公 共应用管理部分,并重点实现了配置管理的界面自动生成技术。使配置管理的界 面化开发过程大大简化,二次开发仅需要对封装好的组件通过编辑 XML 文件进 行调用,即可实现常用界面的生成。同时为了能够多种方式接入网管,在统一网 管平台的基础上实现了人机命令的解析和执行模块,使 Telnet、命令行、界面方 式以及上级网管都可以进行数据配置。经过测试和传送,完成了结果验证和分析。 关键词:归属用户服务器,电信管理网,配置管理,界面自动生成,人机命令解 析