Commit 9d518bb7 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-filemanagement.yang

parent 861c737e
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -21,15 +21,15 @@ module _3gpp-common-filemanagement {
    uses yang3gpp:ProcessMonitor {
          refine resultStateInfo {
           description "If status is FAILED this provides the reason.";
           must "false() = 'NULL'";
           must "false() = 'UNKNOWN'";
           must "false() = 'NO_STORAGE'";
           must "false() = 'LOW_MEMORY'";
           must "false() = 'NO_CONNECTION_TO_REMOTE_SERVER'";
           must "false() = 'FILE_NOT_AVAILABLE'";
           must "false() = 'DNS_CANNOT_BE_RESOLVED'";
           must "false() = 'TIMER_EXPIRED'";
           must "false() = 'OTHER'";
           must "true() = 'NULL'";
           must "true() = 'UNKNOWN'";
           must "true() = 'NO_STORAGE'";
           must "true() = 'LOW_MEMORY'";
           must "true() = 'NO_CONNECTION_TO_REMOTE_SERVER'";
           must "true() = 'FILE_NOT_AVAILABLE'";
           must "true() = 'DNS_CANNOT_BE_RESOLVED'";
           must "true() = 'TIMER_EXPIRED'";
           must "true() = 'OTHER'";
          }
          refine status {
           description "Limits to status applicable for file download.";