External Alarms Ericsson BaseBand, BSC

it posibble edit external alarms remotely, i need edit problem text

for example edit text : door open , open door for 1 tag THE-OPEN-DOOR

Hi, @Kiasz_Gomez, it depends on the type of equipment you use (DUG, DUW, BaseBand, BSC).

Thank you for the response. We have the 4 types of equipment (DUS, DUG, DUW, BaseBand, and BSC). However, the majority are BaseBand and BSC. Could you please provide examples of these 2, and if possible, the rest?

@Kiasz_Gomez no problem

BaseBand

Launch AMOS, then get the alarm port with slogan like door

BaseBand> get AlarmPort alarmSlogan door

230823-06:37:37 10.10.10.10 21.0n MSRBS_NODE_MODEL_21.Q2_510.27869.133_da13 stopfile=/tmp/17783
=================================================================================================================
MO                                                      Attribute         Value
=================================================================================================================
FieldReplaceableUnit=BB-1,AlarmPort=6                   alarmSlogan       DOOR
=================================================================================================================
Total: 1 MOs

Block port

BaseBand> bl FieldReplaceableUnit=BB-1,AlarmPort=6

230823-06:37:37 10.10.10.10 21.0n MSRBS_NODE_MODEL_21.Q2_510.27869.133_da13 stopfile=/tmp/17783
Block following 1 MOs ?
===================================================================================
  238  Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=6
===================================================================================
Block 1 MOs. Are you Sure [y/n] ? y

============================================================================================================
  Id   MO                                                            administrativeState  Result
============================================================================================================
  238  FieldReplaceableUnit=BB-1,AlarmPort=6                         0                    >>> Set.
============================================================================================================
Total: 1 MOs attempted, 1 MOs set

Change slogan


BaseBand> set FieldReplaceableUnit=BB-1,AlarmPort=6 alarmSlogan OPEN DOOR

230823-06:38:00 10.10.10.10 21.0n MSRBS_NODE_MODEL_21.Q2_510.27869.133_da13 stopfile=/tmp/17783
Set alarmSlogan on following 1 MOs ?
===================================================================================
  243  Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=6
===================================================================================
Set alarmSlogan on 1 MOs. Are you Sure [y/n] ? y

============================================================================================================
   Id  MO                                                            alarmSlogan          Result
============================================================================================================
  243  FieldReplaceableUnit=BB-1,AlarmPort=6                         OPEN DOOR            >>> Set.
============================================================================================================
Total: 1 MOs attempted, 1 MOs set

Deblock port

BaseBand> deb FieldReplaceableUnit=BB-1,AlarmPort=6

230823-06:37:37 10.10.10.10 21.0n MSRBS_NODE_MODEL_21.Q2_510.27869.133_da13 stopfile=/tmp/17783
Deblock following 1 MOs ?
===================================================================================
  238  Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=1
===================================================================================
Deblock 1 MOs. Are you Sure [y/n] ? y

============================================================================================================
  Id   MO                                                            administrativeState  Result
============================================================================================================

$netconf_pid = 18677

  238  FieldReplaceableUnit=BB-1,AlarmPort=1                         1                    >>> Set.
============================================================================================================
Total: 1 MOs attempted, 1 MOs set

BSC

Connect to APG, then go to external alarms

>ManagedElement=BSCNAME,SystemFunctions=1,AxeFunctions=1,SupervisionHandling=1,ExternalAlarmReceiverM=1
(ExternalAlarmReceiverM=1)>show all
ExternalAlarmReceiverM=1
   ExternalAlarmReceiver=18
      additionalAlarmSlogan="TEMPERATURE IS HIGH"
      administrativeState=UNLOCKED
      alarmCondition=OPEN_CIRCUIT
      alarmSeverity=ALARM_HIGH
      alarmSlogan="T-HIGH"
      alarmSource=EXTERNAL
      alarmState=false
   ExternalAlarmReceiver=17
      additionalAlarmSlogan="DOOR"
      administrativeState=UNLOCKED
      alarmCondition=OPEN_CIRCUIT
      alarmSeverity=ALARM_HIGH
      alarmSlogan="DOOR"
      alarmSource=EXTERNAL
      alarmState=false
>ExternalAlarmReceiver=17
(ExternalAlarmReceiver=17)>

Enter configure mode and change slogan

(ExternalAlarmReceiver=17)>configure
(config-ExternalAlarmReceiver=17)>administrativeState=LOCKED
(config-ExternalAlarmReceiver=17)>commit -s
(config-ExternalAlarmReceiver=17)>alarmSlogan="DOOR IS OPEN"
(config-ExternalAlarmReceiver=17)>commit -s
(config-ExternalAlarmReceiver=17)>administrativeState=UNLOCKED
(config-ExternalAlarmReceiver=17)>commit

DUW/DUS

Almost the same as BaseBand