KR20040035186A - Instruction processing apparatus and method for transmission equipment - Google Patents

Instruction processing apparatus and method for transmission equipment Download PDF

Info

Publication number
KR20040035186A
KR20040035186A KR1020020063938A KR20020063938A KR20040035186A KR 20040035186 A KR20040035186 A KR 20040035186A KR 1020020063938 A KR1020020063938 A KR 1020020063938A KR 20020063938 A KR20020063938 A KR 20020063938A KR 20040035186 A KR20040035186 A KR 20040035186A
Authority
KR
South Korea
Prior art keywords
command
code
commands
codes
system function
Prior art date
Application number
KR1020020063938A
Other languages
Korean (ko)
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 KR1020020063938A priority Critical patent/KR20040035186A/en
Publication of KR20040035186A publication Critical patent/KR20040035186A/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/22Arrangements for supervision, monitoring or testing
    • H04M3/24Arrangements for supervision, monitoring or testing with provision for checking the normal operation
    • H04M3/241Arrangements for supervision, monitoring or testing with provision for checking the normal operation for stored program controlled exchanges
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/08Indicating faults in circuits or apparatus
    • H04M3/10Providing fault- or trouble-signals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M2203/00Aspects of automatic or semi-automatic exchanges
    • H04M2203/05Aspects of automatic or semi-automatic exchanges related to OAM&P

Abstract

PURPOSE: A device for processing a command of a transmission equipment and a method therefor are provided to give each ID number to commands, and to search system functions with the ID numbers of the commands at a command table when the commands are inputted, then to call the searched system functions, thereby reducing dependency between command codes and system codes. CONSTITUTION: A command processor(20) decodes inputted commands in order to set and inquire about an equipment state by an operator, codes the decoded commands, and processes the coded commands. An interface part(23) calls system functions identical with ID numbers of command codes, and interfaces the called system functions with the command codes. When call signals of the system functions are inputted, a system part(24) sets and inquires about the system codes corresponding to the inputted call signals. A command table(23) is installed between a command code part(22) and the system part(24), so as to reduce dependency between the command codes and the system functions.

Description

전송장비의 명령어 처리장치 및 방법{INSTRUCTION PROCESSING APPARATUS AND METHOD FOR TRANSMISSION EQUIPMENT}Command processing device and method of transmission equipment {INSTRUCTION PROCESSING APPARATUS AND METHOD FOR TRANSMISSION EQUIPMENT}

본 발명은 전송장비의 명령어 처리장치 및 방법에 관한 것으로, 특히 전화 통신 장비의 상태를 설정 및 조회함에 있어, 명령어 테이블을 통해 명령어 코드와 시스템 함수를 일대일로 정합하여 명령어 코드와 시스템 함수사이의 의존도를 줄일 수 있도록 한 전송장비의 명령어 처리장치 및 방법에 관한 것이다.The present invention relates to an apparatus and a method for processing a command of a transmission device. In particular, in setting and inquiring a state of a telephony device, a dependency between the command code and a system function is matched one-to-one through a command table. The present invention relates to an apparatus and a method for processing a command of a transmission device.

일반적으로, 전화통신 장비의 운용자들은 장비의 상태를 조회하거나 설정하기 위해서 GUI(Graphic User Interface)를 통해 명령어를 수행한다.In general, operators of telephony equipment execute commands through a graphical user interface (GUI) to inquire or set the status of the equipment.

이러한 명령어들은 시스템 관련 함수를 호출하여 장비의 여러가지 상태를 나타내주는데 있어 명령어 함수와 시스템 함수의 수행기능의 구분이 명확하지 않았다.These commands call the system related functions to indicate the various states of the equipment, and it is not clear how the command functions and the system functions perform.

즉, 명령어가 입력되면 명령어 툴을 통해 상위 어플리케이션에 해당하는 명령어 함수로 파싱(Parsing)이 되고 여기서 일부의 기능을 수행하고 시스템 형상을 조회, 설정하기 위해 각기 필요한 시스템 함수들을 호출하고 시스템 함수들 사이에서도 테스크(Task)들에 상관없이 필요한 부분을 직접조회하는 등의 시스템 부분의 내부적, 외부적으로 의존도가 높았다.In other words, when a command is input, it is parsed to a command function corresponding to the parent application through the command tool, and the system functions are called to perform some functions and to retrieve and set the system configuration. In addition, the system depended heavily on the internal and external parts of the system, such as inquiring the necessary parts directly regardless of tasks.

도 1은 종래 전화통신 전송장비의 명령어 처리장치의 구성을 보인 예시도로서, 이에 도시한 바와 같이 운용자의 명령어가 입력되면 이를 해독하여 그에 맞는 명령어에 의해 시스템부(13)의 소정개의 시스템 함수(System function 1~System function n)가 호출되고 이러한 시스템 함수(System function 1~System function n)는 명령어 함수에 의존적인 구조로 되어있어 시스템 형상이나 구조가 바뀌면 상위 어플리케이션에 해당하는 명령어 코드(Command Code 1~Command Code n)(12)를 다시 수정해야 하는 구조이다.1 is an exemplary view showing a configuration of a command processing apparatus of a conventional telecommunications transmission equipment. As shown in FIG. 1, when an operator's command is input, the predetermined command function of the system unit 13 is interpreted by the command. System function 1 ~ System function n) is called, and these system functions (System function 1 ~ System function n) have a structure that depends on the command function. When the system shape or structure is changed, the command code corresponding to the parent application (Command Code 1) ~ Command Code n) (12) needs to be modified again.

따라서, 종래에는 명령어 함수와 시스템 함수부분의 구분이 없고, 명령어 함수와 시스템 함수사이에 일대일이 아닌 일대 다수였던 구조였기 때문에 상기 명령어 함수와 시스템 함수간의 의존도가 많아서 코드 이식에 지장을 초래했다.Therefore, since there is no distinction between the command function and the system function part in the related art, the structure of the command function and the system function was not one-to-one but one-to-many.

또한, 종래의 명령어 함수와 시스템 함수는 시스템 형상이나 구조가 바뀌면 서로간의 의존도가 높아 바뀐 사항의 시스템 함수만 수정되는 것이 아니라 시스템구조와 연관이 없는 명령어 함수들도 같이 수정해야하는 문제점이 있었다.In addition, the conventional command functions and system functions have a problem in that the system functions of the changed matters are not only modified as the system shape or structure is changed, but also the command functions not related to the system structure are modified.

따라서, 본 발명은 상기와 같은 문제점을 해결하기 위해 전화통신 전송장비에서 필요로하는 명령어들을 정리하여 그 명령어들과 일대일로 정합되는 시스템 함수를 테이블에 등록한 것으로, 명령어에는 각각의 고유한 번호가 부여되므로 명령어 입력시 명령어 코드는 명령어 테이블에서 명령어의 고유번호로 시스템 함수를 찾아 그 시스템 함수가 호출되도록 함으로써, 명령어 코드와 시스템 코드 사이의 의존도가 낮아질 수 있도록 한다.Therefore, in order to solve the above problems, the present invention summarizes the commands required by the telecommunications transmission equipment and registers a system function that matches one-to-one with the commands in a table. Each command is assigned a unique number. Therefore, when inputting a command, the command code finds a system function by the unique number of the command in the command table and causes the system function to be called, thereby reducing the dependency between the command code and the system code.

또한, 명령어 코드와 시스템 사이의 인터페이스만 바뀌지 않으면 시스템 코드가 수정되거나 또는 다른 장비에 명령어 코드를 이식하여 사용함으로써, 명령어 코드를 많이 수정하지 않고도 재사용할 수 있고 버그 발생도 줄일 수 있도록 한 전송장비의 명령어 처리장치 및 방법을 제공함에 그 목적이 있다.In addition, if only the interface between the command code and the system is not changed, the system code is modified or ported to other devices so that the command code can be reused without much modification and the bug occurrence can be reduced. Its purpose is to provide an instruction processing apparatus and method.

도 1은 종래 전화통신 전송장비의 명령어 처리장치의 구성을 보인 예시도.1 is an exemplary view showing the configuration of a command processing device of a conventional telecommunications transmission equipment.

도 2는 본 발명 전송장비의 명령어 처리장치의 구성을 보인 예시도.Figure 2 is an exemplary view showing the configuration of a command processing apparatus of the present invention transmission equipment.

***도면의 주요부분에 대한 부호의 설명****** Explanation of symbols for main parts of drawing ***

20: 명령어 처리부21: 명령어 툴20: command processing unit 21: command tool

22: 명령어 코드23: 명령어 테이블22: command code 23: command table

24: 시스템부24: system unit

상기와 같은 목적을 달성하기 위한 본 발명은, 운용자가 장비의 상태를 설정 및 조회하기 위해 입력되는 명령어를 해독, 코드화하여 명령어를 처리하는 명령어 처리부와; 상기 명령어 코드의 고유번호와 일치하는 시스템 함수를 호출하여 정합시키는 정합부와; 상기 시스템 함수의 호출신호가 입력되면 그에 해당하는 시스템의 코드를 설정, 조회하는 시스템부로 구성된 것을 특징으로 한다.The present invention for achieving the above object, the operator decodes, codes the input command to set and query the state of the equipment to process the command processing unit; A matching unit for matching by calling a system function matching the unique number of the command code; When the call signal of the system function is input, it characterized in that the system unit for setting and querying the code of the corresponding system.

상기와 같은 목적을 달성하기 위한 본 발명은, 장비의 상태를 설정 및 조회하기 위한 명령어 입력을 해독 및 코드화하는 제1 단계와; 상기 코드화한 명령어고유번호와 일치하는 시스템 함수를 찾아 호출하여 상기 명령어와 시스템 함수를 일대일로 정합하는 제2 단계와; 상기 시스템 함수에 해당하는 시스템 코드를 통해 장비의 상태를 알려주는 제3 단계로 이루어진 것을 특징으로 한다.The present invention for achieving the above object comprises a first step of decrypting and encoding command input for setting and querying the state of the equipment; A second step of finding and calling a system function corresponding to the coded command unique number to match the command and system function one-to-one; Characterized in that the third step to inform the state of the equipment through the system code corresponding to the system function.

이하, 본 발명에 따른 일실시예를 첨부한 도면을 참조하여 상세히 설명하면 다음과 같다.Hereinafter, an embodiment according to the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명 전송장비의 명령어 처리장치의 구성을 보인 예시도로서, 이에 도시한 바와 같이 운용자가 장비의 상태를 설정 및 조회하기 위해 입력되는 명령어를 해독, 코드화하여 명령어를 처리하는 명령어 처리부(20)와; 상기 명령어 코드의 고유번호와 일치하는 시스템 함수를 호출하여 정합시키는 정합부(23)와; 상기 시스템 함수의 호출신호가 입력되면 그에 해당하는 시스템의 코드를 설정, 조회하는 시스템부(24)로 구성된 것으로, 이와 같이 구성된 본 발명의 동작을 설명하면 다음과 같다.Figure 2 is an exemplary view showing the configuration of the command processing apparatus of the present invention, the command processing unit for processing the command by decoding and encoding the command input to the operator to set and query the state of the equipment ( 20); A matching unit 23 for matching by calling a system function matching the unique number of the command code; When the call signal of the system function is input, it is composed of a system unit 24 for setting and inquiring the code of the corresponding system. The operation of the present invention configured as described will be described below.

본 발명은 명령어 코드(Command Code 1~Command Code n)(22) 부분과 시스템부(24) 사이에 명령어 테이블(COMMAND TABLE)(23)을 두어 명령어 코드와 시스템 함수사이의 의존도를 줄이는 것이다.The present invention is to reduce the dependency between the command code and the system function by placing a command table (23) between the command code (Command Code 1 ~ Command Code n) 22 and the system unit 24.

상기와 같이 되기 위해서는 전송장비에서 필요로 하는 명령어들을 정리하여 그 명령어들과 일대일로 정합되는 시스템 함수를 명령어 테이블(COMMAND TABLE)(23)에 등록한다.In order to achieve the above, the commands required by the transmission apparatus are summarized, and a system function matching one-to-one with the commands is registered in the COMMAND TABLE 23.

먼저, 운용자가 입력한 명령어에 대해 명령어 툴(Command tool)(21)은 상기 운용자가 입력한 명령어를 파싱(parsing)하여 그에 해당하는 명령어 코드를 명령어테이블(COMMAND TABLE)(23)로 전송한다.First, a command tool 21 parses a command input by the operator and transmits a command code corresponding to the command input by the operator to the command table 23.

그러면, 명령어에는 각각의 고유한 번호가 부여되고, 명령어 코드(Command Code 1~Command Code n)(22)는 명령어 테이블(COMMAND TABLE)(23)의 고유번호로 등록된 시스템 함수(Table-sys_func 1~Table-sys_func n)를 찾아 시스템부(SYSTEM PART)(24)의 시스템 함수가 호출되도록 하는 것이다. 이렇게 함으로써, 명령어 코드(Command Code 1~Command Code n)(22)와 시스템 코드(System function 1~System function 4) 사이의 의존도가 낮아진다.Then, each unique number is assigned to the command, and the command codes (Command Code 1 to Command Code n) 22 are registered as system numbers Table-sys_func 1 registered with the unique numbers of the COMMAND TABLE 23. ~ Table-sys_func n) is found so that the system function of the SYSTEM PART 24 is called. By doing so, the dependency between the command codes (Command Code 1 to Command Code n) 22 and the system codes (System function 1 to System function 4) is lowered.

또한, 명령어 코드(Command Code 1~Command Code n)와 시스템 사이의 인터페이스만 바꾸지 않으면 시스템 코드가 수정되거나 또는 다른 장비에 명령어 코드를 이식하여 사용함으로써 명령어 코드를 많이 수정하지 않고도 재사용할 수 있고 버그 발생도 줄어든다.In addition, if you do not change the interface between the command code (Command Code 1 ~ Command Code n) and the system, you can reuse the system code without modifying the command code by modifying the system code or by porting the command code to other equipment. Also decreases.

이상에서 상세히 설명한 바와 같이 본 발명은 전화통신 전송장비에서 필요로 하는 명령어들을 정리하여 그 명령어들과 일대일로 정합되는 시스템 함수를 테이블에 등록한 것으로, 명령어에는 각각의 고유한 번호가 부여되므로 명령어 입력시 명령어 코드는 명령어 테이블에서 명령어의 고유번호로 시스템 함수를 찾아 그 시스템 함수가 호출되도록 함으로써, 명령어 코드와 시스템 코드 사이의 의존도가 낮아질 수 있도록 하는 효과가 있다.As described in detail above, the present invention organizes the commands required by the telephony transmission equipment and registers a system function that matches one-to-one with the commands in a table. Instruction code has the effect of reducing the dependency between the instruction code and the system code by finding the system function by the unique number of the command in the instruction table and the system function is called.

또한, 명령어 코드와 시스템 사이의 인터페이스만 바뀌지 않으면 시스템 코드가 수정되거나 또는 다른 장비에 명령어 코드를 이식하여 사용함으로써, 명령어코드를 많이 수정하지 않고도 재사용할 수 있고 버그 발생도 줄일 수 있는 효과가 있다.In addition, if only the interface between the command code and the system is not changed, the system code is modified or used by porting the command code to another device, so that the command code can be reused without much modification and the bug occurrence can be reduced.

Claims (3)

운용자가 장비의 상태를 설정 및 조회하기 위해 입력되는 명령어를 해독, 코드화하여 명령어를 처리하는 명령어 처리부와; 상기 명령어 코드의 고유번호와 일치하는 시스템 함수를 호출하여 정합시키는 정합부와; 상기 시스템 함수의 호출신호가 입력되면 그에 해당하는 시스템의 코드를 설정, 조회하는 시스템부로 구성된 것을 특징으로 하는 전송장비의 명령어 처리장치.An instruction processor for processing an instruction by an operator deciphering and encoding an input instruction for setting and inquiring a state of equipment; A matching unit for matching by calling a system function matching the unique number of the command code; And a system unit configured to set and inquire a code of a system corresponding to the call signal of the system function. 제1 항에 있어서, 상기 정합부는 명령어와 일대일로 정합되는 시스템 함수를 테이블화한 것을 특징으로 하는 전송장비의 명령어 처리장치.The apparatus of claim 1, wherein the matching unit tabulates a system function that matches one-to-one with a command. 장비의 상태를 설정 및 조회하기 위한 명령어 입력을 해독 및 코드화하는 제1 단계와; 상기 코드화한 명령어 고유번호와 일치하는 시스템 함수를 찾아 호출하여 상기 명령어와 시스템 함수를 일대일로 정합하는 제2 단계와; 상기 시스템 함수에 해당하는 시스템 코드를 통해 장비의 상태를 알려주는 제3 단계로 이루어진 것을 특징으로 하는 전송장비의 명령어 처리방법.Decrypting and encoding command input for setting and querying the status of the equipment; A second step of matching the command with the system function one-to-one by finding and calling a system function matching the coded command unique number; And a third step of informing the state of the device through the system code corresponding to the system function.
KR1020020063938A 2002-10-18 2002-10-18 Instruction processing apparatus and method for transmission equipment KR20040035186A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020063938A KR20040035186A (en) 2002-10-18 2002-10-18 Instruction processing apparatus and method for transmission equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020063938A KR20040035186A (en) 2002-10-18 2002-10-18 Instruction processing apparatus and method for transmission equipment

Publications (1)

Publication Number Publication Date
KR20040035186A true KR20040035186A (en) 2004-04-29

Family

ID=37334151

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020063938A KR20040035186A (en) 2002-10-18 2002-10-18 Instruction processing apparatus and method for transmission equipment

Country Status (1)

Country Link
KR (1) KR20040035186A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05236529A (en) * 1992-02-20 1993-09-10 Nec Corp Command contention system for exchange
KR19980061804A (en) * 1996-12-31 1998-10-07 유기범 Function Parameter Tracking Method in Electronic Switching System
KR20000045119A (en) * 1998-12-30 2000-07-15 김영환 Method for registering user command in mobile communication exchange system
JP2002281537A (en) * 2001-03-15 2002-09-27 Matsushita Electric Ind Co Ltd Format converting device and private branch exchange control system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05236529A (en) * 1992-02-20 1993-09-10 Nec Corp Command contention system for exchange
KR19980061804A (en) * 1996-12-31 1998-10-07 유기범 Function Parameter Tracking Method in Electronic Switching System
KR20000045119A (en) * 1998-12-30 2000-07-15 김영환 Method for registering user command in mobile communication exchange system
JP2002281537A (en) * 2001-03-15 2002-09-27 Matsushita Electric Ind Co Ltd Format converting device and private branch exchange control system

Similar Documents

Publication Publication Date Title
CN1249592C (en) Virtual device architecture for mobile telephones
US20070087735A1 (en) Extensible human machine interface (HMI) plugin architecture for radio software system and related method
US20070204054A1 (en) ASN.1 protocol processor and method for ASN.1 protocol processing
KR20040035186A (en) Instruction processing apparatus and method for transmission equipment
WO2014067308A1 (en) Implementation method and system for function inquiry module based on android system, and cellular phone
US6484025B1 (en) Method and apparatus for establishing compatibility between cordless telephone applications and physical hardware of the cordless telephone
CN109298862B (en) Customized data value acquisition method and device and storage medium
CN101414831A (en) Press-key function conversion method
KR0176399B1 (en) Apparatus for processing call adaptively by the country in the switching system
KR960002157B1 (en) Man-machine communication displaying method
CN1665164A (en) Operation mode control system and method for mobile phone
CN117575205A (en) Ceramic transfer management system, ceramic production line and ceramic transfer management method
CA2335358A1 (en) Call origination in a mobile telephone apparatus
CN115686629A (en) Data acquisition method and device, electronic equipment and computer readable storage medium
KR0141250B1 (en) Method for copying the function of the terminal
KR100210801B1 (en) Method for outputting dn state information of subscriber card in the switching system
KR930003406B1 (en) Key-scanning apparatus and method therefor
JPH03252714A (en) Computer terminal equipment with power source disconnection function
KR100304976B1 (en) Interrupt generator
CN114095226A (en) Method and system for dynamically setting service parameters based on CLI
JPH0730970A (en) Pole mounted controller having wireless transmission and reception means
KR100258545B1 (en) Method and device for correcting error commands in satellite communication supervision system
KR100451738B1 (en) Control Apparatus of the Display System and Control Method of the Same
CN113448619A (en) Cross-platform program implementation method and device, computer equipment and storage medium
KR19990004476A (en) Interrupt Loss Compensation Device and Method

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application