KR100258085B1 - A translation method of communication with signal in sdl-92 to communication with method call in chill-96 - Google Patents
A translation method of communication with signal in sdl-92 to communication with method call in chill-96 Download PDFInfo
- Publication number
- KR100258085B1 KR100258085B1 KR1019970064041A KR19970064041A KR100258085B1 KR 100258085 B1 KR100258085 B1 KR 100258085B1 KR 1019970064041 A KR1019970064041 A KR 1019970064041A KR 19970064041 A KR19970064041 A KR 19970064041A KR 100258085 B1 KR100258085 B1 KR 100258085B1
- Authority
- KR
- South Korea
- Prior art keywords
- block
- current
- node
- substep
- communication
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45504—Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
- G06F9/45516—Runtime code conversion or optimisation
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Exchange Systems With Centralized Control (AREA)
Abstract
Description
본 발명은 교환기용 소프트웨어의 개발에서 SDL-92의 문서 표현(PR)을 칠(CHILL)-96의 프로그램으로 자동 변환할 때, SDL-92의 프로세스를 칠-96 Task로 변환하는 방법에 관한 것으로서, 특히, SDL-92 PR(textual Phrase Representation)에서 칠-96의 프로그램 코드를 생성할 때, SDL-92 프로세스(Process)의 시그널(Signal)을 이용한 통신이 칠-96 타스크(Task)의 메소드(Method)를 이용한 통신과 같은 의미를 지닐 수 있도록 변환하는 방법에 관한 것이다.The present invention relates to a method of converting a process of SDL-92 into a chill-96 task when automatically converting a document representation (PR) of SDL-92 into a chill-96 program in the development of an exchange software. In particular, when generating the C-96 program code in the SDL-92 textual representation, the communication using the signal of the SDL-92 process is performed by the method of the C-96 task. It relates to a method of converting to have the same meaning as communication using a method).
교환기용 소프트웨어는 TDX(Time Division exchange)-10과 같은 교환기를 제어하는 소프트웨어로서 독립적으로 수행이 가능한 모듈로 구성되어 있으며, 각 모듈은 하나 이상의 프로세스들로 이루어져 있다. 프로세스들은 시그널을 사용하여 동기화 및 통신을 수행한다. SDL(formal Specification and Description Language)은 통신 시스템의 동작을 계층적 구조로 표현하고 시스템을 명확히 나타내기 위해 국제 표준화 기구(ITU-T)의 전신인 국제 전신 전화 자문 위원회(CCITT : International Telegraph and Consultative Committee)에서 표준화한 언어로서, 1992년에 ITU-T에서 객체 지향 개념을 추가한 SDL-92를 권고했다. SDL-92에서 행위의 기술은 프로세스에서 이루어지며, 프로세스간에 시그널을 주고받음으로서 동기화 및 통신을 수행한다. 칠은 SDL로 기술된 내용을 구현하기 위해 CCITT에서 권고한 언어로서 1996년에 ITU-T(International Telecommunication Union- Telecommunication standardization sector)에서 객체 지향의 개념을 수용한 칠-96을 권고했다. 칠-96에서 행위의 기술은 타스크로 이루어지며 타스크에 정의된 메소드를 호출함으로써 동기화 및 통신을 수행한다.The software for the exchange is software that controls the exchange, such as a time division exchange (TDX-10), and consists of modules that can be run independently. Each module consists of one or more processes. Processes use signals to synchronize and communicate. The formal specification and description language (SDL) is the International Telegraph and Consultative Committee (CCITT), the forerunner of the International Organization for Standardization (ITU-T), to express the behavior of telecommunication systems in a hierarchical structure and to clarify the system. In 1992, ITU-T recommended SDL-92, which added the object-oriented concept. In SDL-92, descriptions of actions are made in processes, and synchronization and communication is performed by sending and receiving signals between processes. Chill recommended Chill-96, which adopted the object-oriented concept in the International Telecommunication Union-Telecommunication Standardization Sector (ITU-T) in 1996 as the language recommended by the CCITT to implement the content described in SDL. In Chill-96, the description of an action consists of a task that performs synchronization and communication by invoking the methods defined in the task.
종래의 교환기용 소프트웨어 개발에서는 SDL-92에 기술된 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로 변환할 때, 개발자가 임의로 변환을 수행하였다. 따라서, 설계에서 구현까지 변환의 일관성을 유지하기가 힘들었고, 프로그램의 개발시에도 통신방법의 변환에 많은 시간이 들며, 시스템의 개발 후 유지 보수에도 여러 개발자의 참여로 인해 변환의 임의성에 의한 문제점이 야기되었다.In the conventional software development for the exchange, when the communication by signals described in SDL-92 is converted into the communication by the method call of Chill-96, the developer arbitrarily performs the conversion. Therefore, it was difficult to maintain the consistency of conversion from design to implementation, and it takes a lot of time to convert communication methods even when developing programs, and problems caused by the randomness of conversion due to the participation of various developers in maintenance after system development. It became.
상기 문제점을 해결하기 위해 본 발명은, 중첩된 구조로 되어 있는 SDL-92 PR의 구조를 계층적인 Structure tree의 구조로 변환하고, 변환된 Structure tree의 모든 프로세스 노드에 대해 각 송신 시그널에 대한 PathTravel를 호출하여 수신 프로세스를 찾은 후, 호출된 PathTravel에서 시그널의 수신 프로세스를 찾고, 탐색 경로 상의 모든 블록에 GRANT/SEIZE 정보를 기록하는 SDL-92의 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로 변환하는 방법을 제공하여, 자동으로 SDL-92의 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로 변경할 수 있도록하고, 프로그램 개발에 소모되는 시간을 절감시키며, 교환기용 소프트웨어의 설계에서 구현까지 변환의 일관성을 유지시켜, 개발 후 유지 및 보수가 용이한 시스템을 구현할 수 있도록하는데 그 목적이 있다.In order to solve the above problems, the present invention converts the structure of the SDL-92 PR, which is a nested structure, into a hierarchical structure tree, and converts PathTravel for each transmission signal to all process nodes of the converted structure tree. After calling to find the receiving process, find the receiving process of the signal in the called PathTravel, and communicate by the signal of SDL-92 which writes GRANT / SEIZE information to every block on the search path. It is possible to change the communication by SDL-92 signal to the communication by method call of Chill-96 by reducing the time spent on program development, and by designing the exchange software. The purpose is to maintain the consistency of the conversion from implementation to implementation of a system that is easy to maintain and maintain after development.
도 1은 본 발명이 적용되는 하드웨어 구성도,1 is a hardware configuration diagram to which the present invention is applied;
도 2는 본 발명에 따른 SDL-92의 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로 변환하는 전체 흐름도,2 is an overall flowchart of converting communication by a signal of SDL-92 into communication by a method call of Chill-96 according to the present invention;
도 3은 도 2의 Structure tree를 생성하기 위한 상세 처리 흐름도,3 is a detailed processing flowchart for generating a structure tree of FIG.
도 4는 도 2의 PathTravel 함수를 호출하기 위한 상세 처리 흐름도,4 is a detailed processing flowchart for calling the PathTravel function of FIG. 2;
도 5는 도 2의 탐색 경로 상의 모든 블록에 GRANT/SEIZE 정보를 기록하기 위한 상세 처리 흐름도,5 is a detailed processing flowchart for recording GRANT / SEIZE information in all blocks on the search path of FIG. 2;
도 6은 도 5의 Structure tree의 부모 노드로 이동하여 수신 프로세스 및 시그널이 이동하는 채널 또는 블록을 검색하기 위한 상세 처리 흐름도,6 is a detailed processing flow diagram for moving to a parent node of the structure tree of FIG. 5 and searching for a channel or a block to which a reception process and a signal move;
도 7은 도 5의 Structure tree의 자식 노드로 이동하여 수신 프로세스 및 시그널을 수신하는 채널과 블록을 검색한 후, PathTravel을 재귀호출 하기 위한 상세 처리 흐름도.FIG. 7 is a detailed process flow diagram for recursively calling PathTravel after moving to a child node of the structure tree of FIG. 5 and searching for a channel and a block receiving a reception process and a signal; FIG.
〈도면의 주요 부분에 대한 부호의 설명〉<Explanation of symbols for main parts of drawing>
101 : 메인 메모리 보드 102 : 중앙 처리 보드101: main memory board 102: central processing board
103 : 보조 기억 장치 104 : 입/출력 장치103: auxiliary memory 104: input / output device
105 : 유닉스 운영체제 106 : 시스템 버스105: Unix Operating System 106: System Bus
본 발명은 교환기용 소프트웨어의 개발에서 SDL-92의 문서 표현(PR)을 칠-96의 프로그램으로 자동 변환할 때, SDL-92의 프로세스를 칠-96 Task로 변환하는 방법에 관한 것으로서, 특히, 중첩된 구조로 되어 있는 SDL-92 PR의 구조를 계층적인 Structure tree의 구조로 변환하고, 변환된 Structure tree의 모든 프로세스 노드에 대해 각 송신 시그널에 대한 PathTravel를 호출하여 수신 프로세스를 찾은 후, 호출된 PathTravel에서 시그널의 수신 프로세스를 찾고, 탐색 경로 상의 모든 블록에 GRANT/SEIZE 정보를 기록하는 방법에 관한 것이다.The present invention relates to a method for converting a process of SDL-92 into a Chill-96 task when automatically converting a document representation (PR) of SDL-92 into a Chill-96 program in the development of an exchange software. After converting the structure of the SDL-92 PR, which is a nested structure, into a hierarchical structure tree, calling PathTravel for each transmission signal for all the process nodes in the converted structure tree, the receiving process is found. How to find the process of receiving signals in PathTravel and write GRANT / SEIZE information to every block on the search path.
이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 실시예를 설명한다.Hereinafter, exemplary embodiments of the present invention will be described with reference to the accompanying drawings.
도 1은 본 발명이 적용되는 하드웨어 구성도로서, SDL-92의 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로 변환하는 프로그램이 탑재되어 있는 메인 메모리 보드(101)와, 상기 메인 메모리 보드(101)에 탑재된 파일을 수행시키는 중앙 처리 보드(102)와, 상기 보드 및 장치에서 처리되는 파일 및 데이터 등을 저장하는 장치로 상기 메인 메모리 보드(101)에 탑재되지 않는 파일과 도구들을 저장하는 보조 기억장치(103)와, SDL-92의 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로의 변환이 수행되는 동안 오류, 중간 결과 및 최종 결과들에 대한 메시지를 입/출력하는 입/출력장치(104)와, 상기 보드 및 장치를 제어하는 유닉스 운영체제(105)와, 상기 각 보드 및 장치간에 상호 주고 받는 메시지나 정보를 전송하는 시스템 버스(106)로 구성된다.1 is a hardware configuration diagram to which the present invention is applied and includes a
도 2는 본 발명에 따른 SDL-92의 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로 변환하는 전체 흐름도이다.2 is an overall flowchart of converting communication by signals of SDL-92 into communication by method invocation of Chill-96 according to the present invention.
먼저, 통신 방법을 변환하기 위해서 중첩된 구조로 되어 있는 SDL-92 PR의 구조를 계층적인 Structure tree의 구조로 변환하고(200), 변환된 Structure tree의 모든 프로세스 노드에 대해 각 송신 시그널에 대한 PathTravel를 호출하여 수신 프로세스를 찾은(300) 후, 호출된 PathTravel에서 시그널의 수신 프로세스를 찾고, 탐색 경로 상의 모든 블록에 GRANT/SEIZE 정보를 기록한다(400).First, in order to convert the communication method, the structure of the SDL-92 PR having a nested structure is converted into a hierarchical structure tree (200), and PathTravel for each transmission signal for all process nodes of the converted structure tree. After finding the receiving process by calling (300), find the receiving process of the signal in the called PathTravel, and records the GRANT / SEIZE information in all blocks on the search path (400).
도 3은 도 2의 Structure tree를 생성하기 위한 상세 처리 흐름도이다.FIG. 3 is a detailed process flowchart for generating the structure tree of FIG. 2.
먼저, 현재의 블록이 시스템인가를 검사하여(201), 시스템일 경우에는 현재의 블록을 루트(root)로 갖는 시스템 노드를 생성하고, 현재의 블록을 루트노드로 등록하고 루트노드로 이동한(202) 후, 블록검사단계(203)로 가고, 시스템이 아닐 경우에는 상기 단계(202)를 거치지 않고, 블록검사단계(203)로 진행하여 현재의 블록이 블록인가를 검사한다(203). 상기 단계(203)에서 블록일 경우에는 현재의 블록을 현재 노드의 자식블록노드로 등록하고 정보를 기록한 후, 등록된 블록노드로 이동하고(204), Substructure 검사단계(205)로 가며, 블록이 아닐 경우에는, 상기 단계(204)를 거치지 않고 Substructure 검사단계(205)로 진행하여, 현재의 블록이 Substructure인가를 검사한다(205). 상기 단계(205)에서 Substructure일 경우에는 현재 노드의 자식 블록노드로 등록하고 정보를 기록한 후, 등록된 블록노드로 이동하고(206), 현재 수행 중인 단계들을 처음부터 재호출하며(207), 블록이 끝인가를 검사하는 단계(210)로 간다. 다음으로 상기 단계(205)에서 Substructure가 아닐 경우에는 현재의 블록이 프로세스인가를 검사하여(208), 프로세스일 경우에는 현재 노드의 프로세스노드로 등록하고, 정보를 기록(209)한후, 다음 단계로 진행하여 블록의 끝인가를 검사하여(210), 끝이 아닐 경우에는 상기 단계(205)로 귀환하고, 끝일 경우에는 시스템이나 Substructure의 끝인가를 검사하여(211), 끝이 아닐 경우에는 상기 단계(203)로 귀환하고, 끝일 경우에는 현수행단계를 종료하고 복귀한다.First, it checks whether the current block is a system (201), and if it is a system, creates a system node having the current block as a root, registers the current block as a root node, and moves to the root node ( After
도 4는 도 2의 PathTravel 함수를 호출하기 위한 상세 처리 흐름도로서, 해당 시그널마다 수신 프로세스를 파악하기 위해 PathTravel의 호출을 수행하는 흐름도이다.FIG. 4 is a detailed process flow diagram for calling the PathTravel function of FIG. 2, and a flow chart of calling PathTravel to grasp a reception process for each signal.
먼저, Structure tree에서 처리하지 않은 프로세스 노드중 하나를 선택하여 현재 프로세스로 두고(301), 현재 프로세스에서 송신하는 모든 시그널들을 Sig 집합에 등록하며(302), Sig 집합에서 처리하지 않은 시그널 중 하나를 현재 시그널로 선택하고(303), PathTravel을 호출한다(304). 다음으로, 상기 단계(304)에서 복귀된 프로세스의 이름이 현재 프로세스의 SEIZE 집합에 포함되어 있는가를 검사(305)하여, 없을 경우에는 복귀된 프로세스의 이름을 현재 SEIZE 집합에 추가하고(306), 다음 단계(307)로 진행하며, 있을 경우에는 상기 단계(306)를 거치지 않고, 다음 단계로 진행하여, 현재 Sig 집합에서 현재 시그널을 삭제한다(307). 그리고, 현재 프로세스의 모든 시그널을 처리하여 Sig 집합이 비었는가를 검사하여(308), 비어 있지 않을 경우에는 상기 단계(303)로 귀환하고, 비어 있을 경우에는 Structure tree의 모든 프로세스들을 처리했는가를 검사하여(309), 모든 프로세스를 다 처리하지 않은 경우에는 상기 단계(301)로 귀환하고, 다 처리한 경우에는 종료한다.First, select one of the unprocessed process nodes in the structure tree as the current process (301), register all signals sent by the current process to the Sig set (302), and register one of the unprocessed signals in the Sig set. Select the current signal (303) and call PathTravel (304). Next, it is checked 305 whether the name of the process returned in
도 5는 도 2의 탐색 경로 상의 모든 블록에 GRANT/SEIZE 정보를 기록하기 위한 상세 처리 흐름도이다.FIG. 5 is a detailed processing flowchart for recording GRANT / SEIZE information in all blocks on the search path of FIG. 2.
먼저, 현재 수신 블록의 이동 방향이 상위 블록으로 이동중인가를 판단하여(410), 상위 블록으로 이동중일 경우에는 Structure tree의 부모 노드로 이동하여 수신 프로세스를 찾고, 시그널이 이동하는 채널 또는 블록을 찾은(420) 후, 수신 블록이 계속 상위 블록으로 이동하는가를 판단한다(411). 그리고, 상기 단계(411)에서 상위 블록으로 이동하지 않을 경우에는 이동 방향을 하위로 바꾸고(412), 상기 단계(411)에서 상위 블록으로 이동할 경우 또는 상기 단계(412)가 완료된 후, PathTravel을 재귀호출 하여(413), 복귀된 값이 현 블록의 SEIZE 집합에 있는가의 여부를 검사한다(414). 상기 단계(414)에서 복귀된 값이 현 블록의 SEIZE 집합에 없을 경우에는 복귀된 값을 현 블록의 SEIZE 집합에 추가하고(415), 복귀된 값이 현 블록의 SEIZE 집합에 있을 경우 또는 상기 단계(415)가 완료된 후, 복귀 값을 다시 복귀하고 종료한다(416).First, it is determined whether the moving direction of the current receiving block is moving to the upper block (410). When moving to the upper block, the moving block is moved to the parent node of the structure tree to find the receiving process, and the channel or block to which the signal moves is found. In
다음으로, 상기 단계(410)에서 상위 블록으로 이동중이 아닐 경우(즉, 하위 블록으로 이동중일 경우)에는 Structure tree의 해당 자식 노드로 이동하여 수신 프로세스를 찾고 시그널을 수신하는 채널과 블록을 찾은 후, PathTravel을 재귀호출 하고(430), 호출한 결과 프로세스가 GRANT 집합에 있는가의 여부를 판단하여(417), GRANT 집합에 없을 경우에는 결과 프로세스를 GRANT 집합에 등록하며(418), GRANT 집합에 있을 경우 또는 상기 단계(418)가 완료된 후, 결과 프로세스를 복귀하고 종료한다(419).Next, if it is not moving to the upper block (ie, moving to the lower block) in
도 6은 도 5의 Structure tree의 부모 노드로 이동하여 수신 프로세스 및 시그널이 이동하는 채널 또는 블록을 검색하기 위한 상세 처리 흐름도이다.FIG. 6 is a detailed process flow diagram for searching for a channel or a block to which a reception process and a signal move by moving to a parent node of the structure tree of FIG. 5.
먼저, Structure tree에서 현 노드의 부모 노드로 이동하고(421), 이동한 노드가 말단 블록(leaf block)인가의 여부를 판단하여(422), 말단 블록 노드일 경우에는 현재 시그널을 수신하는 수신측의 블록이나 프로세스를 찾고(423), 수신측이 프로세스인가의 여부를 판단한다(424). 상기 단계(424)에서 수신측이 프로세스일 경우에는 수신 프로세스의 이름을 복귀 값으로 하여 복귀하고(425), 수신측이 프로세스가 아닐 경우(즉, 블록일 경우)에는 현재 시그널이 이동하는 채널을 찾는다(426). 다음으로, 상기 단계(422)에서 말단 블록 노드가 아닐 경우에는 현재 시그널이 이동하는 채널을 찾고(427), 시그널을 수신하는 블록을 찾는다(428).First, in the structure tree, it moves to the parent node of the current node (421), determines whether the moved node is a leaf block (422), and in the case of an end block node, a receiving side receiving the current signal. A block or process is searched for (423), and it is determined whether the receiver is a process (424). In
도 7 은 도 5의 Structure tree의 자식 노드로 이동하여 수신 프로세스 및 시그널을 수신하는 채널과 블록을 검색한 후, PathTravel을 재귀호출 하기 위한 상세 처리 흐름도이다.FIG. 7 is a detailed process flow diagram for recursively calling PathTravel after searching for a channel and a block receiving a reception process and a signal by moving to a child node of the structure tree of FIG. 5.
먼저, Structure tree에서 해당 자식 노드로 이동하고(431), 이동한 노드가 말단 블록인가의 여부를 판단하여(432), 말단 블록이 아닐 경우에는 현재 시그널이 이동하는 채널을 찾고(433), 현재 시그널을 수신하는 블록을 찾은(434) 후, PathTravel을 재귀호출 한다(435).First, it moves to a corresponding child node in the structure tree (431), determines whether the moved node is an end block (432), and if it is not an end block, finds a channel to which the current signal moves (433), and After finding the block that receives the signal (434), the PathTravel is recursively called (435).
상기와 같이 본 발명에 따른 SDL-92의 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로 변환하는 방법은 자동으로 SDL-92의 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로 변경할 수 있도록하고, 프로그램 개발에 소모되는 시간을 절감시키며, 교환기용 소프트웨어의 설계에서 구현까지 변환의 일관성을 유지시켜, 개발 후 유지 및 보수가 용이한 시스템을 구현할 수 있다.As described above, the method of converting communication by SDL-92 signal to communication by method call of Chill-96 automatically converts communication by SDL-92 signal by method call of Chill-96. It is possible to change the system, reduce the time required for program development, and maintain the consistency of the conversion from design to implementation of the exchange software, so that the system can be easily maintained and maintained after development.
그리고, 상기에 설명한 본 발명은, 본 발명이 속하는 기술분야에서 통상의 지식을 가진자에게 있어 본 발명의 기술적 사상을 벗어나지 않는 범위내에서 여러 가지 치환, 변환 및 변경이 가능하므로, 전술한 실시예 및 도면에 한정되는 것은 아니다.The present invention described above is capable of various substitutions, conversions, and modifications within the scope of the technical idea of the present invention to those skilled in the art, and thus, the embodiments described above. And it is not limited to drawing.
본 발명은 중첩된 구조로 되어 있는 SDL-92 PR의 구조를 계층적인 Structure tree의 구조로 변환하고, 변환된 Structure tree의 모든 프로세스 노드에 대해 각 송신 시그널에 대한 PathTravel를 호출하여 수신 프로세스를 찾은 후, 호출된 PathTravel에서 시그널의 수신 프로세스를 찾고, 탐색 경로 상의 모든 블록에 GRANT/SEIZE 정보를 기록하는 에스디엘-92의 시그널에 의한 통신을 칠-96의 메소드 호출에 의한 통신으로 변환하는 방법을 제공함으로써, 소프트웨어의 개발에서 통신 방법의 잘못된 변환에 기인하는 오류의 발생을 감소시켜 프로그램의 개발 시간을 단축시키며, 교환기용 소프트웨어의 설계에서 구현까지 변환의 일관성을 유지시켜, 개발 후 유지 및 보수가 용이한 시스템을 구현할 수 있는 효과가 있다.The present invention converts the structure of the SDL-92 PR, which is a nested structure, into a hierarchical structure tree, calls PathTravel for each transmission signal to all process nodes of the converted structure tree, and finds a receiving process. Provides a way to find the signal receiving process in the called PathTravel and convert the communication by the signals of SL-92, which records GRANT / SEIZE information to all blocks on the search path, to the communication by calling the method of Chill-96. This reduces the development time of the program by reducing the occurrence of errors due to incorrect conversion of the communication method in software development, and maintains the consistency of conversion from design to implementation of the exchanger software, making it easy to maintain and maintain after development. It is effective to implement a system.
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019970064041A KR100258085B1 (en) | 1997-11-28 | 1997-11-28 | A translation method of communication with signal in sdl-92 to communication with method call in chill-96 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019970064041A KR100258085B1 (en) | 1997-11-28 | 1997-11-28 | A translation method of communication with signal in sdl-92 to communication with method call in chill-96 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR19990043061A KR19990043061A (en) | 1999-06-15 |
KR100258085B1 true KR100258085B1 (en) | 2000-06-01 |
Family
ID=19525909
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1019970064041A KR100258085B1 (en) | 1997-11-28 | 1997-11-28 | A translation method of communication with signal in sdl-92 to communication with method call in chill-96 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100258085B1 (en) |
-
1997
- 1997-11-28 KR KR1019970064041A patent/KR100258085B1/en not_active IP Right Cessation
Also Published As
Publication number | Publication date |
---|---|
KR19990043061A (en) | 1999-06-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5987511A (en) | Communication system capable of exchanging software and restarting with all information preserved | |
US6134515A (en) | Controlling a first type telecommunications switch upon translating instructions for a second type telecommunications switch | |
JPH0797873B2 (en) | A device for generating information and instructions for entering into a program memory of a computer | |
US4694422A (en) | Protocol validation system | |
KR100258085B1 (en) | A translation method of communication with signal in sdl-92 to communication with method call in chill-96 | |
US5331569A (en) | Method and system for logic change in an automatic logic synthesis system | |
CN118069738A (en) | Real-time data synchronization method and device for heterogeneous database and readable storage medium | |
US5933636A (en) | Method for creating software for telecommunication switches | |
KR100276080B1 (en) | A translation method from process in sdl-92 to task in chill-96 | |
JP3443135B2 (en) | Record conversion processor | |
KR100418967B1 (en) | Apparatus And Method for Global Title Translation of Signalling Message in No.7 Signalling Network | |
KR100367090B1 (en) | Method of split of transition caused by signal reception in SDL | |
KR100231699B1 (en) | A method of data creation in PSTN subscriber | |
KR0126217B1 (en) | Database method of dgs-200 system | |
KR100304359B1 (en) | Decomposition method of procedure with signal reception in sol | |
JP3383951B2 (en) | Translator creation method | |
KR950005987B1 (en) | Maintenance system in electronic exchange | |
Botsch et al. | EWSD, A real-time communication system with high-level language software | |
KR0132945B1 (en) | Method for data processing forming packet processing module | |
KR100211046B1 (en) | Communication method between user and chill processor in test environment of switching system | |
CN117149149A (en) | Development framework and development method for synchronous remote call based on Qt | |
KR930010282B1 (en) | Output message transfer method in electronic exchanges | |
CN118069739A (en) | Data synchronization management method, device, computer equipment and readable storage medium | |
KATO et al. | Optimization of concurrent process program specification | |
CN115481346A (en) | Resource information processing method, device, equipment and storage medium |
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: 20040302 Year of fee payment: 5 |
|
LAPS | Lapse due to unpaid annual fee |