Commit 86a2019c authored by ordonezluce's avatar ordonezluce
Browse files

Update _3gpp-ns-nrm-sliceprofile.yang

parent ff06ec41
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";