Commit ab7de517 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-filemanagement.yang

parent d4c2fb54
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ module _3gpp-common-filemanagement {
    uses yang3gpp:ProcessMonitor {
          refine resultStateInfo {
           description "If status is FAILED this provides the reason.";
           type enumeration {
             enum NULL ;
             enum UNKNOWN ;
             enum NO_STORAGE ;
@@ -32,10 +31,8 @@ module _3gpp-common-filemanagement {
             enum TIMER_EXPIRED ;
             enum OTHER ;
          }
          }
          refine status {
           description "Limits to status applicable for file download.";
           type enumeration {
             enum NOT_STARTED ;
             enum RUNNING ;
             enum CANCELLING ;
@@ -45,7 +42,6 @@ module _3gpp-common-filemanagement {
          } 
    }
  }
  }
  
  grouping FileDownloadJobGrp {
    description "Represents the FileDownloadJob IOC.";