Bug fix.
[sim/o1-interface.git] / ntsimulator / yang / o-ran / ru-fh / o-ran-fm.yang
index 92238aa..27d06f3 100644 (file)
@@ -75,7 +75,9 @@ module o-ran-fm {
     }
 
     list affected-objects {
+      // [ast] Fix for list without a key
       key name;
+      // [ast] end fix
       leaf name {
         type string {
           length "1..255";
@@ -147,7 +149,9 @@ module o-ran-fm {
 
   container active-alarm-list {
     list active-alarms {
+      // [ast] Fix for list without a key
       key fault-id;
+      // [ast] end fix
       uses alarm;
 
       description