Loading yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang +25 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,31 @@ module _3gpp-nr-nrm-gnbcucpfunction { description "This attribute determines whether the DAPS handover function is enabled or disabled."; } leaf-list mceIdMappingInfoList { type MceIdMappingInfoGrp; description "List of the mapping relationship between MCE identity, PLMN where MCE resides and the IP address of the MCE."; key idx; min-elements 1; uses MceIdMappingInfoGrp; leaf idx { type string; } } } grouping MceIdMappingInfoGrp { leaf qoECollectionEntityAddress { type inet:ip-address; mandatory true; description "Specifies the address to which the QMC records 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 shall be transferred."; } } augment "/me3gpp:ManagedElement" { Loading Loading
yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang +25 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,31 @@ module _3gpp-nr-nrm-gnbcucpfunction { description "This attribute determines whether the DAPS handover function is enabled or disabled."; } leaf-list mceIdMappingInfoList { type MceIdMappingInfoGrp; description "List of the mapping relationship between MCE identity, PLMN where MCE resides and the IP address of the MCE."; key idx; min-elements 1; uses MceIdMappingInfoGrp; leaf idx { type string; } } } grouping MceIdMappingInfoGrp { leaf qoECollectionEntityAddress { type inet:ip-address; mandatory true; description "Specifies the address to which the QMC records 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 shall be transferred."; } } augment "/me3gpp:ManagedElement" { Loading