Method for automatically analyzing and filtering out redundant alarms in the fault management system of radio transceiver stations
11862007 ยท 2024-01-02
Assignee
Inventors
- Tien Luc Nguyen (Ha Nam Province, VN)
- Khac Tung Nguyen (Ha Noi, VN)
- Khanh Nguyen (Hai Duong Province, VN)
- Trong Duc Nguyen (Thai Binh Province, VN)
- Viet Long Nguyen (Ha Noi, VN)
Cpc classification
International classification
Abstract
The invention provides a method for automatically analyzing and filtering redundant alarms in radio transceiver systems consisting of the following steps: step 1: the operator shall define the relationship between the alarms, defining rules to filter redundant alarms at the FRDU block; step 2: the FSU block will detect the alarm and send it to the FAFU block; step 3: FAFU block will receive alarms from FSU, based on the rules defined in FRDU block will analyze and filter out redundant alarms; Step 4: The FSMU block will receive the alarms after being filtered, stored in the database and also send these alarms to the EMS system.
Claims
1. A method for automatically analyzing and filtering out redundant alarms in the fault management system of radio transceiver station devices, wherein the method comprises the following steps: step 1: operators defines relationships between the redundant alarms, define rules for filtering redundant alarms at a FRDU (fault rules defined unit) block; at this step, four types of relationships between a parent alarm and a child alarm are defined including: a 1-1 relationship, a 1-n relationship, a n-1 relationship and a n-n relationship; specifically: the 1-1 relationship: this relationship defines a parent alarm that will have only one child alarm; this means that when the system generates a parent alarm there will always be a child alarm attached; the 1-n relationship: this relationship defines a parent alarm that will have more than one child alarm; this means that when the system generates a parent alarm, there will always be more than one child alarm; the n-1 relationship: this relationship defines a child alarm that can be the child of many different parent alarms; this means that when the system generates many different parent alarms, all of them are accompanied by the same child alarm; the n-n relationship: this relationship defines a parent alarm that will have many different child alarms at the same time, a child alarm is also a child of many different parent alarms; the FRDU block will allow the definition of these relationships, the relationship definition will need to be done only once and will normally be defined during the development of the device manufacturer's alarms, the operators only need to read the instructions describing it; during operation, error managers can still be given permission to change these relationships; the operators define these multi-level model relationships on the interface of a centralized management system (EMS) in different ways such as using a drag-and-drop interface to create a model, using a command line interface (CLI) to add, edit, and delete relationships; step 2: a FSU (alarm detection and monitoring) block will detect alarm and send to a FAFU (analysis and redundancy alarm filtering) block; the alarm detection and monitoring block will detect the alarm located in the hardware components in a radio base station to monitor and send alarms, the status of the alarm depending on the period, during, the alarm life for the analysis and redundancy alarm filtering (FAFU) block; wherein: hardware components in a radio base station include: DU (distributed unit), CU (centralized unit), RRU (radio remote unit); an alarm will have the following properties: alarm name, alarm identifier, alarm object, alarm status, alarm severity, alarm time, and additional information to describe the cause and resolution of the alarm; the severity of the alarm includes levels from high to low as follows: critical, major, minor, warning; an alarm's life cycle will have three states of operation as follows: new, changed, cleared; step 3: the FAFU block will receive alarms from the FSU block, based on the rules defined in the FRDU block will analyze and filter out redundant alarms; to be able to filter out redundant alarms, the FAFU block will perform the following small steps: when the FAFU block receives an alarm from the FSU block, based on the relationship between the alarms defined in the FRDU block, the system will determine that all parent and child alarms of the recently received alarm are existing in the list of currently displayed alarms; the FAFU block determines whether the alarm's status is cleared or different; depending on the status of the alarm, the system will process in two separate threads according to the alarm's status is cleared or different; step 4: a FSMU (fault storage and monitoring unit) block will receive the alarms after being filtered, stored in the database and also send these alarms to the EMS system; the EMS system provides an interface that displays a list of ongoing alarms for the operators to handle in a timely manner.
2. The method according to claim 1, in which in step 3: in case the status of the alarm is different from the cleared status (new state, changed state); the execution steps of the FAFU block in this case are as follows: determine whether in the list of displayed alarms there exist parent alarms of the recently received alarm; if a parent alarm exists, the system will filter the received alarm; if no parent alarm exists, the FAFU block determines whether in the list of displayed alarms there exists a child alarm of the recently received alarm; in case many sub-alarms exist, the system will filter out these sub-alarms, displaying only the received alarm; in the event that no sub-alarm exists, the FAFU block will do nothing for this alarm; in case the status of the alarm is cleared; the execution steps of the FAFU block in this case are as follows: the FAFU block determines whether in the list of displayed alarms there are sub-alarms of the recently received alarm; if present, the FAFU block determines whether the handling of these sub-alarms is KEEPING mode or FORCED_DELETED mode; if no sub-alarm exists, the FAFU block will not handle this alarm; if the handling method is KEEPING mode, the system will display all sub-alarms of the received alarm on the operators interface; if the method is FORCED_DELETED, the system will perform a state transition of all child alarm to cleared and end its lifecycle.
3. The method according to claim 2, of which in step 3: in case the parent alarm is detected first and has a new status, then the child alarm is detected, because the child alarm is the consequence of the parent, it will be filtered out, the system only keeps the parent alarm; in case the child alarm is detected first and has new status, then the parent alarm is detected, the system will still filter out the alarm that comes first as the child alarm and keep the later alarm as the parent alarm; in the case that the parent alarm changes to cleared state before the child alarm, the present invention proposes the following modes of handling the child alarm: KEEPING mode: when the parent alarm goes to cleared state, then the system will consider the child's status after a period of time after the parent alarm is cleared, then if the child alarm still hasn't changed to cleared the system state will display a child alarm; This is called a non-tight relationship; FORCED_DELETED mode: in this way it works alarm the child will be forced to go to cleared state and end its life cycle; This is called a close relationship; in case the child alarm changes to the cleared state before the parent alarm, it will not affect the state of the parent alarm, the parent alarm will still be displayed on the operating interface.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
(1)
(2)
(3)
(4)
(5)
(6)
DETAILED DESCRIPTION
(7) The following sections describe in detail the automatic analysis and filtering of redundancies in the base station fault management system.
(8) Fault Source Unit (FSU) for monitoring and detecting alarms. The location of this block is placed on all hardware components of radio stations. In a system, there will be many monitoring and alarm detection blocks. The task of this block is to monitor and detect failures of hardware components, software, service, etc. The FSU block periodically monitors hardware components, as well as software failures. When an error is detected, an alarm will be reported. Based on the severity of the alarm and its impact on the system, the FSU block will categorize it as Critical, Major, Minor, or Warning. The output of the block consists of all the raw alarms detected by the system, and this output serves as the input for the Fault Analysis and Filtering Unit block.
(9) The Fault Analysis and Filtering Unit (FAFU) plays the most important role in the system. All alarms from the alarm detection and monitoring blocks will be sent to this unit for processing and filtering. The function of this block is based on correlation and the relationship between alarms; it identifies the most important root alarm to retain, while filtering out other less significant alarms. To establish the correlation between alarms, it requires defining alarm rules as input to the block responsible for analyzing and filtering the alarms. The function of this block is described in detail in step 3 of the present invention.
(10) Fault Rules Defined Unit (FRDU). The function of this block is to allow operators to define relationships between alarms and to establish rules for filtering out redundant alarms. The present invention defines four types of relationships between two alarms: a 1-1 relationship, a 1-n relationship, an n-1 relationship, and an n-n relationship. Detailed definitions of each type of relationship will be described in the following section. This output serves as the input for the Fault Analysis and Filtering Unit block. Based on these relationships, the FAFU block can filter out redundant alarms. After being filtered by the FRDU block, the alarm will be stored in the Fault Storage and Monitoring Unit. The function of this block is described in detail in step 1 of the present invention.
(11) Fault Storage and Monitoring Unit (FSMU) is responsible for storing the original alarms in the database after the FAFU block filters out redundant alarms. Additionally, this block is equipped with the function to send these alarms to the EMS.
(12) Based on a system with the above functional blocks, the steps to implement the method are as follows:
(13) Step 1: Operators will define relationship between alarms, define rules to filter redundant alarms at FRDU block.
(14) To define the binding relationship between the alarms,
(15) The first is a 1-1 relationship, which defines a parent alarm that will have only one child alarm. This means that when the system generates a parent alarm, there will always be a child alarm attached.
(16) The second type of relationship is a 1-n relationship, one parent alarm will have more than one child alarm. This means that when the system generates a parent alarm, there will always be more than one child alarm associated with it.
(17) The third type of relationship is the n-1 relationship, a child alarm can be the child of many different parent alarms. This means that when the system generates many different parent alarms, all of which are accompanied by the same child alarm
(18) The final type of relationship is an n-n relationship, a parent alarm will have many different child alarms at the same time, a child alarm is also a child of many different parent alarms. The n-n relationship will be the most complex. The FRDU block will allow these relationships to be defined. The relationship definition will only need to be done once and is typically established during the development of the device manufacturer's alarms. The mining operator needs to read the model instructions to understand and utilize these predefined relationships effectively. During operation, error managers can still be given permission to change these relationships.
(19) In practice, the relationship between alarms is not simply a relationship between two alarms, these relationships can be hierarchical according to a multi-level model as depicted for example in
(20) Operators define these multi-level model relationships on the EMS interface in different ways such as using the drag and drop interface to create the model, using the Command Line InterfaceCLI to add, edit, delete relationships.
(21) Step 2: FSU block will detect alarm and send to FAFU block.
(22) The alarm detection and monitoring unit will detect the alarm (FSU) located in the hardware components in the radio base station to monitor and send alarms to the analyzer and filter residual alarms (FAFU). An alarm will have the following properties: alarm name, alarm identifier, alarm object, alarm status, alarm severity, alarm time, and additional information to describe the cause of the occurrence as well as how to resolve the alarm, etc. The severity of the re-alarm includes levels from high to low as follows: critical, major, minor, warning. An alarm's life cycle will have three active states: new, changed, and cleared. When an alarm belonging to an object is detected, the FSU block will set the status of the alarm to the generated state, when the alarm persists but its properties are changed such as severity level. When the alarm's importance changes, the alarm's state will change to the changed state, once the alarm has been resolved, no longer exist the alarm state will change to cleared and end its life. When each state changes, the FSU block sends back alarm information through the FAFU block.
(23) Step 3: FAFU block will receive alarms from FSU, based on the rules defined in FRDU block will analyze and filter out redundant alarms.
(24) In order to be able to filter out redundant alarms, this step of the present invention explicitly describes a filtering mechanism based on the relationship between alarms. Suppose we have two alarms, A and B, where A is the parent alarm of alarm B. We will consider the cases where alarm A occurs first, then alarm B occurs later, the second case. alarm B appears first, then alarm A appears later, in the third case, alarm A goes to a cleared state before alarm B, the last case is alarm B goes to a cleared state before alarm A.
(25) In case alarm A is detected first and has a new status, then alarm B is detected later, because alarm B is a child alarm, the consequence alarm of A, it will be filtered out, the system keeps only alarm A. Similarly for the second case, the system filters out the alarm that comes first as alarm B and keeps the alarm that comes later as alarm A. Alarm filtering This information in the processing system will not be displayed on the monitoring interface, but will still be stored in the database and assigned a status of hidden to distinguish it from unfiltered alarms.
(26) In case alarm A goes to a cleared state before alarm B. The present invention provides modes of treatment for alarm B as follows: KEEPING Mode: when alarm A changes to aborted state, the system will then consider B's state after a period of time T after alarm A is cleared, then if alarm B is still If it has not yet entered the cleared state, the system will display a alarm B. This is called a non-tight relationship. FORCED_DELETED Mode: In this way of operation, alarm B will be forced to go to the destroyed state and end its life. This is called a close relationship.
(27) The above operations between two parent and child alarms (A and B) will also be defined in the FRDU block. In the multilevel relationship model, the relationship between indirect parent and child alarms will be a non-tight relationship, so the way it works is to keep (KEEPING Mode).
(28) In case alarm B changes to the cleared state before alarm A, it will not affect the status of alarm A, alarm A will still be displayed on the monitoring system.
(29) The following is a detailed description of the execution flow at the FAFU block: Step 1: when the FAFU block receives an alarm from the FSU block, based on the relationship between the alarms defined in the FRDU block, the system determines that all the parent and child alarms of the recently received alarm are existing in the list of current alarms. Step 2: the FAFU block will determine whether the alarm's state is cleared or new, changed state. Step 3: based on the status of the alarm, the system will process in two separate threads as shown in
(30)
(31)
(32) Step 4: the FSMU block will receive the alarms after being filtered, stored in the database and also send these alarms to the EMS system. The EMS system provides an interface to display a list current alarms for operators to handle timely.
(33) Above are the described steps to implement the method of automatically analyzing and filtering redundant alarms in the fault management system of radio communication stations.
EXAMPLE OF THE INVENTION
(34) To demonstrate the effectiveness of the present invention, a method to automatically analyze and filter out redundant alarms in the fault management system of radio communication stations is implemented and integrated in the fault management system of the stations 5G gNodeB. The results of the invention will help to evaluate the effectiveness of the method proposed in the invention.
(35) For the implementation of the present invention, the FSU blocks shall be placed on the hardware components of the gNodeB station such as the DU, RRU and CU hardware components. The FRDU, FAFU and FSMU blocks will be placed on the CU hardware component to receive alarms from the FSU.
(36)
(37) To illustrate the effectiveness of the present invention, we will perform an experiment as follows: On DU hardware we will perform the withdrawal of the Small Form-factor Pluggable (SFP) module to generate an alarm SFP Not Present. As the relationship between the alarms is defined as shown in
(38) TABLE-US-00001 TABLE 1 Case Current method Patent method When the SFP Will always display seven Display only Not Present alarms including: SFP Not one alarm alarm is Present, Loss Of Frame, Loss SFP Not Present generated Of Signal, RRU Disconnected, VSWR Failed, PA Temperature High, RRU Low Power When the SFP Will always display six alarms Displays the Not Present including: Loss Of Frame, Loss following alarms: alarm is Of Signal, RRU Disconnected, Loss Of Frame, cleared VSWR Failed, PA Temperature Loss Of Signal High, RRU Low Power When the Loss Will always display five alarms Display only Of Frame including: Loss Of Signal, RRU alarm: Loss alarm is Disconnected, VSWR Failed, Of Signal cleared PA Temperature High, RRU Low Power When the Loss Will always display four Display only Of Signal alarms including: RRU alarm: RRU alarm is Disconnected, VSWR Failed, Disconnected cleared PA Temperature High, RRU Low Power
(39) While a preferred embodiment of the present invention has been shown and described, it will be apparent to those skilled in the art that many changes and modifications may be made without departing from the invention in its broader aspects. The appended claims are therefore intended to cover all such changes and modifications as fall within the true spirit and scope of the invention.