Commit 64e07116 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-filemanagement.yang

parent f5103848
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@ module _3gpp-common-filemanagement {
    description "Provides specialisations of the ProcessMonitor datatype.";
    uses yang3gpp:ProcessMonitor {
          refine resultStateInfo {
            description "If status is FAILED resultStateInfo must be one of
               the following.";
               must '. = "NULL" or
            description "If status is FAILED resultStateInfo will be one of
                the following or empty.";
                must '../status != "FAILED" or
                or . = "UNKNOWN"
                or . = "NO_STORAGE"
                or . = "LOW_MEMORY"
@@ -30,7 +30,8 @@ module _3gpp-common-filemanagement {
                or . = "FILE_NOT_AVAILABLE"
                or . = "DNS_CANNOT_BE_RESOLVED"
                or . = "TIMER_EXPIRED"
               or . = "OTHER" ';
                or . = "OTHER"
                or . = "NULL" ';
          }
           refine status {
             description "Status must not be 'PARTIALLY_FAILED'.";