Create more VES stndDefined Examples 56/8056/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 7 Apr 2022 15:09:32 +0000 (17:09 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 7 Apr 2022 15:09:38 +0000 (17:09 +0200)
Nessesary updates on the examlpes to facilitat the usage of the script.

Issue-ID: OAM-263
Change-Id: Iba3e9cdfebd67df4bfd224f82d5816dcb18052f5
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/dev/client-scripts-ves-v7/_example.sh

index 4a2747b..82b54d0 100755 (executable)
@@ -6,9 +6,9 @@
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
-# 
+#
 #     https://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
 ################################################################################
 # send pnf registration event
-./pnfRegister.sh 1234 
-./pnfRegister.sh FYNG 
-./pnfRegister.sh R2D2 
-./pnfRegister.sh 7DEV 
-./pnfRegister.sh nSky 
-./pnfRegister.sh 1OSF 
-./pnfRegister.sh SDNR 
+./pnfRegister.sh 1234
+./pnfRegister.sh FYNG
+./pnfRegister.sh R2D2
+./pnfRegister.sh 7DEV
+./pnfRegister.sh nSky
+./pnfRegister.sh 1OSF
+./pnfRegister.sh SDNR
 
 ################################################################################
 # raise fault
 ./sendFault.sh 1OSF HAAMRunningInLowerModulation MAJOR
 ./sendFault.sh SDNR connectionLossNe MAJOR
 
+################################################################################
+# raise stndDefined NotifyNewAlarm
+./sendStndDefinedNotifyNewAlarm.sh 1234 lossOfSignal CRITICAL
+./sendStndDefinedNotifyNewAlarm.sh FYNG TCA MAJOR
+./sendStndDefinedNotifyNewAlarm.sh R2D2 TCA MINOR
+./sendStndDefinedNotifyNewAlarm.sh 7DEV signalIsLost CRITICAL
+./sendStndDefinedNotifyNewAlarm.sh nSky LossOfSignalAlarm CRITICAL
+./sendStndDefinedNotifyNewAlarm.sh 1OSF HAAMRunningInLowerModulation MAJOR
+./sendStndDefinedNotifyNewAlarm.sh SDNR connectionLossNe MAJOR
+
 ################################################################################
 # clear fault
 ./sendFault.sh 1234 lossOfSignal NORMAL