Commit df2c7867 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-filemanagement.yang

parent 5c59d477
Loading
Loading
Loading
Loading
+54 −55
Original line number Diff line number Diff line
@@ -21,10 +21,9 @@ module _3gpp-common-filemanagement {
       for use for File Download jobs.";
    uses yang3gpp:JobMonitor {
        refine leaf resultStateInfo {
      description "Provides specialisations for the "resultStateInfo" attribute 
         of the "ProcessMonitor" data type for the "FileDownloadJob".  In the event the
         file download fails, and the "status" is equal to "FAILED" it provides the
         reason for the failure.";
          description "Provides specialisations for the resultStateInfo.
             In the event the file download fails, and the "status" is equal
             to "FAILED" it provides the reason for the failure.";
          type enumeration {
            enum NULL {
              value 0;
@@ -54,8 +53,9 @@ module _3gpp-common-filemanagement {
             value 8;
            }
          }
      }
        refine leaf status {
        description "Pro
           description "Provides specialisations of the status.";
           type enumeration {
            enum NOT_STARTED {
             value 0;
@@ -79,7 +79,6 @@ module _3gpp-common-filemanagement {
      }
    }
  }
  }

  grouping FileDownloadJobGrp {
    description "Represents the FileDownloadJob IOC.";