Commit 2b362b36 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-filemanagement.yang

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