Loading yang-models/_3gpp-common-trace.yang +5 −1 Original line number Diff line number Diff line Loading @@ -1229,11 +1229,15 @@ module _3gpp-common-trace { } list pLMNList { when '../jobType = "LOGGED_MDT_ONLY"' + 'or ../jobType = "IMMEDIATE_MDT_ONLY"' + 'or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; key "mcc mnc"; uses types3gpp:PLMNId; min-elements 1; max-elements 16; description "It indicates the PLMNs where measurement collection."; description "It indicates the PLMNs where measurement collection, status indication and log reporting is allowed."; reference "Clause 5.10.24 of 3GPP TS 32.422"; } Loading Loading
yang-models/_3gpp-common-trace.yang +5 −1 Original line number Diff line number Diff line Loading @@ -1229,11 +1229,15 @@ module _3gpp-common-trace { } list pLMNList { when '../jobType = "LOGGED_MDT_ONLY"' + 'or ../jobType = "IMMEDIATE_MDT_ONLY"' + 'or ../jobType = "IMMEDIATE_MDT_AND_TRACE"'; key "mcc mnc"; uses types3gpp:PLMNId; min-elements 1; max-elements 16; description "It indicates the PLMNs where measurement collection."; description "It indicates the PLMNs where measurement collection, status indication and log reporting is allowed."; reference "Clause 5.10.24 of 3GPP TS 32.422"; } Loading