Commit b136e177 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-filemanagement.yang

parent 76992c6c
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -33,24 +33,24 @@ module _3gpp-common-filemanagement {
      type yang3gpp:JobProgress;
    }
  }
  augment "/subnet3gpp:SubNetwork" {

  grouping FileDownloadJobSubtree {
    description "Helps augmenting FileDownloadJob into multiple places.";
    list FileDownloadJob {
    description "Represents the FileDownloadJob IOC.";
    key id;   
      description "Specifies the FileDownloadJob IOC, see 3GPP TS 28.622.";
      key "id";
      uses top3gpp:Top_Grp;
      container attributes {
        uses FileDownloadJobGrp;
      }
    }  
  }
  augment "/me3gpp:ManagedElement" {
  list FileDownloadJob {
    description "Represents the FileDownloadJob IOC.";
    key id;   
    uses top3gpp:Top_Grp;      
    container attributes {
      uses FileDownloadJobGrp;
    }
  
  augment "/subnet3gpp:SubNetwork" {
    uses FileDownloadJob;
  }

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