Loading yang-models/_3gpp-common-filemanagement.yang +2 −7 Original line number Diff line number Diff line Loading @@ -33,12 +33,7 @@ module _3gpp-common-filemanagement { } refine status { description "Limits to status applicable for file download."; must "true() = 'NOT_STARTED'"; must "true() = 'RUNNING'"; must "true() = 'CANCELLING'"; must "true() = 'FINISHED'"; must "true() = 'FAILURE'"; must "true() = 'CANCELLED'"; must "false() = 'PARTIALLY_FAILED'"; } } } Loading Loading
yang-models/_3gpp-common-filemanagement.yang +2 −7 Original line number Diff line number Diff line Loading @@ -33,12 +33,7 @@ module _3gpp-common-filemanagement { } refine status { description "Limits to status applicable for file download."; must "true() = 'NOT_STARTED'"; must "true() = 'RUNNING'"; must "true() = 'CANCELLING'"; must "true() = 'FINISHED'"; must "true() = 'FAILURE'"; must "true() = 'CANCELLED'"; must "false() = 'PARTIALLY_FAILED'"; } } } Loading