Loading yang-models/_3gpp-common-filemanagement.yang +13 −12 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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'."; Loading Loading
yang-models/_3gpp-common-filemanagement.yang +13 −12 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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'."; Loading