Commit 68f8d9b6 authored by Zu Qiang's avatar Zu Qiang 🛀 Committed by lengyelb
Browse files

Adding MCE ID

parent aa3da5fa
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -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" {