Commit 81f40a1b authored by scottma's avatar scottma
Browse files

Update _3gpp-common-filemanagement.yang

parent 2b362b36
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -33,12 +33,7 @@ module _3gpp-common-filemanagement {
          }
          refine status {
           description "Limits to status applicable for file download.";
           must "true() = 'NOT_STARTED'";
           must "true() = 'RUNNING'";
           must "true() = 'CANCELLING'";
           must "true() = 'FINISHED'";
           must "true() = 'FAILURE'";
           must "true() = 'CANCELLED'";   
           must "false() = 'PARTIALLY_FAILED'";
           } 
    }
  }