PDA

View Full Version : External Alarms



peanut
2015-08-05, 06:58 PM
Dears,

Where could I find the definition of the external Alarms (7401 >> 7430)

the NED just tells the following: This is an external user-defined alarm. The alarm is defined by the user in an HW database.

any suggestions?

alb_elezi
2015-08-06, 04:30 PM
Hello,

As it says those are user-defined alarm external alarms that are connected to the BTS.

Comand group ZEFx is all you need to set them.

ZEFE creates the alarm text, ZEFX attach it to a alarm number etc

Example:
ZEFE:TID=1:TEXT="TEST ALARM";
ZEFX:1:INBR=1:ROU=ACT,POL=OPEN:TID=1,SEV=AL3;

so you have created alarm text "TEST ALARM" and attached it to BCF-1 Alarm 7401(INBR=1), so whenever port 1 in BTS is triggered you have alarm 7401 "TEST ALARM" in ZEOL command.