KR0150532B1 - Execution method of intelligent service logic using fsm - Google Patents
Execution method of intelligent service logic using fsmInfo
- Publication number
- KR0150532B1 KR0150532B1 KR1019950049360A KR19950049360A KR0150532B1 KR 0150532 B1 KR0150532 B1 KR 0150532B1 KR 1019950049360 A KR1019950049360 A KR 1019950049360A KR 19950049360 A KR19950049360 A KR 19950049360A KR 0150532 B1 KR0150532 B1 KR 0150532B1
- Authority
- KR
- South Korea
- Prior art keywords
- state
- call
- information flow
- service logic
- entry
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 13
- 230000007704 transition Effects 0.000 claims abstract description 25
- 238000012360 testing method Methods 0.000 abstract description 6
- 239000000284 extract Substances 0.000 abstract description 3
- 238000004088 simulation Methods 0.000 abstract description 3
- 238000011161 development Methods 0.000 description 9
- 238000010586 diagram Methods 0.000 description 8
- 230000006870 function Effects 0.000 description 6
- 230000000007 visual effect Effects 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 230000019771 cognition Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Landscapes
- Exchange Systems With Centralized Control (AREA)
Abstract
본 발명은 유한상태머신를 이용한 지능망 서비스로직의 수행 방법에 관한 것으로서, 지능망 시스템의 서비스 로직 수행 환경에 적용되는 유한상태머신을 이용한 지능망 서비스로직의 수행 방법에 있어서, 메세지 큐에 정보 흐름이 입력되면 입력된 정보 흐름을 메세지 큐로 부터 읽어 입력된 정보 흐름이 새로운 호를 요청하는 정보 흐름 인지를 확인하는 제 1 단계(100 내지 102); 상기 제 1 단계(100 내지 102)에서 새로운 호를 요청하는 정보 흐름이면, 서비스 로직 인스턴스(SLI)를 생성하고, 호 테이블(60)에 새로운 호에 대한 정보(요청한 호식별차, 요청한 서비스 이름, 상태번호 qo)를 삽입하고, S[q0, λ] 엔트리에 정의된 행위를 수행하고, 새로운 상태 qj로 천이하고, 입력된 정보 흐름 IFi가 새로운 호를 요청하는 정보 흐름이 아니면 입력된 정보 흐름 IFi에 실려온 호 식별자와 대응되는 호 테이블(60) 엔트리를 검색하여 상태번호 qj를 추출하고, S[qj, IFi] 엔트리에 정의된 행위를 수행하고, 상태 qj로 천이한 후 천이한 상태 qj의 상태를 파악하는 제 2 단계(103 내지 111); 및 상기 제 2 단계(103 내지 111)에서 천이한 상태 qj가 노멀(Normal) 상태이면, S[qj, λ] 엔트리에 정의된 행위를 수행하고, 상태 qj로 천이하고, 천이한 상태 qj가 대기(Wait) 상태이면, 현재 상태 번호를 호 테이블(60)을 갱신하여 저장하고, 천이한 상태 qj가 마지막(Final) 상태이며 S[qj, λ]엔트리에 정의된 행위를 수행하고, 호 테이블(60)에 현재 호에 대한 엔트리를 삭제하는 제 3 단계(112 내지 118)를 포함하여 지능망 플랫폼과 동일한 기능을 갖춘 유한 상태 머신을 이용하여 테스트 베드에서 서비스 로직을 시뮬레이션하고, 시뮬레이션 과정을 화면에 디스플레이하여 사용자로 하여금 서비스 동작을 관찰할 수 있는 효과가 있다.The present invention relates to a method of performing an intelligent network service logic using a finite state machine. In the method of performing an intelligent network service logic using a finite state machine applied to a service logic execution environment of an intelligent network system, an information flow is inputted to a message queue. A first step (100 to 102) of reading the received information flow from the message queue and confirming whether the input information flow is an information flow requesting a new call; If the information flow requesting a new call in the first step (100 to 102), a service logic instance (SLI) is created, and the information about the new call (call request difference, requested service name, Inserts the state number q o ), performs the action defined in the entry S [q 0 , λ], transitions to the new state q j , and enters if the input information flow IF i is not an information flow requesting a new call. Retrieve the call table 60 entry corresponding to the call identifier loaded on the information flow IF i and extract the state number q j , perform the actions defined in the entry S [q j , IF i ], and return to state q j . A second step (103 to 111) of grasping the state of the transitioned state q j after the transition; And if the state q j transitioned in the second steps 103 to 111 is a normal state, perform the action defined in the entry S [q j , λ], transition to state q j , and transition to If q j is in the Wait state, the current state number is stored by updating the call table 60, and the transitioned state q j is the final state and the behavior defined in the S [q j , λ] entry is stored. Simulate the service logic in a test bed using a finite state machine with the same functionality as the intelligent network platform, including performing a third step 112-118 to delete entries for the current call in the call table 60, By displaying the simulation process on the screen, the user can observe the service operation.
Description
제1도는 본 발명이 적용되는 서비스 개발환경 프로토 타입의 기능 블럭도.1 is a functional block diagram of a service development environment prototype to which the present invention is applied.
제2도는 본 발명이 적용되는 서비스 로직 수행 환경의 기능 블럭도.2 is a functional block diagram of a service logic execution environment to which the present invention is applied.
제3도는 본 발명에 이용되는 유한 상태 머신 개념도.3 is a conceptual diagram of a finite state machine used in the present invention.
제4도는 본 발명이 적용되는 서비스 로직 인스턴스 생성기에 의하여 생성된 서비스 로직 인스턴스를 나타낸 표.4 is a table showing a service logic instance created by the service logic instance generator to which the present invention is applied.
제5도는 본 발명이 적용되는 서비스 로직 수행 환경의 드라이버 구성도.5 is a driver diagram illustrating a service logic execution environment to which the present invention is applied.
제6도는 본 발명의 일실시예에 따른 전체 흐름도.6 is an overall flowchart according to an embodiment of the present invention.
본 발명은 유한상태머신을 이용한 지능망 서비스로직의 수행 방법에 관한 것이다.The present invention relates to a method of performing intelligent network service logic using a finite state machine.
통신 서비스의 개발은 고도의 전문 지식을 필요로 하며, 서비스 구조 또한 복잡하고 난해하여 많은 시간과 노력을 필요로 한다. 또한 통신 산업의 발전으로 말미암아, 서비스 제공자가 고객이 원하는 서비스를 하나씩 직접 설계하고 제공하는 방식에서 벗어나, 점차 망 운용자나 고객이 개발 환경(SCE : Service Creation Environment)을 이용하여 서비스를 정의하는 방식으로 진화하고 있다. 서비스 개발 환경은 서비스 설계자가 망의 능력을 추상적으로 표현한 표준화된 부품을 조합하여 서비스를 기술하면, 자동화 도구를 이용하여 지능망 플랫폼에서 수행 가능한 서비스 소프트웨어를 자동 생성한다. 특히, 서비스 개발 환경에서는 서비스 설계자나 고객이 새로운 서비스에 대한 개념을 쉽게 기술할 수 있도록 시각 프로그래밍 환경(Visual Programming Environment)이나 고도의 프로그래밍 기술을 요하지 않는 높은 수준(High-Level)의 서비스 기술 언어(Service Description Language)를 제공한다. 서비스 개발 환경을 이용하여 생성된 서비스 로직은 망에 도입되기 전에 검증 과정을 거처야만 한다.The development of communication services requires a high degree of expertise, and the service structure is complex and difficult, requiring a lot of time and effort. In addition, due to the development of the telecommunications industry, the service providers have no choice of designing and providing services that customers want one by one, but gradually the network operators or customers define services using the service creation environment (SCE). It is evolving. The service development environment describes a service by combining standardized parts that abstractly expresses the capabilities of the network. The service development environment automatically generates service software that can be executed on an intelligent network platform using an automation tool. Specifically, in service development environments, a high-level service description language that does not require a visual programming environment or advanced programming skills (for service architects or customers) to easily describe concepts for new services. Service Description Language). Service logic created using the service development environment must go through the verification process before being introduced into the network.
따라서, 본 발명은 지능망 플랫폼과 동일한 기능을 갖춘 유한 상태머신을 이용하여 테스트 베드에서 서비스 로직을 시뮬레이션하고, 시뮬레이션 과정을 화면에 디스플레이하여 사용자로 하여금 서비스 동작을 관찰할 수 있는 유한상태머신을 이용한 지능망 서비스로직의 수행방법을 제공하는 데 그 목적이 있다.Accordingly, the present invention simulates service logic in a test bed using a finite state machine having the same function as an intelligent network platform, and displays a simulation process on a screen to allow a user to observe service operation. The purpose is to provide a method of performing service logic.
상기 목적을 달성하기 위한 본 발명은 지능망 시스템의 서비스 로직 수행 환경에 적용되는 유한상태머신을 이용한 지능망 서비스로직의 수행 방법에 있어서, 메세지 큐에 정보 흐름이 입력되면 입력된 정보 흐름을 메세지 큐로 부터 읽어 입력된 정보 흐름 IFi가 새로운 호를 요청하는 정보 흐름 인지를 확인하는 제 1 단계; 상기 제 1 단계에서 새로운 호를 요청하는 정보 흐름이면, 서비스 로직 인스턴스(SLI)를 생성하고, 호 테이블에 새로운 호에 대한 정보(요청한 호식별차, 요청한 서비스 이름, 상태번호 qo)를 삽입하고, S[q0, λ] 엔트리에 정의된 행위를 수행하고, 새로운 상태 qj로 천이하고, 입력된 정보 흐름IFi가 새로운 호를 요청하는 정보 흐름이 아니면 입력된 정보 흐름 IFi에 실려온 호 식별자와 대응되는 호 테이블 엔트리를 검색하여 상태번호 qj를 추출하고, S[q0, IFi] 엔트리에 정의된 행위를 수행하고, 새로운 상태 qj로 천이한 후 천이한 상태 qj의 상태를 파악하는 제 2 단계; 상기 제 2 단계에서 천이한 상태 qj가 노멀(Normal) 상태이면, S[qj, λ] 엔트리에 정의된 행위를 수행하고, 상태 qj로 천이하고, 천이한 상태 qj가 대기(Wait) 상태이면, 현재 상태 번호를 호 테이블에 갱신하여 저장하고, 천이한 상태 qj가 마지막(Final) 상태이면 S[qj, λ]엔트리에 정의된 행위를 수행하고, 호 테이블에 현재 호에 대한 엔트리를 삭제하는 제 3 단계를 포함하는 것을 특징으로 한다.The present invention for achieving the above object is an intelligent network service logic execution method using a finite state machine applied to the service logic execution environment of the intelligent network system, when the information flow is input to the message queue reads the input information flow from the message queue A first step of confirming whether the input information flow IF i is an information flow requesting a new call; If the information flow requesting a new call in the first step, a service logic instance (SLI) is created, and information about the new call (required call identification, requested service name, status number q o ) is inserted into the call table. , performing the actions defined in the S [q 0, λ] entry and transitions to a new state q j, and input information to flow IF i a new call for which silryeoon to the or an input information flow IF i information flow request call Retrieves the state number q j by searching the call table entry corresponding to the identifier, performs the action defined in the entry S [q 0 , IF i ], transitions to the new state q j , and then transitions to the state q j Identifying a second step; If the state q j transits from the second phase state normally (Normal), S [q j , λ] , perform the acts defined in the entry, transition and is a transition state q j standby state q j (Wait ) State, updates and saves the current state number in the call table; if the transition state q j is final, performs the action defined in S [q j , λ] entry; And a third step of deleting an entry.
이하, 첨부된 도면을 참조하여 본 발명의 일실시예를 상세히 설명한다.Hereinafter, with reference to the accompanying drawings will be described an embodiment of the present invention;
제1도는 본 발명이 적용되는 서비스 개발환경 프로토타입의 기능 블럭도로서, 도면에서 1은 총괄 서비스 로직 편집기, 2는 분산 서비스 로직 변환기, 3은 추출기, 4는 테스트베드, 5는 정보 흐름 표시기, 6은 기능 설계 관계도 표시기를 각각 나타낸다.1 is a functional block diagram of a service development environment prototype to which the present invention is applied, in which 1 is an overall service logic editor, 2 is a distributed service logic converter, 3 is an extractor, 4 is a test bed, 5 is an information flow indicator, 6 shows the functional design relationship indicators, respectively.
사용자는 시각 프로그래밍 환경인 총괄 서비스 로직 편집기(1)를 이용하여 망의 능력을 추상적으로 표현한 SIB(Service Independent builiding Blick)를 조합하여 총괄 서비스 로직(GSL: Global Service Logic)을 기술한다. 총괄 서비스 로직 편집기(1)의 GSL은 분산 서비스 로직 변환기(2)를 통하여 지능망 플랫폼을 구성하고 있는 기능 실체들의 메세지 흐름을 표현한 분산 서비스 로직(DSL: Distributed Service Logic)으로 변환된다. 분산 서비스 로직 변환기(DSL)(2)는 지능망 플랫폼을 구성하는 기능 실체들간의 정보 흐름(IF: Information Folw)과 기능 실체 동작(FEA: Functional Entity Action)으로 구성된다. 정보 흐름(IF)은 보내는 기능 실체와 받는 기능 실체, 정보 흐름(IF)을 구성하는 데이터인 정보 요소(IE: Information Element)로 표현된다. 기능 실체 동작(FEA)은 지능망 플랫폼에 요구되는 기능을 수행하기 위한 기본 동작을 의미한다. 추출기(3)는 분산 서비스 로직 변환기(DSL)(2)로 부터 특수자원 정보, 트리거 정보, 서비스 로직, 데이터 템플릿을 추출하여 테스트베드(4)를 구성하고 있는 SRF(4-1), SSF(4-2), SCF(4-3), SDF(4-4)에 다운로딩한다. SCF(4-3)에 다운로딩된 서비스 로직은 SCF(4-3)에 있는 서비스 로직 수행 환경(SLEE: Service Logic Execution Environment)에서 수행된다. 지능망 플랫폼의 기능 실체간에 주고받는 정보흐름은 정보 흐름 표시기(5)와 기능 실체 관계도 표시기(6)를 통하여 출력되며, 사용자는 자신이 정의한 서비스가 원하는 대로 동작하는지를 관찰한다.The user describes the Global Service Logic (GSL) by combining a Service Independent builiding Blick (SIB) that abstractly expresses network capabilities using the General Service Logic Editor 1, which is a visual programming environment. The GSL of the general service logic editor 1 is converted into a distributed service logic (DSL) representing a message flow of functional entities constituting the intelligent network platform through the distributed service logic converter 2. The Distributed Service Logic Translator (DSL) 2 is composed of an Information Folw (IF) and a Functional Entity Action (FEA) between functional entities constituting the intelligent network platform. An information flow (IF) is represented by an information element (IE) which is data constituting the sending functional entity, the receiving functional entity, and the information flow IF. The functional entity operation (FEA) refers to a basic operation for performing a function required for an intelligent network platform. The extractor 3 extracts special resource information, trigger information, service logic, and data template from the distributed service logic converter (DSL) 2 to form the test bed 4 and the SRF 4-1 and SSF ( 4-2), SCF 4-3 and SDF 4-4. The service logic downloaded to the SCF 4-3 is performed in a Service Logic Execution Environment (SLEE) in the SCF 4-3. The information flow between the functional entities of the intelligent network platform is output through the information flow indicator 5 and the functional entity relationship indicator 6, and the user observes whether the service defined by the user operates as desired.
제2도는 본 발명이 적용되는 서비스 로직 수행 환경의 기능 블럭도를 나타낸다.2 is a functional block diagram of a service logic execution environment to which the present invention is applied.
서비스 개발 환경을 이용하여 생성된 서비스 로직은 서비스 로직 라이브러리(10)에 저장되며, 사용자가 테스트베드의 전화기를 사용하여 서비스 로직을 호출할 수 있는 이벤트(예: 특정 디지트 다이얼링, 온-훅)을 입력하면, 서비스 로직 인스턴스 생성기(20)는 해당 서비스 로직을 유한 상태 머신인 서비스 로직 인스턴스(SLI: Service Logic Instance)(30)로 변환하고, 서비스 로직 인스턴스 드라이버(40)는 서비스 로직 인스턴스(SLI)로 드라이빙한다.The service logic generated using the service development environment is stored in the service logic library 10, and events (e.g. specific digit dialing, on-hook) that the user can call the service logic using the testbed's phone When input, the service logic instance generator 20 converts the corresponding service logic into a service logic instance (SLI) 30, which is a finite state machine, and the service logic instance driver 40 converts the service logic instance (SLI). To drive.
제3도는 본 발명에 이용되는 유한 상태 머신의 개념도를 나타낸다.3 shows a conceptual diagram of a finite state machine used in the present invention.
도면에서 원은 상태를 나타내는데, 도면에서 (100)은 시작 상태와 (107)은 끝 상태를 나타낸다. 사각형은 상태천이 과정에 수행되는 행위를 나타낸다. 이러한 행위에는 SDF(4-4), SSF(4-2), SEF(4-1)와 같은 기능 실체에 정보 흐름을 보내는 행위(101), 기능 실체 동작(102), 기능 실체 동작 결과나 SDF(4-4), SRF(4-1), SSF(4-2)로 받은 정보 흐름의 테이터를 비교하는 행위(105)가 있다.Circles in the figure represent states, in which 100 represents the start state and 107 represents the end state. The rectangles represent the actions performed during the state transition process. These actions include sending information flows to functional entities such as SDF (4-4), SSF (4-2), and SEF (4-1) 101, functional entity behavior 102, functional entity behavior results, or SDF. (4-4), there is an act 105 of comparing data of information flows received by the SRF 4-1 and SSF 4-2.
i1(103), i2(104)는 상태 천이를 일으키는 입력으로, SDF(4-4), SRF(4-1), SSF(4-2)로부터 받는 정보 흐름을 나타낸다. λ(106)는 입력 정보 흐름에 상관없이 상태천이가 일어나도록 한다.i 1 (103) and i 2 (104) are inputs causing a state transition, and represent information flows received from the SDF 4-4, SRF 4-1, and SSF 4-2. λ 106 causes a state transition to occur regardless of the input information flow.
제4도는 본 발명이 적용되는 서비스 로직 인스턴스 생성기에 의하여 생성된 서비스 로직 인스턴스를 나타낸다.4 shows a service logic instance created by the service logic instance generator to which the present invention is applied.
생성된 서비스 로직 인스턴스(SLI)는 2차원 배열 S[qi, j]로 구성된다. qi는 상태를 나타내고, j는 입력되는 정보흐름을 나타낸다. S[qi, λ]는 입력 정보 흐름에 상관없이 엔트리엔 정의된 행위를 하고, S[qi, IFi]는 정보흐름 IFi가 입력되기를 기다렸다가, IFi가 입력되면 엔트리에 정의된 행위를 한다. 전자를 노멀(normal) 상태라 하고 후자를 대기 상태(wait)라 한다. 엔트리에 정의된 행위에는 시작, 정보 흐름 전송, 기능 실체 동작, 조건 천이, 상태 q#로 천이, 서비스 종료가 있다.The generated service logic instance SLI consists of a two-dimensional array S [q i , j]. q i denotes a state and j denotes an input information flow. S [q i , λ] acts on the entry defined regardless of the flow of input information, and S [q i , IF i ] waits for the information flow IF i to enter, then IF i enters the action defined on the entry. Do The former is called normal and the latter is called wait. The actions defined in the entry include Start, Send Information Flow, Function Entity Action, Condition Transition, Transition to State q # and End Service.
시작은 서비스 로직의 시작을 나타내고 행위이고, 정보 흐름 전송은 정보 흐름 IF#를 보내는 행위이고, 기능 실체 동작은 기능 실체 동작 fea#를 수행하는 행위를 나타낸다.The start indicates the action of the start of the service logic, the information flow transmission is the action of sending the information flow IF # , and the function entity action indicates the action of performing the function entity action fea # .
조건 천이는 조건 C#를 만족할 경우에만 상태 q#로 천이함을 나타낸다. 상태 q#천이는 상태 q#로 천이하는 행위이고, 서비스 종료는 해당 서비스 로직의 종료를 나타낸다.The conditional transition indicates a transition to state q # only if the condition C # is satisfied. State q # transition is an action of transition to state q # , and service termination indicates the termination of the corresponding service logic.
제5도는 본 발명이 적용되는 서비스 로직 수행 환경의 드라이버 구성도를 나타낸다.5 is a diagram illustrating a driver configuration of a service logic execution environment to which the present invention is applied.
서비스 로직 수행 환경 드라이버는 기능 실체 접근 관리자(50)에 있는 메세지 큐(80)로 입력되는 정보 흐름을 입력으로 받아 서비스 로직 인스턴스(SLI)에 정의된 행위를 한다.The service logic execution environment driver receives an information flow input to the message queue 80 in the functional entity access manager 50 and performs an action defined in the service logic instance SLI.
호 테이블(60)은 테스트 베드에 연결된 전화기를 통하여 호(call)를 요청하는 사용자에 대한 정보를 기록한다.The call table 60 records information about the user requesting a call through a telephone connected to the test bed.
서비스 로직 인스턴스 드라이버(40)는 호 테이블(60)을 통하여 여러개의 호에 대한 서비스 로직 인스턴스(SLI)를 드라이빙 할 수 있다.The service logic instance driver 40 may drive a service logic instance (SLI) for a plurality of calls through the call table 60.
호 테이블(60)에 저장되는 정보에는 호 식별자(call_id), 서비스 식별자(service_id), 상태 번호(state_num)등이 있다.Information stored in the call table 60 includes a call identifier (call_id), a service identifier (service_id), a state number (state_num), and the like.
제6도는 본 발명의 일실시예에 따른 서비스 로직 수행 흐름도를 나타낸다.6 is a flowchart illustrating a service logic execution according to an embodiment of the present invention.
서비스 로직 인스턴스 드라이버(40)는 메세지 큐(80)에 정보 흐름이 입력되기를 기다리다가, 정보 흐름이 입력되면(100) 입력된 정보 흐름을 메세지 큐로 부터 읽어(101) 입력된 정보 흐름 IFi가 새로운 호를 요청하는 정보 흐름 인지를 확인한다(102).The service logic instance driver 40 waits for the information flow to be input to the message queue 80, and when the information flow is input (100), the service logic instance driver 40 reads the input information flow from the message queue (101) and inputs the information flow IF i to a new value. Confirm 102 that it is the information flow requesting the call.
확인 결과 새로운 호를 요청하는 정보 흐름이면, 서비스 로직 인스턴스 (SLI)를 생성하고(103), 호테이블(60)에 새로운 호에 대한 정보(요청한 호식별자, 요청한 서비스 이름, 상태번호 q0)를 삽입하고(104), S[q0, λ] 엔트리에 정의된 행위를 수행하고(105), 새로운 상태 qj로 천이한다(106).If the check result is an information flow requesting a new call, a service logic instance (SLI) is created (103), and information about the new call (requested call identifier, requested service name, status number q 0 ) is displayed in the call table 60. Insert (104), perform the action defined in the S [q 0 , λ] entry (105), and transition to a new state q j (106).
입력된 정보 흐름 IFi가 새로운 호를 요청하는 정보 흐름이 아니면 입력된 정보 흐름 IFi에 실려온 호 식별자와 대응하는 호 테이블(60) 엔트리를 검색하여(107) 상태 번호 qj를 추출하고(108), S[qj, IFi] 엔트리에 정의된 행위를 수행한 후(109), 새로운 상태 qj로 천이한다(110).If the input information flow IF i is not an information flow requesting a new call, retrieve the call table 60 entry corresponding to the call identifier carried in the input information flow IF i (107) and extract the state number q j (108). ), After performing the action defined in the entry S [q j , IF i ] (109), transitioning to the new state q j (110).
상태 qj가 노멀(Mormal) 상태이면(111), S[qi, λ] 엔트리에 정의된 행위를 수행하고(112), 상태 qj로 천이한 후(113), 상태 qj가 노멀 상태인지를 파악하는 과정을 반복한다. 대기(Wait) 상태이면(114), 현재 상태 번호를 호 테이블(60)을 갱신하여 저장하고(115), 초기 상태로 복귀한다. 마지막(Final) 상태이면 S[qi, λ]엔트리에 정의된 행위를 수행하고(117), 호 테이블(60)에서 현재 호에 대한 엔트리를 삭제하고(118), 초기 상태로 복귀한다.If state q j is a normal state (111), then perform the action defined in the entry S [q i , λ] (112), transition to state q j (113), and then state q j is a normal state Repeat the process of identifying cognition. If it is in the Wait state (114), the current state number is updated by storing the call table 60 (115), and the state is returned to the initial state. In the final state, the action defined in the entry S [q i , λ] is performed (117), the entry for the current call is deleted from the call table 60 (118), and the state is returned to the initial state.
상기와 같이 동작하는 본 발명은 지능망 플랫폼과 동일한 기능을 갖춘 유한 상태 머신을 이용하여 테스트 베드에서 서비스 로직을 시뮬레이션하고, 시뮬레이션 과정을 화면에 디스플레이하여 사용자로 하여금 서비스 동작을 관찰할 수 있는 효과가 있다.The present invention operating as described above has the effect of simulating the service logic in the test bed using a finite state machine having the same function as the intelligent network platform, and displaying the simulation process on the screen so that the user can observe the service operation. .
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019950049360A KR0150532B1 (en) | 1995-12-13 | 1995-12-13 | Execution method of intelligent service logic using fsm |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019950049360A KR0150532B1 (en) | 1995-12-13 | 1995-12-13 | Execution method of intelligent service logic using fsm |
Publications (1)
Publication Number | Publication Date |
---|---|
KR0150532B1 true KR0150532B1 (en) | 1998-11-02 |
Family
ID=19439684
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1019950049360A KR0150532B1 (en) | 1995-12-13 | 1995-12-13 | Execution method of intelligent service logic using fsm |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR0150532B1 (en) |
-
1995
- 1995-12-13 KR KR1019950049360A patent/KR0150532B1/en not_active IP Right Cessation
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5241588A (en) | Systems and processes providing programmable or customized customer telephone information services | |
US5241580A (en) | Method for validating customized telephone services | |
US5345380A (en) | System and processes specifying customized customer telecommunication services using a graphical interface | |
EP1014265B1 (en) | Method and apparatus for testing event driven software | |
FI109069B (en) | Program structure for data communication switching devices | |
AU742324B2 (en) | Automatic generation of reconfiguration scripts for telecommunication devices | |
KR940002325B1 (en) | Method and apparatus for generating computer controlled interactive voice services | |
Mennie et al. | An architecture to support dynamic composition of service components | |
JPH07202979A (en) | Telecommunication system interface | |
US5418793A (en) | Method and apparatus for testing a complex entity | |
US5315646A (en) | Systems and processes for providing multiple interfaces for telephone services | |
Bosco et al. | A laboratory for AIN service design and validation | |
JP2000048026A (en) | Method for retrieving data inside database | |
KR0150532B1 (en) | Execution method of intelligent service logic using fsm | |
WO1992011603A1 (en) | Systems and processes for specifying customized telecommunication services | |
EP0888695B1 (en) | Service logic portability based on interface definition of execution environment in an intelligent network | |
EP1019810B1 (en) | Implementation of service independent building blocks | |
Probert et al. | Rapid generation of functional tests using MSCs, SDL and TTCN | |
KR100317227B1 (en) | Open service creation environment device and control method for intelligent network service creation | |
Niitsu et al. | Interactive specification environment for communication service software | |
US6880105B1 (en) | Mediation device development method | |
Bergland et al. | Improving the front end of the software-development process for large-scale systems | |
Sefidcon et al. | FID: feature interaction detection tool | |
Bosco et al. | An intelligent network test-bed for service design, validation and execution | |
Kamoun | Formal specification and feature interaction detection in the Intelligent Network |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 19951213 |
|
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 19951213 Comment text: Request for Examination of Application |
|
PG1501 | Laying open of application | ||
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 19980530 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 19980615 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 19980615 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
PR1001 | Payment of annual fee |
Payment date: 20010529 Start annual number: 4 End annual number: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20020529 Start annual number: 5 End annual number: 5 |
|
PR1001 | Payment of annual fee |
Payment date: 20030530 Start annual number: 6 End annual number: 6 |
|
PR1001 | Payment of annual fee |
Payment date: 20040401 Start annual number: 7 End annual number: 7 |
|
PR1001 | Payment of annual fee |
Payment date: 20050601 Start annual number: 8 End annual number: 8 |
|
PR1001 | Payment of annual fee |
Payment date: 20060601 Start annual number: 9 End annual number: 9 |
|
PR1001 | Payment of annual fee |
Payment date: 20070531 Start annual number: 10 End annual number: 10 |
|
PR1001 | Payment of annual fee |
Payment date: 20080530 Start annual number: 11 End annual number: 11 |
|
FPAY | Annual fee payment |
Payment date: 20090602 Year of fee payment: 12 |
|
PR1001 | Payment of annual fee |
Payment date: 20090602 Start annual number: 12 End annual number: 12 |
|
LAPS | Lapse due to unpaid annual fee | ||
PC1903 | Unpaid annual fee |
Termination category: Default of registration fee Termination date: 20110509 |