Loading yang-models/_3gpp-common-trace.yang +20 −1 Original line number Diff line number Diff line Loading @@ -107,6 +107,25 @@ module _3gpp-common-trace { } } grouping ScopeIdScope { description "This <<datatype>> provides a PLMN Id and associated slice ids (S-NSSAI)."; leaf plmnId { description "It specifies a PLMN Id."; type types3gpp:PLMNId; min-elements 1; } list sliceIdList { key idx; min-elements 1; description "It specifies slice identified by S-NSSAI."; leaf idx { type types5g3gpp:snssai; } } } grouping AreaScopeGrp { description "Represents the AreaScope dataType. This <<dataType>> defines the area scope of MDT and QoE. Loading Loading @@ -137,7 +156,7 @@ module _3gpp-common-trace { list sliceIdList { description "Network Slice list"; uses types5g3gpp:SNssai; uses SliceIdScope; min-elements 1; max-elements 1024; key "sd sst"; Loading Loading
yang-models/_3gpp-common-trace.yang +20 −1 Original line number Diff line number Diff line Loading @@ -107,6 +107,25 @@ module _3gpp-common-trace { } } grouping ScopeIdScope { description "This <<datatype>> provides a PLMN Id and associated slice ids (S-NSSAI)."; leaf plmnId { description "It specifies a PLMN Id."; type types3gpp:PLMNId; min-elements 1; } list sliceIdList { key idx; min-elements 1; description "It specifies slice identified by S-NSSAI."; leaf idx { type types5g3gpp:snssai; } } } grouping AreaScopeGrp { description "Represents the AreaScope dataType. This <<dataType>> defines the area scope of MDT and QoE. Loading Loading @@ -137,7 +156,7 @@ module _3gpp-common-trace { list sliceIdList { description "Network Slice list"; uses types5g3gpp:SNssai; uses SliceIdScope; min-elements 1; max-elements 1024; key "sd sst"; Loading