X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=agent%2Fyang%2Fo-ran-sc-ric-alarm-v1.yang;h=fa279ac146edb75d8324d05597c5148bbd9f23cf;hb=c996c56ce5510957e93df391a43534a5a1efd6e4;hp=13bbb049263831f47bf3b884ff5eb113f35be7e1;hpb=f8833cb6a5ff7947214b2a6562d612552bd39779;p=ric-plt%2Fo1.git diff --git a/agent/yang/o-ran-sc-ric-alarm-v1.yang b/agent/yang/o-ran-sc-ric-alarm-v1.yang index 13bbb04..fa279ac 100755 --- a/agent/yang/o-ran-sc-ric-alarm-v1.yang +++ b/agent/yang/o-ran-sc-ric-alarm-v1.yang @@ -43,17 +43,17 @@ module o-ran-sc-ric-alarm-v1 { "The detailed text of the alarm"; } leaf severity { - type health-status; + type string; description "The severity of the alarm"; } leaf status { - type health-status; + type string; description "The status of the alarm"; } leaf additional-info { - type health-status; + type string; description "Additional info about the alarm"; }