Loading yang-models/_3gpp-common-trace.yang +11 −11 Original line number Diff line number Diff line Loading @@ -107,21 +107,21 @@ module _3gpp-common-trace { } } grouping SliceIdScope { grouping SliceIdScopeGrp { description "This <<datatype>> provides a PLMN Id and associated slice ids (S-NSSAI)."; list pLMNId { description "The PLMN Id."; key "mcc"; max-elements 1; list plmnId { key "mcc mnc"; description "It specifies the PLMN Id of the NPN network."; uses types3gpp:PLMNId; max-elements 1; } list sNSSAIList { description "List of S-NSSAIs associated with the PLMN Id."; key "sd sst"; uses types5g3gpp:SNssai; list sliceIdList { key idx; description "It specifies the PNI-NPN identified by CAG ID "; leaf idx { type types3gpp:SNssai; } } } Loading Loading @@ -156,7 +156,7 @@ module _3gpp-common-trace { list sliceIdList { description "Network Slice list"; uses SliceIdScope; uses SliceIdScopeGrp; min-elements 1; } Loading Loading
yang-models/_3gpp-common-trace.yang +11 −11 Original line number Diff line number Diff line Loading @@ -107,21 +107,21 @@ module _3gpp-common-trace { } } grouping SliceIdScope { grouping SliceIdScopeGrp { description "This <<datatype>> provides a PLMN Id and associated slice ids (S-NSSAI)."; list pLMNId { description "The PLMN Id."; key "mcc"; max-elements 1; list plmnId { key "mcc mnc"; description "It specifies the PLMN Id of the NPN network."; uses types3gpp:PLMNId; max-elements 1; } list sNSSAIList { description "List of S-NSSAIs associated with the PLMN Id."; key "sd sst"; uses types5g3gpp:SNssai; list sliceIdList { key idx; description "It specifies the PNI-NPN identified by CAG ID "; leaf idx { type types3gpp:SNssai; } } } Loading Loading @@ -156,7 +156,7 @@ module _3gpp-common-trace { list sliceIdList { description "Network Slice list"; uses SliceIdScope; uses SliceIdScopeGrp; min-elements 1; } Loading