X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=solution%2Fdev%2Fclient-scripts-ves-v7%2F_example.sh;fp=solution%2Fdev%2Fclient-scripts-ves-v7%2F_example.sh;h=82b54d0cf00f5b2e22004ebf93126b4f52eb7ce2;hb=18e398bed2bf9085cf389a8b04c842880afab2fb;hp=4a2747ba8fc2e6e17b77a5e42ae15fbbe0a65526;hpb=5f13593ca25ce2edba8d3e35361131dcc91670ba;p=oam.git diff --git a/solution/dev/client-scripts-ves-v7/_example.sh b/solution/dev/client-scripts-ves-v7/_example.sh index 4a2747b..82b54d0 100755 --- a/solution/dev/client-scripts-ves-v7/_example.sh +++ b/solution/dev/client-scripts-ves-v7/_example.sh @@ -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. @@ -24,13 +24,13 @@ ################################################################################ # 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 @@ -42,6 +42,16 @@ ./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