Commit 801637d4 authored by lengyelb's avatar lengyelb
Browse files

28541_Rel17_CR0645_Update_RANSliceSubnetProfile_attributes_YANG

parent 9952067c
Loading
Loading
Loading
Loading
+25 −1
Original line number Diff line number Diff line
@@ -692,6 +692,18 @@ submodule _3gpp-ns-nrm-sliceprofile {
      mandatory true;
      type uint64;
    }
    list dLThptPerSliceSubnet {
      description "This attribute defines achievable data rate of the
        network slice subnet in downlink that is available ubiquitously
        across the coverage area of the slice";
      key idx;
      max-elements 1;
      leaf idx {
        description "Synthetic index for the element.";
        type uint32;
      }
      uses ns3cmn3gpp:XLThptGrp;
	  }	
    list dLThptPerUE {
      description "This attribute defines data rate supported by the
        network slice per UE, refer NG.116.";
@@ -703,6 +715,18 @@ submodule _3gpp-ns-nrm-sliceprofile {
      }
      uses ns3cmn3gpp:XLThptGrp;
    }
    list uLThptPerSliceSubnet {
      description "This attribute defines achievable data rate of the
        network slice subnet in uplink that is available ubiquitously
        across the coverage area of the slice";
      key idx;
      max-elements 1;
      leaf idx {
        description "Synthetic index for the element.";
        type uint32;
      }
      uses ns3cmn3gpp:XLThptGrp;
    }
    list uLThptPerUE {
      description "This attribute defines data rate supported by the
        network slice per UE, refer NG.116";