Commit 2d92131a authored by lengyelb's avatar lengyelb
Browse files

Corrected usage and definition of jobProgress

parent b3e439d9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -28,9 +28,10 @@ module _3gpp-common-filemanagement {
      type string;
    }
    
    leaf jobProgress {
    list jobProgress {
      key jobId;
      description "Provides monitoring for the file download job.";
      type yang3gpp:JobProgress;
      uses yang3gpp:JobProgress;
    }
  }

+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ module _3gpp-common-yang-types {
      
    leaf jobId {
      type string;
      config false;
      mandatory true;
      description "Id of the associated job. It is unique within a single 
        multivalue attribute of type JobProgress.";