Commit 8845da89 authored by Zu Qiang's avatar Zu Qiang 🛀 Committed by lengyelb
Browse files

Update file _3gpp-nr-nrm-gnbcucpfunction.yang

parent d255ff06
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -163,11 +163,9 @@ module _3gpp-nr-nrm-gnbcucpfunction {
        transferred.  Ipv4 or Ipv6 address(es) may be used.";
    }

    list qoECollectionEntityIdentity {
      key idx;
      min-elements 1;
      uses qoECollectionEntityIdGrp;
      leaf idx { type string; }
    leaf qoECollectionEntityIdentity {
      type string;
      mandatory true;
      description "Specifies the unique identity to which the QMC reports 
        shall be transferred.";
    }
@@ -180,6 +178,7 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      max-elements 1;
      yext3gpp:inVariant;
      uses types3gpp:PLMNId;
      mandatory true;
    }
  }