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 PDF

Info

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
Application number
KR1019970064041A
Other languages
Korean (ko)
Other versions
KR19990043061A (en
Inventor
이시영
박경숙
김승호
Original Assignee
이계철
대한민국전기통신공사
정선종
대한민국전자통신연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 이계철, 대한민국전기통신공사, 정선종, 대한민국전자통신연구원 filed Critical 이계철
Priority to KR1019970064041A priority Critical patent/KR100258085B1/en
Publication of KR19990043061A publication Critical patent/KR19990043061A/en
Application granted granted Critical
Publication of KR100258085B1 publication Critical patent/KR100258085B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45516Runtime 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

PURPOSE: A method for converting a communication through a signal of SDL-92 into a communication through method paging of CHIILL-96 is provided to decrease an error, and perform a maintenance and a repair easily by converting the SDL-92 structure into a hierarchical structure tree. CONSTITUTION: A structure of an SDL(formal Specification and Description Language)-92 PR(textual Phrase Representation) is converted into a hierarchical structure tree(200). At this time, the structure of an SDL-92 PR has an overlaid structure in order to convert a communication method. A receipt process is searched by paging a path travel about each transmission signal of all nodes of the converted hierarchical structure tree(300). After this, a receipt process of a signal is searched from the path travel, and GRAND/SEIZE information is written at all blocks on a search path(400).

Description

에스디엘-92의 시그널에 의한 통신에서 칠-96의 메소드 호출에 의한 통신으로의 변환방법How to convert from SD-92 signal to C-96 method call

본 발명은 교환기용 소프트웨어의 개발에서 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 main memory board 101 having a program for converting communication by signals of SDL-92 into communication by method calls of Chill-96, and the main memory. The central processing board 102, which executes files mounted on the board 101, and files and tools that are not mounted on the main memory board 101 as a device for storing files and data processed by the board and the device. Input and output messages for errors, intermediate results, and final results during conversion of auxiliary storage 103 to the storage, and communication by signals of SDL-92 to communication by method calls of Chill-96. And an input / output device 104, a Unix operating system 105 for controlling the boards and devices, and a system bus 106 for transmitting messages and information to and from each other.

도 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 step 202, the process goes to the block checking step 203, and if it is not a system, the process proceeds to the block checking step 203 without checking the step 202 to check whether the current block is a block (203). In the case of block 203, the current block is registered as a child block node of the current node and the information is recorded. Then, the block is moved to the registered block node (204), and the substructure inspection step 205 proceeds. If not, the process proceeds to the substructure inspection step 205 without passing through the step 204 to check whether the current block is a substructure (205). In the case of the substructure in the step 205, after registering as a child block node of the current node and recording information, it moves to the registered block node (206), recalls the steps currently being performed from the beginning (207), and blocks Go to step 210 to check if this is the end. Next, in step 205, if it is not a substructure, it is checked whether the current block is a process (208). If it is a process, it registers as a process node of the current node, records information (209), and then proceeds to the next step. Proceed to check if the end of the block (210), if not the end returns to the step 205, if it is the end checks whether the end of the system or substructure (211), if not the end Returning to (203), if it is the end, the execution phase ends and returns.

도 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 step 304 is included in the SEIZE set of the current process, if not, adds the name of the returned process to the current SEIZE set (306), and In step 307, if not present, the process proceeds to the next step without going through the step 306, and deletes the current signal from the current Sig set (307). Then, all signals of the current process are processed to check whether the Sig set is empty (308), and if not empty, return to the step 303, and if empty, check whether all processes of the structure tree have been processed. 309, if all processes have not been processed, the process returns to step 301, and if all processes have been completed, the process ends.

도 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 operation 420, it is determined whether the reception block continues to move to a higher block (411). In case of not moving to the upper block in step 411, the moving direction is changed to the lower part in step 412, and in case of moving to the upper block in step 411 or after the step 412 is completed, PathTravel is recursed. Call (413), and check whether the returned value is in the SEIZE set of the current block (414). If the returned value is not in the SEIZE set of the current block in step 414, the returned value is added to the SEIZE set of the current block (415), and if the returned value is in the SEIZE set of the current block or the step After 415 is complete, the return value is returned again and ends (416).

다음으로, 상기 단계(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 step 410, after moving to the child node of the structure tree to find the receiving process and find the channel and block receiving the signal , Recursively call PathTravel (430), determine whether the calling process is in the GRANT set (417), and if it is not in the GRANT set, register the resulting process in the GRANT set (418). Or after step 418 is complete, the resulting process returns and ends (419).

도 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 step 424, if the receiver is a process, the receiver returns the name of the receiving process as a return value (425). If the receiver is not a process (i.e., a block), the channel to which the current signal moves is selected. Find (426). Next, in step 422, if it is not an end block node, it searches for a channel to which the current signal moves (427), and finds a block for receiving the signal (428).

도 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)

유닉스 운영체제 환경의 컴퓨터에 적용되어 소프트웨어의 개발시 SDL-92의 시그널에 의한 통신을 칠(CHILL)-96의 메소드 호출에 의한 통신으로 변환하는 방법에 있어서,In the method of converting communication by SDL-92 signal to communication by method call of CHILL-96 when it is applied to computer of Unix operating system environment, 통신 방법의 변환을 위해서 중첩 구조로 되어 있는 SDL-92 PR의 구조를 계층적인 Structure tree의 구조로 변환하는 제 1 과정과;A first step of converting a structure of the SDL-92 PR having a superimposed structure into a structure of a hierarchical structure tree for converting a communication method; 상기 제 1 과정에서 변환된 Structure tree의 모든 프로세스 노드의 각 송신 시그널에 대해 PathTravel를 호출하여 수신 프로세스를 찾는 제 2 과정과;A second step of finding a reception process by calling PathTravel for each transmission signal of all process nodes of the structure tree converted in the first step; 상기 제 2 과정에서 호출된 PathTravel에서 시그널의 수신 프로세스를 찾고, 탐색 경로 상의 모든 블록에 GRANT/SEIZE 정보를 기록하는 제 3 과정을 포함하는 것을 특징으로 하는 에스디엘-92의 시그널에 의한 통신에서 칠-96의 메소드 호출에 의한 통신으로의 변환방법.And a third step of finding a signal receiving process in PathTravel called in the second step, and recording GRANT / SEIZE information in all blocks on the search path. How to convert to communication by calling a method of -96. 제 1 항에 있어서,The method of claim 1, 상기 제 1 과정은, 현재의 블록이 시스템인가의 여부를 판단하는 제 1 단계와;The first process includes a first step of determining whether a current block is a system; 상기 제 1 단계에서 시스템일 경우, 현재의 블록을 루트로 갖는 시스템 노드를 생성하고 현재의 블록을 루트 노드로 등록하고 루트 노드로 이동하는 제 2 단계와;A second step of creating a system node having a current block as a root, registering the current block as a root node and moving to a root node when the system is the first step; 상기 제 1 단계에서 시스템이 아닐 경우 또는 상기 제 2 단계가 완료된 후, 현재의 블록이 블록인가의 여부를 판단하는 제 3 단계와;A third step of determining whether the current block is a block if the system is not the system in the first step or after the second step is completed; 상기 제 3 단계에서 블록일 경우 현재의 블록을 현재 노드의 자식 블록 노드로 등록하고 정보를 기록하고 등록된 블록 노드로 이동하는 제 4 단계와;A fourth step of registering a current block as a child block node of the current node, recording information, and moving to a registered block node when the block is the third step; 상기 제 3 단계에서 블록이 아닐 경우 또는 상기 제 4 단계가 완료된 후, substructure 인가의 여부를 검사하는 제 5 단계와;A fifth step of checking whether the substructure is applied when the third step is not a block or after the fourth step is completed; 상기 제 5 단계에서 substructure일 경우 현재 노드의 자식 블록 노드로 등록하고 정보를 기록한 후, 등록된 블록 노드로 이동하는 제 6 단계와;A sixth step of registering as a child block node of the current node and recording information after moving to a registered block node in the fifth step; 상기 제 6 단계가 완료된 후, 현재 수행중인 단계들을 처음부터 재호출하는 제 7 단계와;A seventh step of recalling steps currently being performed from the beginning after the sixth step is completed; 상기 제 5 단계에서 substructure가 아닐 경우, 프로세스인가의 여부를 검사하는 제 8 단계와;An eighth step of checking whether it is a process if it is not a substructure in the fifth step; 상기 제 8 단계에서 프로세스일 경우, 현재 노드의 프로세스 노드로 등록하고, 정보를 기록하는 제 9 단계와;A ninth step of registering as a process node of the current node and recording information in the case of the process in the eighth step; 상기 제 7 단계 또는 제 8 단계 또는 제 9 단계가 완료된 후, 블록의 끝인가를 검사하여, 끝이 아닐 경우 상기 제 5 단계로 귀환하는 제 10 단계와;A tenth step of checking whether the end of the block is completed after the seventh, eighth, or ninth step is completed, and returning to the fifth step if it is not the end; 상기 제 10 단계에서 끝일 경우, 시스템 또는 Substructure의 끝인가를 검사하여, 끝이 아닐 경우 상기 제 3 단계로 귀환하고, 끝일 경우 현 수행 단계를 종료하고 복귀하는 제 11 단계를 포함하는 것을 특징으로 하는 에스디엘-92의 시그널에 의한 통신에서 칠-96의 메소드 호출에 의한 통신으로의 변환방법.If it is the end in the tenth step, it checks whether the end of the system or substructure, and if it is not the end, returning to the third step, and if the end comprises the eleventh step of ending the current execution step and returning How to convert from communication by SD-92 signal to communication by method call of Chill-96. 제 1 항에 있어서,The method of claim 1, 상기 제 2 과정은, Structure tree에서 처리하지 않은 프로세스 노드중 하나를 현재 프로세스로 선택하는 제 1 단계와;The second process includes a first step of selecting one of the process nodes not processed in the structure tree as the current process; 상기 제 1 단계에서 선택한 현재 프로세스의 송신 시그널들을 Sig 집합에 등록하는 제 2 단계와;A second step of registering transmission signals of the current process selected in the first step to a Sig set; 상기 제 2 단계의 Sig 집합에서 처리하지 않은 시그널 중 하나를 현재 시그널로 선택하는 제 3 단계와;A third step of selecting one of signals not processed in the Sig set in the second step as a current signal; 상기 제 3 단계가 완료된 후, PathTravel을 호출하는 제 4 단계와;A fourth step of calling PathTravel after the third step is completed; 상기 제 4 단계에서 호출된 프로세스의 이름이 현재 프로세스의 SEIZE 집합에 포함되어 있는가를 검사하는 제 5 단계와;A fifth step of checking whether the name of the process called in the fourth step is included in the SEIZE set of the current process; 상기 제 5 단계에서 SEIZE 집합에 포함되지 않을 경우, 복귀된 프로세스의 이름을 현재 SEIZE 집합에 추가하는 제 6 단계와;A sixth step of adding the name of the returned process to the current SEIZE set if it is not included in the SEIZE set in the fifth step; 상기 제 5 단계에서 SEIZE 집합에 포함된 경우 또는 상기 제 6 단계가 완료된 후, 현재 Sig 집합에서 현재 시그널을 삭제하는 제 7 단계와;A seventh step of deleting the current signal from the current Sig set when included in the SEIZE set in the fifth step or after the sixth step is completed; 현재 프로세스의 모든 시그널을 처리하였는가를 검사하여, 처리하지 않은 경우 상기 제 3 단계로 귀환하는 제 8 단계와;An eighth step of checking whether all signals of the current process have been processed, and returning to the third step if not; 상기 제 8 단계에서 모든 시그널을 처리한 경우 Structure tree의 모든 프로세스들을 처리했는가를 검사하여, 처리하지 않은 경우 상기 제 1 단계로 귀환하고, 처리한 경우 종료하는 제 9 단계를 포함하는 것을 특징으로 하는 에스디엘-92의 시그널에 의한 통신에서 칠-96의 메소드 호출에 의한 통신으로의 변환방법.In the case of processing all signals in the eighth step, it is checked whether all processes of the structure tree have been processed, and if not, returning to the first step, and if the processing comprises a ninth step of terminating How to convert from communication by SD-92 signal to communication by method call of Chill-96. 제 1 항에 있어서,The method of claim 1, 상기 제 3 과정은, 현재 수신 블록의 이동 방향이 상위 블록으로 이동중인가를 판단하는 제 1 단계와;The third process includes: a first step of determining whether a movement direction of a current reception block is moving to an upper block; 상기 제 1 단계에서 상위 블록으로 이동중일 경우, Structure tree의 부모 노드로 이동하여 수신 프로세스를 찾고, 시그널이 이동하는 채널 또는 블록을 찾는 제 2 단계와;A second step of moving to a parent node of a structure tree to find a receiving process and finding a channel or a block to which a signal moves when moving to a higher block in the first step; 상기 제 1 단계에서 하위 블록으로 이동중일 경우, Structure tree의 해당 자식 노드로 이동하여 수신 프로세스를 찾고 시그널을 수신하는 채널과 블록을 찾은 후, PathTravel을 재귀호출 하는 제 3 단계와;A third step of moving to a corresponding child node of a structure tree to find a receiving process, finding a channel and a block receiving a signal, and then recursively calling PathTravel when moving to a lower block in the first step; 상기 제 2 단계가 완료된 후, 수신 블록이 계속 상위 블록으로 이동하는가를 판단하는 제 4 단계와;A fourth step of determining whether the receiving block continues to move to a higher block after the second step is completed; 상기 제 4 단계에서 상위 블록으로 이동하지 않을 경우, 이동 방향을 하위로 바꾸는 제 5 단계와;A fifth step of changing a movement direction to a lower direction when not moving to an upper block in the fourth step; 상기 제 4 단계에서 상위 블록으로 이동할 경우 또는 상기 제 5 단계가 완료된 후, PathTravel을 재귀호출 하는 제 6 단계와;A sixth step of recursively calling PathTravel when moving to a higher block in the fourth step or after the fifth step is completed; 상기 제 6 단계에서 복귀된 값이 현 블록의 SEIZE 집합에 있는가의 여부를 검사하는 제 7 단계와;A seventh step of checking whether the value returned in the sixth step is in the SEIZE set of the current block; 상기 제 7 단계에서 포함되어 있지 않을 경우, 복귀된 값을 현 블록의 SEIZE 집합에 추가하는 제 8 단계와;An eighth step of adding the returned value to the SEIZE set of the current block if it is not included in the seventh step; 상기 제 7 단계에서 포함된 경우 또는 상기 제 8 단계가 완료된 후, 복귀 값을 다시 복귀하고 종료하는 제 9 단계와;A ninth step, if included in the seventh step or after the eighth step is completed, returning to a return value again and ending; 상기 제 3 단계가 완료된 후, 재호출한 결과 프로세스가 GRANT 집합에 있는가의 여부를 판단하는 제 10 단계와;A tenth step of determining whether or not the process is in the GRANT set as a result of the recall after the third step is completed; 상기 제 10 단계에서 GRANT 집합에 없을 경우 결과 프로세스를 GRANT 집합에 등록하는 제 11 단계와;An eleventh step of registering the resulting process with the GRANT set if it is not in the GRANT set in the tenth step; 상기 제 10 단계에서 GRANT 집합에 있을 경우 또는 상기 제 11 단계가 완료된 후, 결과 프로세스를 복귀하고 종료하는 제 12 단계를 포함하는 것을 특징으로 하는 에스디엘-92의 시그널에 의한 통신에서 칠-96의 메소드 호출에 의한 통신으로의 변환방법.A twelfth step of returning to and terminating the resultant process if it is in the GRANT set in the tenth step or after the eleventh step is completed. How to convert to communication by calling a method. 제 4 항에 있어서,The method of claim 4, wherein 상기 제 2 단계는, Structure tree에서 현 노드의 부모 노드로 이동하는 제 1 부단계와;The second step includes: a first substep of moving to a parent node of a current node in a structure tree; 상기 제 1 부단계에서 이동한 노드가 말단 블록인가의 여부를 판단하는 제 2 부단계와;A second substep of determining whether the node moved in the first substep is an end block; 상기 제 2 부단계에서 말단 블록 노드일 경우 현재 시그널을 수신하는 수신측의 블록이나 프로세스를 찾는 제 3 부단계와;A third substep of searching for a block or a process of a receiving side that receives a current signal when the terminal block node is the second substep; 상기 제 3 부단계가 완료된 후, 수신측이 프로세스인가의 여부를 판단하는 제 4 부단계와;A fourth substep of determining whether a receiving side is a process after the third substep is completed; 상기 제 4 부단계에서 수신측이 프로세스일 경우 수신 프로세스의 이름을 복귀 값으로 하여 복귀하는 제 5 단계와;A fifth step of returning the name of the receiving process as a return value when the receiving side is a process in the fourth sub-step; 상기 제 4 부단계에서 수신측이 프로세스가 아닐 경우 현재 시그널이 이동하는 채널을 찾는 제 6 부단계와;A sixth substep of searching for a channel to which a current signal moves when the receiving end is not a process in the fourth substep; 상기 제 2 부단계에서 말단 블록 노드가 아닐 경우 현재 시그널이 이동하는 채널을 찾는 제 7 부단계와;A seventh substep of searching for a channel to which a current signal moves when the second substep is not an end block node; 상기 제 7 부단계가 완료된 후, 시그널을 수신하는 블록을 찾는 제 8 부단계를 포함하는 것을 특징으로 하는 에스디엘-92의 시그널에 의한 통신에서 칠-96의 메소드 호출에 의한 통신으로의 변환방법.And after the seventh sub-step is completed, an eighth sub-step of searching for a block for receiving a signal from the communication of the SD-92 signal to the communication by the method call of the seven-96. . 제 4 항에 있어서,The method of claim 4, wherein 상기 제 3 단계는, Structure tree에서 해당 자식 노드로 이동하는 제 1 부단계와;The third step may include a first substep of moving to a corresponding child node in a structure tree; 상기 제 1 부단계에서 이동한 노드가 말단 블록인가의 여부를 판단하는 제 2 부단계와;A second substep of determining whether the node moved in the first substep is an end block; 상기 제 2 부단계에서 말단 블록이 아닐 경우 현재 시그널이 이동하는 채널을 찾는 제 3 부단계와;A third substep of searching for a channel to which a current signal moves when the second substep is not a terminal block; 상기 제 3 부단계가 완료된 후, 현재 시그널을 수신하는 블록을 찾는 제 4 부단계와;A fourth substep of finding a block for receiving a current signal after the third substep is completed; 상기 제 4 부단계가 완료된 후, PathTravel을 재귀호출하는 제 5 부단계를 포함하는 것을 특징으로 하는 에스디엘-92의 시그널에 의한 통신에서 칠-96의 메소드 호출에 의한 통신으로의 변환방법.And a fifth substep of recursively calling PathTravel after the fourth substep is completed, from the communication by the signal of SL-92 to the communication by the method call of Chill-96.
KR1019970064041A 1997-11-28 1997-11-28 A translation method of communication with signal in sdl-92 to communication with method call in chill-96 KR100258085B1 (en)

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)

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