Commit c990d1e9 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-qmcjob.yang

parent 3d52535c
Loading
Loading
Loading
Loading
+12 −14
Original line number Diff line number Diff line
@@ -106,9 +106,9 @@ module _3gpp-common-qmcjob {
    }
  }
    
   augment "/subnet3gpp:SubNetwork" {
   grouping QMCJob {
    list QMCJob {
      description "Represents the QMCJOb IOC.";
      description "Represents the QMCJob IOC.";
      key id;
      uses top3gpp:Top_Grp;
      container attributes {
@@ -117,14 +117,12 @@ module _3gpp-common-qmcjob {
    }
  }

  augment "/me3gpp:ManagedElement" {
     list QMCJob {
      description "Represents the QMCJOb IOC.";
      key id;   
      uses top3gpp:Top_Grp;      
      container attributes {
        uses QMCJobGrp;
       }

   augment "/subnet3gpp:SubNetwork" {
        uses QMCJob;
   }

   augment "/me3gpp:ManagedElement" {
        uses QMCJob;
  }
}