Loading yang-models/_3gpp-common-trace.yang +9 −9 Original line number Diff line number Diff line Loading @@ -111,15 +111,15 @@ module _3gpp-common-trace { description "This <<datatype>> provides a PLMN Id and associated slice ids (S-NSSAI)."; leaf plmnId { description "It specifies a PLMN Id."; type types3gpp:PLMNId; leaf pLMNId { description "The PLMN Id."; uses types3gpp:PLMNId; } leaf-list sliceIdList { type types3gpp:SNssai; min-elements 1; description "It specifies slice identified by S-NSSAI."; list sNSSAIList { description "List of S-NSSAIs associated with the PLMN Id."; key "sd sst"; uses types5g3gpp:SNssai; } } Loading Loading
yang-models/_3gpp-common-trace.yang +9 −9 Original line number Diff line number Diff line Loading @@ -111,15 +111,15 @@ module _3gpp-common-trace { description "This <<datatype>> provides a PLMN Id and associated slice ids (S-NSSAI)."; leaf plmnId { description "It specifies a PLMN Id."; type types3gpp:PLMNId; leaf pLMNId { description "The PLMN Id."; uses types3gpp:PLMNId; } leaf-list sliceIdList { type types3gpp:SNssai; min-elements 1; description "It specifies slice identified by S-NSSAI."; list sNSSAIList { description "List of S-NSSAIs associated with the PLMN Id."; key "sd sst"; uses types5g3gpp:SNssai; } } Loading