Loading yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang +10 −8 Original line number Diff line number Diff line Loading @@ -144,32 +144,34 @@ module _3gpp-nr-nrm-gnbcucpfunction { is enabled or disabled."; } list mceIdMappingInfoList { description "List of the mapping relationship between MCE identity, PLMN where MCE resides and the IP address of the MCE."; list qceIdMappingInfoList { description "List of the mapping relationship between QoE collection entity identity, PLMN where QoE collection entity resides, and the IP address of the QoE collection entity."; key idx; min-elements 1; uses MceIdMappingInfoGrp; uses QceIdMappingInfoGrp; leaf idx { type string; } } } grouping MceIdMappingInfoGrp { grouping QceIdMappingInfoGrp { leaf qoECollectionEntityAddress { type inet:ip-address; mandatory true; description "Specifies the address to which the QMC records shall be description "Specifies the address to which the QMC reports shall be transferred. Ipv4 or Ipv6 address(es) may be used."; } leaf qoECollectionEntityIdentity { type string; description "Specifies the unique identity to which the QMC records description "Specifies the unique identity to which the QMC reports shall be transferred."; } list pLMNTarget { description "The PLMN identifier where MCE resides. "; description "The PLMN identifier where QoE collection entity resides. "; key "mcc mnc"; min-elements 1; max-elements 1; Loading Loading
yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang +10 −8 Original line number Diff line number Diff line Loading @@ -144,32 +144,34 @@ module _3gpp-nr-nrm-gnbcucpfunction { is enabled or disabled."; } list mceIdMappingInfoList { description "List of the mapping relationship between MCE identity, PLMN where MCE resides and the IP address of the MCE."; list qceIdMappingInfoList { description "List of the mapping relationship between QoE collection entity identity, PLMN where QoE collection entity resides, and the IP address of the QoE collection entity."; key idx; min-elements 1; uses MceIdMappingInfoGrp; uses QceIdMappingInfoGrp; leaf idx { type string; } } } grouping MceIdMappingInfoGrp { grouping QceIdMappingInfoGrp { leaf qoECollectionEntityAddress { type inet:ip-address; mandatory true; description "Specifies the address to which the QMC records shall be description "Specifies the address to which the QMC reports shall be transferred. Ipv4 or Ipv6 address(es) may be used."; } leaf qoECollectionEntityIdentity { type string; description "Specifies the unique identity to which the QMC records description "Specifies the unique identity to which the QMC reports shall be transferred."; } list pLMNTarget { description "The PLMN identifier where MCE resides. "; description "The PLMN identifier where QoE collection entity resides. "; key "mcc mnc"; min-elements 1; max-elements 1; Loading