KR20010003246A - Feature code management method using shared memory in HLR - Google Patents
Feature code management method using shared memory in HLR Download PDFInfo
- Publication number
- KR20010003246A KR20010003246A KR1019990023467A KR19990023467A KR20010003246A KR 20010003246 A KR20010003246 A KR 20010003246A KR 1019990023467 A KR1019990023467 A KR 1019990023467A KR 19990023467 A KR19990023467 A KR 19990023467A KR 20010003246 A KR20010003246 A KR 20010003246A
- Authority
- KR
- South Korea
- Prior art keywords
- shared memory
- feature code
- specific
- feature
- file
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
-
- 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/544—Buffers; Shared memory; Pipes
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Memory System (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
본 발명은 통신 시스템의 홈 위치 등록기(Home Location Register ; 이하, 'HLR'이라 칭함)에서 공유 메모리(Shared Memory)를 이용하여 특징 코드 테이블(Feature Code Table)을 구성한 후 특징 코드에 대한 관리기능을 수행함으로써 MMDB(Main Memory Data Base)의 구조를 변경하지 않고 특징 코드의 변경과 출력이 가능하도록 한 HLR에서의 공유 메모리를 이용한 특징 코드 관리방법에 관한 것이다.The present invention configures a feature code table using a shared memory in a home location register (hereinafter referred to as 'HLR') of a communication system, and then manages a feature code. The present invention relates to a method of managing a feature code using shared memory in an HLR which enables a feature code to be changed and output without changing the structure of a main memory data base (MMDB).
종래에는 IS41.C 업그레이드(Upgrade)와 더불어, 통신 시스템의 기본 교환기에서 처리하던 특징 코드의 관리기능을 HLR에서 수행하게 되었다.In addition to the IS41.C upgrade, the management function of the feature code used in the basic exchange of the communication system has been performed in the HLR.
상기 HLR에서의 특징 코드 관리방법에 있어서, 종래에는 특징 코드의 처리가 정해진 하나의 코드에 대해서만 허용되는 구조로서, 변경 또는 추가 및 삭제를 하려면 헤더 파일(Header File)과 소스 코드(Source Code)를 변경해야만 가능하였다.In the feature code management method in the HLR, conventionally, only a single code in which feature code processing is defined is allowed. To change, add, or delete a header file, a source file is included. It was possible to change.
또한, 하드 코딩(Hard Coding)이 되어 있기 때문에 별도로 파일을 저장할 필요가 없다.In addition, since hard coding is used, there is no need to save a file separately.
예를 들어, VMS 무조건적(Unconditional) 활성화의 경우 "*50"을 누르고 "Send"키를 누르게 되면, VMS 무조건적 코드값인 "*50"은 변경하기가 용이하지 않았다.For example, if you press "* 50" and "Send" for VMS unconditional activation, the VMS unconditional code value "* 50" was not easy to change.
상기 VMS 무조건적 코드값인 "*50"을 변경하기 위해서는 헤더 파일에 정의되어 있는 VMS 무조건적에 해당하는 코드값인 "*50"과 소스 코드를 원하는 값으로 변경하고, 이를 다시 컴파일(Compile) 및 링크(Link)하여 HLR에 적용해야만 하였다.To change the VMS unconditional code value "* 50", change the code value "* 50" corresponding to the VMS unconditional code defined in the header file and the source code to a desired value, and recompile and link it. Link had to be applied to the HLR.
상기와 같은 문제점을 해결하기 위해서는 HLR에서 특징 코드 데이터를 핸들링(Handling)하는 테이블(Table)을 구성해 주어야 한다.In order to solve the above problems, a table for handling feature code data must be configured in the HLR.
그러나, 상기 테이블을 HLR의 MMDB에 추가하여도 되지만, 이렇게 할 경우 데이터 베이스인 MMDB의 구조가 바뀌게 되어 헤더 파일과 라이브러리 파일(Library File)을 변경해야 함은 물론 HLR의 MMDB로부터의 마이그레이션(Migration) 작업이 뒤따르게 되는 문제점이 있었다.However, the table may be added to the MMDB of the HLR. However, in this case, the structure of the database MMDB is changed, and the header file and the library file must be changed, as well as the migration from the MMDB of the HLR. There was a problem that the work was followed.
본 발명은 상기와 같은 문제점을 해결하기 위해 안출한 것으로서, 그 목적은 통신 시스템의 HLR에서 공유 메모리를 이용하여 특징 코드 테이블을 구성한 후 특징 코드에 대한 관리기능을 수행함으로써 MMDB의 구조를 변경하지 않고 특징 코드의 변경과 출력이 가능하도록 한 HLR에서의 공유 메모리를 이용한 특징 코드 관리방법을 제공하는 데에 있다.The present invention has been made to solve the above problems, the object of which is to configure the feature code table using the shared memory in the HLR of the communication system and then to perform the function to manage the feature code without changing the structure of the MMDB The purpose of the present invention is to provide a feature code management method using shared memory in an HLR that enables the modification and output of feature codes.
도 1은 본 발명의 공유 메모리를 이용한 특징 코드 관리방법이 적용되는 홈 위치 등록기의 블록 구성도,1 is a block diagram of a home location register to which a feature code management method using a shared memory of the present invention is applied;
도 2는 본 발명에 의한 홈 위치 등록기에서의 공유 메모리를 이용한 특징 코드 관리방법을 보인 동작 흐름도.2 is a flowchart illustrating a feature code management method using a shared memory in a home location register according to the present invention;
<도면의 주요부분에 대한 부호의 설명><Description of the symbols for the main parts of the drawings>
1 : TDBMD 프로세스1: TDBMD process
2 : FEA 프로세스2: FEA process
3 : 공유 메모리3: shared memory
이러한 목적을 달성하기 위한 본 발명의 HLR에서의 공유 메모리를 이용한 특징 코드 관리방법은, 프로세스 로딩시 특징 코드 테이블을 저장하고 있는 파일이 존재하는지를 확인하여 파일이 존재하는 경우에는 파일의 내용을 읽어 공유 메모리에 복사하고, 파일이 존재하지 않는 경우에는 특징 코드 초기값을 셋팅하여 공유 메모리에 복사하면서 동시에 파일로 저장하도록 함을 특징으로 한다.Feature code management method using a shared memory in the HLR of the present invention to achieve this purpose, check whether the file that stores the feature code table at the time of the process loading, if the file exists to read the content of the file and share If the file is copied to the memory and the file does not exist, the feature code initial value is set to be copied to the shared memory and simultaneously stored as a file.
이하, 첨부된 도면을 참고하여 본 발명에 의한 HLR에서의 공유 메모리를 이용한 특징 코드 관리방법을 상세히 설명한다.Hereinafter, a feature code management method using a shared memory in an HLR according to the present invention will be described in detail with reference to the accompanying drawings.
도 1은 본 발명에 의한 공유 메모리를 이용한 특징 코드 관리방법이 적용되는 HLR의 블록 구성도로서, 특징 코드의 변경 작업 등을 처리하여 프로세스(Process) 로딩(Loading)시의 특징 코드에 대한 초기값 셋팅과 파일 입/출력 작업을 처리하는 TDBMD(Tandem Database Management Daemon) 프로세스(1)와, 특징 코드 테이블로 사용되는 공유 메모리(3)에 저장되어 있는 코드를 참조하는 FEA 프로세스(2)와, 상기 TDBMD 프로세스(1)와 FEA 프로세스(2)가 공유할 수 있고, 특징 코드 테이블로 사용하고 비상시에는 파일을 저장할 수 있는 메모리로 동작하는 공유 메모리(3)로 구성된다.1 is a block diagram of an HLR to which a feature code management method using a shared memory according to the present invention is applied, and an initial value of a feature code during a process loading by processing a feature code change operation, etc. A Tandem Database Management Daemon (TDBMD) process (1) that handles settings and file input / output operations, and an FEA process (2) that references code stored in shared memory (3) used as feature code tables; It consists of a shared memory 3 which can be shared by the TDBMD process 1 and the FEA process 2 and used as a feature code table and which acts as a memory for storing files in an emergency.
상기 TDBMD 프로세스(1)와 FEA 프로세스(2)가 데이터를 공유한 상태로 상기 공유 메모리(3)가 동작하게 되며, 상기 프로세스(1,2)중 하나의 프로세스가 특징 코드 테이블을 초기화시키게 된다.The shared memory 3 is operated while the TDBMD process 1 and the FEA process 2 share data, and one of the processes 1 and 2 initializes the feature code table.
특징 코드 테이블로 사용되는 상기 공유 메모리(3)는 비상시에 대비하여 파일을 저장할 수 있는 루틴이 필요하다.The shared memory 3 used as the feature code table needs a routine for storing a file in case of an emergency.
상기와 같은 구성에서 이루어지는 본 발명에 의한 HLR에서의 공유 메모리를 이용한 특징 코드 관리방법을 도 2의 동작 흐름도를 참조하여 설명하면 다음과 같다.The feature code management method using the shared memory in the HLR according to the present invention having the above configuration will be described with reference to the operation flowchart of FIG. 2.
먼저, 특징 코드를 초기화하기 위해 TDBMD 프로세스(1)를 로딩하는 경우, 라이브러리에 있는 공유 메모리(3)를 겟트(Get)하고 어태치(Attach)하는 함수를 호출한다(S1).First, when the TDBMD process 1 is loaded to initialize the feature code, a function of getting and attaching the shared memory 3 in the library is called (S1).
상기 단계(S1)에서 TDBMD 프로세스(1)가 로딩되면 특정한 디렉토리에 특징 코드 테이블을 저장하고 있는 특정한 파일이 존재하는지를 판단한다(S2).When the TDBMD process 1 is loaded in step S1, it is determined whether a specific file that stores the feature code table exists in a specific directory (S2).
상기 단계(S2)의 판단 결과, 특정한 파일이 존재하면 파일의 내용을 읽어 공유 메모리(3)에 복사하고(S3), 특정한 파일이 존재하지 않으면 미리 정의된 특징 코드 초기값을 셋팅하여 상기 공유 메모리(3)에 복사한 후(S4), 특정한 디렉토리에 특정한 파일 이름으로 특징 코드 테이블의 내용을 저장한다(S5).As a result of the determination in step S2, if a specific file exists, the contents of the file are read and copied to the shared memory 3 (S3). If a specific file does not exist, a predetermined feature code initial value is set to set the shared memory. After copying to (3) (S4), the contents of the feature code table are stored with a specific file name in a specific directory (S5).
한편, FEA 프로세스(2)를 로딩하는 경우에도, 라이브러리에 있는 공유 메모리(3)를 겟트하고 어태치하는 함수를 호출하고, 이후 가입자에 의한 특징 코드 발신시에는 상기 FEA 프로세스(2)가 공유 메모리(3)로 구성된 특징 코드 테이블을 참조하여 처리하도록 한다.On the other hand, even when the FEA process 2 is loaded, a function for getting and attaching the shared memory 3 in the library is called, and when the feature code is sent by the subscriber, the FEA process 2 is shared memory. Refer to the feature code table consisting of (3) for processing.
그리고, 운용자가 MMC(Man-Machine Command) 명령어를 사용하여 특정한 특징 코드를 변경하는 경우, 상기 TDBMD 프로세스(1)는 운용자가 변경한 특정한 특징 코드를 공유 메모리(3)에 업데이트시키고, 그 내용을 파일로도 저장하도록 한다.When the operator changes a specific feature code by using a Man-Machine Command (MMC) command, the TDBMD process 1 updates the shared feature 3 with the specific feature code changed by the operator and changes the content. Save it as a file.
상기와 같은 본 발명은 MMDB를 사용하는 모든 시스템에 있어서 특정한 정보를 가지고 있는 테이블을 추가할 경우에 유용하며, 공유 메모리를 이용한 프로세스간의 정보 공유와 정보의 파일 입/출력 처리에 응용될 수 있다.The present invention as described above is useful for adding a table having specific information in all systems using the MMDB, and can be applied to information sharing between processes using a shared memory and file input / output processing of information.
이상, 상기 설명에서와 같이 본 발명은, 공유 메모리를 이용하여 특징 코드 테이블을 구현함으로써 HLR의 MMDB의 구조에 영향을 미치지 않으면서 특징 코드를 핸들링할 수 있고, 특징 코드 변경시 헤더 파일을 비롯한 라이브러리 및 소스 코드의 변경을 최소화시키며, 변경된 특징 코드를 시스템 이상시에도 안정적으로 처리할 수 있게 되는 등의 효과가 있으며, 별도의 초기화 작업과 파일 입/출력 작업이 필요없는 장점이 있다.As described above, the present invention can implement a feature code table using a shared memory to handle feature codes without affecting the structure of the MMDB of the HLR, and when a feature code is changed, a library including a header file And it minimizes the change of the source code, it is possible to stably process the changed feature code even in the system abnormality, there is an advantage that does not need a separate initialization and file input / output operation.
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019990023467A KR20010003246A (en) | 1999-06-22 | 1999-06-22 | Feature code management method using shared memory in HLR |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019990023467A KR20010003246A (en) | 1999-06-22 | 1999-06-22 | Feature code management method using shared memory in HLR |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20010003246A true KR20010003246A (en) | 2001-01-15 |
Family
ID=19594169
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1019990023467A KR20010003246A (en) | 1999-06-22 | 1999-06-22 | Feature code management method using shared memory in HLR |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20010003246A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20010073374A (en) * | 2000-01-14 | 2001-08-01 | 박종섭 | Apparatus and method using shared object for carrying out instruction |
-
1999
- 1999-06-22 KR KR1019990023467A patent/KR20010003246A/en not_active Application Discontinuation
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20010073374A (en) * | 2000-01-14 | 2001-08-01 | 박종섭 | Apparatus and method using shared object for carrying out instruction |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CA2145923C (en) | Computer operating system providing means for formatting information in accordance with specified cultural preferences | |
US5581760A (en) | Method and system for referring to and binding to objects using identifier objects | |
US5889992A (en) | Method for mapping types stored in a model in an object-oriented repository to language constructs for A C binding for the repository | |
CN100461096C (en) | Dynamic registry partitioning | |
US6108661A (en) | System for instance customization | |
EP1300757A1 (en) | Shareable installation hierarchies | |
US5987497A (en) | System and method for managing the configuration of distributed objects | |
CN101026826B (en) | System and method for providing monolithic image for use in a wireless device | |
JPH10505693A (en) | System and method for providing interoperability between heterogeneous object systems | |
JPH02272627A (en) | Digital computer system and method of invocation of procedure of the same | |
US6151709A (en) | Processes and apparatuses for uploading instructions to a computer | |
EP0837391B1 (en) | Multiprocessor system | |
US7444629B2 (en) | Autonomic self-healing of java resources | |
US20040123308A1 (en) | Hybird of implicit and explicit linkage of windows dynamic link labraries | |
US6901591B1 (en) | Frameworks for invoking methods in virtual machines | |
JP2007510211A (en) | Mapping dynamic link libraries on computer equipment | |
US6292824B1 (en) | Framework and method for facilitating client-server programming and interactions | |
US5963955A (en) | Bridge for exporting and importing objects between object oriented programming environments | |
KR20010003246A (en) | Feature code management method using shared memory in HLR | |
IL143948A (en) | Method and apparatus for dynamic command extensibility in an intelligent agent | |
US7185027B2 (en) | Evolving entries within persistent stores in a scalable infrastructure environment | |
CN112860309B (en) | Static library calling method, device, equipment and storage medium based on iOS | |
US20060010452A1 (en) | Software application program interface method and system | |
CN113050970B (en) | Plug-in updating method, device, equipment and storage medium of SQL database | |
JPH09223050A (en) | Using method for shared file |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
N231 | Notification of change of applicant | ||
N231 | Notification of change of applicant | ||
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E601 | Decision to refuse application |