Commit bd9ac8d3 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-filemanagement.yang

parent f696da43
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ module _3gpp-common-filemanagement {
    }
  }
    augment "/subnet3gpp:SubNetwork" {
    list MNSRegistry {
    list FileDownloadJob {
      description "Represents the FileDownloadJob IOC.";
      key id;   
      uses top3gpp:Top_Grp;      
@@ -42,8 +42,9 @@ module _3gpp-common-filemanagement {
        uses FileDownloadJobGrp;
      }
    }
    }
    augment "/me3gpp:ManagedElement" {
    list MNSRegistry {
    list FileDownloadJob {
      description "Represents the FileDownloadJob IOC.";
      key id;   
      uses top3gpp:Top_Grp;      
@@ -52,3 +53,4 @@ module _3gpp-common-filemanagement {
      }
    }
    }
}