KR100255814B1 - Package version management of atm exchange - Google Patents
Package version management of atm exchange Download PDFInfo
- Publication number
- KR100255814B1 KR100255814B1 KR1019970076981A KR19970076981A KR100255814B1 KR 100255814 B1 KR100255814 B1 KR 100255814B1 KR 1019970076981 A KR1019970076981 A KR 1019970076981A KR 19970076981 A KR19970076981 A KR 19970076981A KR 100255814 B1 KR100255814 B1 KR 100255814B1
- Authority
- KR
- South Korea
- Prior art keywords
- version
- package
- version information
- file
- information
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
- H04L41/0813—Configuration setting characterised by the conditions triggering a change of settings
- H04L41/082—Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L49/00—Packet switching elements
- H04L49/10—Packet switching elements characterised by the switching fabric construction
- H04L49/104—Asynchronous transfer mode [ATM] switching fabrics
- H04L49/105—ATM switching elements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/54—Store-and-forward switching systems
- H04L12/56—Packet switching systems
- H04L12/5601—Transfer mode dependent, e.g. ATM
- H04L2012/5625—Operations, administration and maintenance [OAM]
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
본 발명은 에이티엠(ATM) 교환기에서 교환기 운용을 위하여 로딩되는 소프트웨어들의 집합인 패키지(package)의 버전(version)을 관리하는 방법에 관한 것이다.The present invention relates to a method of managing a version of a package, which is a collection of software loaded for exchange operation in an ATM exchange.
정보화사회의 급격한 발전으로 사용자의 통신 서비스 요구가 증가하여 차세대 통신망으로 "B-ISDN"이 출현하였는 바, B-ISDN에서는 협대역뿐만 아니라 광대역의 다양한 서비스들을 대역 및 속도에 관계없이 모두 수용할 수 있도록 비동기 전달 모드인 ATM(Asynchronous Transfer Mode)방식을 기본 전달수단으로 하고 있다.With the rapid development of information society, users' communication service demand has increased, so that "B-ISDN" has emerged as the next generation communication network. In B-ISDN, various services of broadband as well as narrow band can be accommodated regardless of band and speed. As a default, the asynchronous transfer mode ATM (Asynchronous Transfer Mode) method is used as the default transfer means.
이러한 ATM망을 구현하기 위하여 ATM교환시스템이 개발되고 있는데, 이러한 ATM교환시스템에서는 교환시스템의 하드웨어와 함께 교환시스템은 운용하기 위한 각종 소프트웨어들이 요구된다. '패키지(package)'란 이와 같이 교환기에 로딩되는 여러 가지 응용 블록(application block)들과, PLD(Program Data), DB(Data Base)들로 구성된 집합체로서 다수의 실행화일(a.out)들과 데이터(data)들로 이루어져 있다.In order to implement such an ATM network, an ATM switching system is being developed. In such an ATM switching system, various kinds of software are required to operate the switching system together with the hardware of the switching system. A 'package' is a collection of various application blocks loaded in the exchange, program data (PLD), and data bases (DB). And data.
그런데 종래에는 소프트웨어 패키지를 제작한 후 패키지들의 버전들이 바뀔 때마다 패키지들에 대한 버전관리를 HMI 운용자가 할 수 없기에 버전이 다른 패키지 사용에 따른 많은 문제점들(예컨대, PLD와 OS의 버전 불일치, OS와 기타 응용블록들의 버전 불일치, 부팅-롬(booter-ROM) 프로그램과 응용블록간의 버전 불일치 등)이 발생될 수 있다. 즉, 새로운 패키지들이 개발될 때마다 운용자는 이전 버전의 패키지들을 자신이 관리하는 다른 디랙토리에 복사해 놓던가 아니면 테이프에 복사하여 보관하고, 새로운 패키지들을 특정 워크스테이션의 디랙토리와 OMP의 하드디스크에 복사해 놓았었다. 하지만 이러한 종래의 패키지 관리기술은 운용자가 직접 수동으로 관리해야 하는 불편함이 있었고, 운용자가 실수를 하거나 잘못 관리하는 경우, 패키지들의 버전이 펌웨어 및 관련 하드웨어의 버전과 불일치하여 시스템이 오동작하게 되는 문제점이 발생할 수 있다.However, conventionally, since the HMI operator cannot manage the version of the packages whenever the versions of the packages are changed after the software package is manufactured, many problems due to the use of different versions of the package (for example, the version mismatch between the PLD and the OS, and the OS). Version mismatch between the and other application blocks, and version mismatches between the boot-ROM program and the application block. Each time a new package is developed, the operator either copies the previous version of the package to another directory he manages, or keeps it on tape, and copies the new package to the particular workstation's directory and to the OMP's hard disk. I put it. However, this conventional package management technology has the inconvenience of the operator to manually manage, if the operator makes a mistake or wrong management, the version of the package is inconsistent with the version of the firmware and related hardware, the system malfunctions This can happen.
이에 본 발명은 상기와 같은 종래 기술의 문제점을 해소하기 위하여 ATM교환시스템에서 패키지의 버전을 관리하기 위한 패키지 버전 관리방법을 제공하는데 그 목적이 있다.Accordingly, an object of the present invention is to provide a package version management method for managing a version of a package in an ATM switching system in order to solve the above problems of the prior art.
상기와 같은 목적을 달성하기 위하여 본 발명의 방법은, ATM 교환시스템에서 실행화일 및 데이터 베이스들의 집합인 패키지를 운용자의 명령에 따라 운용 및 유지보수 프로세서에 있는 하드디스크상에 관리하는 방법에 있어서, 운용자로부터 패키지 버전 디스플레이 명령이 입력되면, 상기 하드디스크상에 저장된 버전화일을 읽어 버전정보를 디스플레이하는 패키지 버전 디스플레이단계; 운용자로부터 패키지 버전 변경명령이 입력되면, 구 버전 정보를 버전화일의 이전 패키지 버전정보 필드에 기록하고, 새 버전 정보를 버전화일의 현 패키지 버전 정보 필드에 기록한 후 새로 기록된 버전정보를 디스플레이하는 패키지 버전 변경단계; 및 운용자로부터 패키지 버전 생성 명령이 입력되면, 새 버전 디랙토리를 생성한 후 버전화일에 새로운 버전정보를 기록하고, 이를 디스플레이하는 패키지 버전 생성단계를 포함하는 것을 특징으로 한다.In order to achieve the above object, the method of the present invention provides a method for managing a package, which is a collection of executable files and databases, in an ATM switching system on a hard disk in an operation and maintenance processor according to an operator's command. A package version display step of reading a version file stored on the hard disk and displaying version information when a package version display command is input from an operator; When the package version change command is input from the operator, the old version information is recorded in the previous package version information field of the version file, the new version information is recorded in the current package version information field of the version file, and the package displaying the newly recorded version information is displayed. Version change step; And a package version generation command from an operator, after generating a new version directory, recording the new version information in the version file, and displaying the package version generation step.
도 1은 본 발명이 적용되는 ATM교환시스템의 예,1 is an example of an ATM switching system to which the present invention is applied;
도 2는 본 발명에 따른 버전관리 기능의 관계를 도시한 도면,2 is a view showing a relationship between a version control function according to the present invention;
도 3은 본 발명에 따라 하드디스크에 구현된 버전화일의 포맷,3 is a format of a version file implemented on a hard disk according to the present invention;
도 4는 본 발명에 따른 패키지 버전 디스플레이 방법의 흐름도,4 is a flowchart of a package version display method according to the present invention;
도 5는 본 발명에 따른 패키지 버전 변경 방법의 흐름도,5 is a flowchart of a method for changing a package version according to the present invention;
도 6은 본 발명에 따른 패키지 버전 생성 방법의 흐름도이다.6 is a flowchart of a method of generating a package version according to the present invention.
*도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings
100-1∼100-n: ATM 로컬 스위칭 서브시스템(ALS)100-1 to 100-n: ATM Local Switching Subsystem (ALS)
102-1∼102-n: 주변 프로세서(PP)102-1 to 102-n: peripheral processor (PP)
120: ATM 중앙 스위칭 서브시스템(ACS)120: ATM Central Switching Subsystem (ACS)
122: 운용 및 유지보수 프로세서(OMP)122: Operation and Maintenance Processor (OMP)
140: 워크스테이션 21: HMI140: workstation 21: HMI
23: LIOF 25: HDD23: LIOF 25: HDD
이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시예를 자세히 설명하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
본 발명이 적용되는 ATM 교환기는 도 1에 도시된 바와 같이, n개의 로컬 스위칭 서브시스템(ALS: ATM Local Switching subsystem,100-1∼100-n)과, 중앙 스위칭 서브스시템(ACS:ATM Central Switching Subsystem,120), 워크스테이션(W/S,140) 등으로 구성된다.The ATM switch to which the present invention is applied, as shown in FIG. 1, includes n local switching subsystems (ALS: 100-1 to 100-n) and a central switching subsystem (ACS: ATM Central). Switching Subsystem (120), Workstation (W / S, 140) and the like.
ATM 로컬 스위칭 서브시스템(ALS:100-1∼100-n)은 도면에는 구분되지 않았으나 NNI를 제공하기 위한 'ALS/T'와 UNI를 제공하기 위한 'ALS/S'로 구분되는데, ALS/T는 트렁크 수만큼의 트렁크 정합 모듈(TIM: Trunk Interface Module)과 이를 수용하는 억세스 스위칭 네트웍 모듈(ASNM: Access Switching Network Module), 서브시스템을 제어하는 호 및 접속제어 프로세서(CCCP: Call & Connection Control Processor)로 구성되어 STM-1 혹은 STM-4레벨로 NNI접속을 제공한다. 그리고 ALS/S는 도면에는 도시되지 않았으나 가입자 링크만큼의 가입자 정합 모듈(SIM:Subscriber Interface Module), 이 SIM을 수용하는 억세스 스위칭 네트웍 모듈(ASNM: Access Switching Network Module), 서브시스템을 제어하는 호 및 접속제어 프로세서(CCCP: Call & Connection Control Processor)로 구성되어 STM-1, DS1E/DS3 급의 가입자를 접속하고, 중앙 스위칭 서브시스템(120)과는 IMI(Inter Module Interface)로 접속된다. 여기서, ALS/S와 ALS/T는 수용 용량에 따라 다수개가 설치되어 하나의 중앙 스위칭 서브시스템(120)에 IMI로 연결되고, 이때 IMI는 로컬 스위칭 서브시스템(100-1~n)과 중앙스위칭 서브시스템(120) 사이를 접속하는 약 155M의 전형적인 링크이다. 그리고 각 로컬 스위칭 서브시스템에서 운용되는 프로세서를 주변 프로세서(PP)라 한다.ATM local switching subsystems (ALS: 100-1 to 100-n) are not divided in the figure, but are divided into 'ALS / T' for providing NNI and 'ALS / S' for providing UNI. Is the number of trunk interface modules (TIMs), access switching network modules (ASNMs) that accommodate them, and call and connection control processors (CCCPs) that control subsystems. ) To provide NNI connectivity at the STM-1 or STM-4 level. Although ALS / S is not shown in the figure, as many Subscriber Interface Modules (SIMs) as Subscriber Links, Access Switching Network Modules (ASNMs) to accommodate the SIMs, calls to control subsystems, and It is composed of a Call & Connection Control Processor (CCCP) to connect subscribers of the STM-1 and DS1E / DS3 classes, and the
도 1을 참조하면, ACS(120)는 인터커넥션 스위치 네트웍 모듈(ISNM: Interconnection Switch Network Module: 미도시)과 운용보전 프로세서(OMP:122)로 구성되어 로컬 스위칭 서브시스템(100-1~n)과 연결되는 IMI에 대한 스위칭기능을 제공함과 아울러 운용 및 유지보수와 관련된 기능을 제공한다.Referring to FIG. 1, the ACS 120 includes an interconnection switch network module (ISNM) and an operation preservation processor (OMP: 122) to form a local switching subsystem 100-1 to n. It provides the switching function for IMI connected to the network and the functions related to operation and maintenance.
그리고 OMP(122)와 이더넷으로 연결되는 워크스테이션(140)은 운용자와 교환기 사이에 HMI(Human Machine Interface)기능을 제공하고, 운용자가 입력한 명령(MMC:Man Machine Command)를 교환기측에 전달함과 아울러 그 결과를 디스플레이한다.In addition, the
이러한 ATM교환기에서 작동 초기에 각종 운영체계 및 응용 프로그램이 로딩되어 시스템을 운용하게 되는데, 이때 OMP(122)에서 작동되는 로더(LIOF: Loader in OMP Function)는 OMP(122)에 위치하는 소프트웨어 블록으로서 booter와 LIPF로부터 로딩 요구를 받으면 내부 보조기억장치(INAS: Internal Auxiliary Storage)에서 로딩 블록을 읽어 해당 프로세서로 전송해 주는 기능을 수행한다. 그리고 PP(102-1∼102-n)에서 작동되는 로더(LIPF: Loader in Processor Function)는 개별 프로세서에 위치하는 소프트웨어 블록으로서 프로세서 응용 블록을 로딩하기 위하여 LIOF로 로딩을 요구하고, LIOF에서 전송되어지는 로딩 블록을 받아 자신의 메모리에 적재하고 이를 실행시키는 기능을 수행한다.Various operating systems and applications are loaded and operated at the initial stage of operation in such an ATM switch, and the loader (LIOF: Loader in OMP Function) operating in the OMP 122 is a software block located in the OMP 122. When loading request is received from booter and LIPF, it loads the loading block from internal auxiliary storage (INAS) and sends it to the processor. The Loader in Processor Function (LIPF) operating on the PPs 102-1 to 102-n is a software block located in an individual processor, which requires loading to the LIOF in order to load the processor application block, and is transmitted in the LIOF. It takes a loading block, loads it into its memory, and executes it.
한편, 본 발명에 따라 패키지의 버전을 관리하는 프로세스는 LIOF(23)의 버전관리 프로세스(LIOF_VerMgmt process)로 구현되어 HMI 운용자(21)의 명령(MMC)에 따라 OMP(도 1의 122)의 하드디스크(25)에 저장된 패키지(package)의 '버전화일'을 관리한다. 이때 하드디스크(25)에 구현된 버전화일의 포맷은 도 3에 도시된 바와 같이, 16 바이트의 현 패키지 버전 정보 필드(Current Package Version Information Field)와, 16 바이트의 이전 패키지 버전 정보 필드(Previous Package Version Information Field)로 이루어져 있다.On the other hand, the process of managing the version of the package according to the present invention is implemented as a version control process (LIOF_VerMgmt process) of the
그리고 패키지를 관리하기 위하여 본 발명에 따라 구현된 MMC에는 'DIS-PKG-VER(Display Package Version Information)'와 'CHG-PKG-VER(Change Package Version Information)', 'CRTE-PKG-VER(Create Package Version Directory)가 있다. 그리고 본 발명에 따른 ATM교환기에서 OMP 하드디스크(25)에서 루트 디랙토리(root directory)에 현재 버전의 패키지들이 저장되어 있다.In addition, the MMC implemented according to the present invention for managing a package includes' DIS-PKG-VER (Display Package Version Information) ',' CHG-PKG-VER (Change Package Version Information) ', and' CRTE-PKG-VER (Create). Package Version Directory). In the ATM switch according to the present invention, the current version of the package is stored in the root directory of the OMP
도 4는 본 발명에 따른 패키지 버전 디스플레이 방법의 흐름도이다. 도 4를 참조하면 단계 401에서 HMI를 통해 운용자가 버전 디스플레이 명령(DIS-PKG-VER)을 입력한다. 이에 따라 LIOF의 버전관리 프로세스는 단계 402에서 OMP 하드디스크에 있는 버전화일을 오픈한다. 단계 403에서는 오픈된 버전화일로부터 현재와 이전 패키지 버전 정보을 읽어오고, 단계 404에서 버전정보 리드가 성공인지를 판단한다. 단계 404에서 판단결과 리드 성공이면, 단계 405에서 패키지 버전 정보를 디스플레이하고, 리드 실패이면 단계 406에서 에러 메시지를 출력한다.4 is a flowchart of a package version display method according to the present invention. Referring to FIG. 4, in
도 5는 본 발명에 따른 패키지 버전 변경 방법의 흐름도이다. 도 5를 참조하면, 단계 501에서 HMI를 통해 운용자가 패키지 버전 변경 명령(CHG-PKG-VER)을 입력한다. 이때 새 버전(new ver)과 구 버전(old ver)의 파라메터를 입력하는데, 새 버전의 파라메터는 필수적(required)으로 요구되고, 구 버전의 파라메터는 옵션(optionla)이다.5 is a flowchart of a package version change method according to the present invention. Referring to FIG. 5, in
이어 LIOF의 버전관리 프로세스는 단계 502에서는 하드디스크 버전화일(도 3의 포맷 참조)로부터 현재 패키지 버전정보(current package version information)를 리드하고, 단계 503에서는 버전 리드를 성공하였는지 판단한다. 단계 503에서 실패이면 단계 504에서 에러 메시지를 출력한 후 종료하고, 단계 503에서 성공이면 단계 505에서는 구 버전이 지정되었는지를 판단한다. 즉, 단계 501에서 입력된 명령에 구 버전 파라메터가 입력되면 구 버전이 지정된 것이므로, 지정된 구 버전에 대해 처리하고, 지정되지 않았으면 현 버전을 구버전으로 한다.The LIOF version management process then reads the current package version information from the hard disk version file (see the format of FIG. 3) in
단계 505에서 판단결과 구 버전이 지정되지 않았으면, 단계 506에서 현재 버전 정보를 구 버전 정보로 교체한다. 즉, 단계 506에서는 버전 필드의 현 패키지 버전 정보 필드의 내용을 이전 버전 정보 필드에 카피한다.If it is determined in
단계 505에서 판단결과 구버전이 지정되었으면, 단계 507에서 구 버전정보를 버전화일에 라이트하고, 단계 508에서는 새 버전 정보를 버전화일에 라이트한다. 이어 단계 509에서는 버전화일의 변경된 버전정보를 디스플레이한다.If the determination resulted in
도 6은 본 발명에 따른 패키지 버전 생성 방법의 흐름도이다. 도 6을 참조하면, 단계 601에서는 패키지 버전 생성 명령(CRTE-PKG-VER)을 HMI 운용자가 입력한다. 이때 새 버전 파라메터도 함께 입력한다.6 is a flowchart of a method of generating a package version according to the present invention. Referring to FIG. 6, in
패키지 버전 생성 명령이 입력되면 LIOF에 구현된 버전관리 프로세스는 단계 602에서 하드디스크의 버전화일로부터 버전정보를 리드하고, 단계 603에서는 버전정보 리드가 성공인지를 판단한다. 단계 603에서 실패이면 단계 604에서 에러메시지를 출력한 후 종료하고, 단계 603에서 성공이면 단계 605에서 새 버전정보가 있는지를 검사한다. 즉, 단계 605에서는 버전화일을 읽어와 새 패키지 버전정보 영역에 새 버전이 기록되어 있는지를 검사한다.If a package version generation command is input, the version control process implemented in LIOF reads the version information from the version file of the hard disk in
단계 606에서 검사결과 새 버전정보가 있으면, 단계 607에 "새 버전이 이미존재한다"라는 메시지를 출력한 후 종료하고, 단계 606에서 검사결과 새 버전정보가 없으면, 단계 608에서 새 버전을 위한 디랙토리를 생성한다. 단계 609에서는 디랙토리 생성을 성공하였는지 판단하고, 실패하였으면 단계 610에서 에러 메시지를 출력한 후 종료한다. 단계 611에서는 버전화일에 새로운 버전정보를 라이트하고, 단계 612에서는 생성된 새 버전정보를 디스플레이한다.If the new version information is found in
이상에서 살펴본 바와 같이, 본 발명에 따라 패키지 버전 정보를 관리하면 종래와 같이 수동으로 관리할 경우의 불편함이 해소되고, 버전 불일치로 인한 시스템 오동작을 방지할 수 있으며, 구버전을 백업으로 관리하므로써 비상이 이전 버전으로 용이하게 복귀할 수 있는 효과가 있다.As described above, managing the package version information according to the present invention eliminates the inconvenience of manual management as in the prior art, prevents system malfunction due to version mismatch, and makes emergency by managing the old version as a backup. There is an effect that you can easily return to this earlier version.
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019970076981A KR100255814B1 (en) | 1997-12-29 | 1997-12-29 | Package version management of atm exchange |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019970076981A KR100255814B1 (en) | 1997-12-29 | 1997-12-29 | Package version management of atm exchange |
Publications (2)
Publication Number | Publication Date |
---|---|
KR19990056948A KR19990056948A (en) | 1999-07-15 |
KR100255814B1 true KR100255814B1 (en) | 2000-05-01 |
Family
ID=19529418
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1019970076981A KR100255814B1 (en) | 1997-12-29 | 1997-12-29 | Package version management of atm exchange |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100255814B1 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20020005801A (en) * | 2000-07-10 | 2002-01-18 | 윤종용 | Method of integrated version control |
KR100489044B1 (en) * | 2000-11-21 | 2005-05-11 | 엘지전자 주식회사 | Multi package management method |
-
1997
- 1997-12-29 KR KR1019970076981A patent/KR100255814B1/en not_active IP Right Cessation
Also Published As
Publication number | Publication date |
---|---|
KR19990056948A (en) | 1999-07-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0366341B1 (en) | Reliable database administration arrangement | |
US5528677A (en) | System for providing communications services in a telecommunications network | |
KR100292559B1 (en) | Telecommunication Network Device | |
US5664010A (en) | System and method for providing an improved telecommunications service node | |
US6944657B1 (en) | Automatic network synchronization of the network configuration with the management information database | |
KR100255814B1 (en) | Package version management of atm exchange | |
US6169994B1 (en) | Method for creating and modifying similar and dissimilar databases for use in hardware equipment configurations for telecommunication systems | |
FI109314B (en) | Procedure for transferring and posting administrative assignments relating to operating tasks from a computer to a network administration center | |
US6629263B1 (en) | Fault tolerant network element for a common channel signaling (CCS) system | |
US6545978B1 (en) | Network managing method and system | |
EP0504860A2 (en) | Method of loading down program in remote communication devices via spare lines and communication network using the method | |
KR100194809B1 (en) | Redundant Processor Function Verification Method in Asynchronous Transfer Mode Switching System | |
US7991849B1 (en) | System for managing configuration memory with transaction and redundancy support in an optical network element | |
KR100255816B1 (en) | Software block version management in atm | |
EP0948181B1 (en) | Method for creating and modifying similar and dissimilar databases for use in operator services configurations for telecommunication system | |
Koyanagi et al. | Non-stop service-enhanceable communications software platform based on an object-oriented paradigm | |
US7177920B1 (en) | Method for configuring an upgraded administrative module computer in an electronic switching system | |
KR100252513B1 (en) | How to change subscriber information at ATM switch | |
CN100450246C (en) | Method for checking transmission channel collocation parameter | |
KR19990043394A (en) | How to manage firmware version and status at ATM exchange | |
KR100237402B1 (en) | Method of managing and constructing the configuration of atm switching system | |
KR100258081B1 (en) | A method for maintenance function structure in atm switching system | |
KR100255815B1 (en) | Version management of wab in atm | |
JP3535018B2 (en) | Apparatus and method for generating TMN agent | |
KR100292992B1 (en) | A method of data creation for closed user group in atm exchange |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20030217 Year of fee payment: 4 |
|
LAPS | Lapse due to unpaid annual fee |