Fix docker image generation issue
[ric-plt/o1.git] / agent / yang / o-ran-sc-ric-alarm-v1.yang
index 13bbb04..fa279ac 100755 (executable)
@@ -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";
         }