Commit 8f15b273 authored by rosabolzek's avatar rosabolzek
Browse files

Update _3gpp-ns-nrm-sliceprofile.yang

parent ae6bc412
Loading
Loading
Loading
Loading
Loading
+18 −20
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ submodule _3gpp-ns-nrm-sliceprofile {
    5G Network Resource Model (NRM);
    Information model definitions for network slice NRM (chapter 6)
    ";

  revision 2023-11-04 { reference CR-1057 ; } 
  revision 2021-07-17 { reference CR-0566 ; } 
  revision 2021-05-05 {
    description "replace perfReq with 3 new datatypes xxxSliceSubnetProfile";
@@ -106,11 +106,6 @@ submodule _3gpp-ns-nrm-sliceprofile {
  }

  grouping TopSliceSubnetProfileGrp {
    leaf-list coverageArea {
       min-elements 1;
       description "A list of TrackingAreas where the NSI can be selected.";
       type types3gpp:Tac;
    }
    leaf latency {
      description "The packet transmission latency (milliseconds) through 
        the RAN, CN, and TN part of 5G network, used to evaluate 
@@ -308,11 +303,13 @@ submodule _3gpp-ns-nrm-sliceprofile {
        fraction-digits 1;
      }
    }
    leaf-list coverageAreaTAList {
    list coverageAreaTAList {
      description "A list of TrackingAreas where the NSI can be selected.";
      key idx; //no obvious leaf to use as a key
      leaf idx { type uint32; }
      //optional support
      min-elements 1;
      type types3gpp:Tac;
      uses types3gpp:TaiGrp;
    }
    leaf uEMobilityLevel {
      description "The mobility level of UE accessing the network slice 
@@ -408,11 +405,6 @@ submodule _3gpp-ns-nrm-sliceprofile {
  }
    
  grouping CNSliceSubnetProfileGrp {
    leaf-list coverageArea {
       min-elements 1;
       description "A list of TrackingAreas where the NSI can be selected.";
       type types3gpp:Tac;
    }
    leaf latency {
      description "The packet transmission latency (milliseconds) through 
        the RAN, CN, and TN part of 5G network, used to evaluate 
@@ -571,11 +563,13 @@ submodule _3gpp-ns-nrm-sliceprofile {
        type ns3cmn3gpp:Support-enum;
      }
    }
    leaf-list coverageAreaTAList {
    list coverageAreaTAList {
      description "A list of TrackingAreas where the NSI can be selected.";
      key idx; //no obvious leaf to use as a key
      leaf idx { type uint32; }
      //optional support
      min-elements 1;
      type types3gpp:Tac;
      uses types3gpp:TaiGrp;
    }
    leaf resourceSharingLevel {
      description "Specifies whether the resources to be allocated to the 
@@ -844,11 +838,13 @@ submodule _3gpp-ns-nrm-sliceprofile {
        fraction-digits 1;
      }
    }
    leaf-list coverageAreaTAList {
    list coverageAreaTAList {
      description "A list of TrackingAreas where the NSI can be selected.";
      key idx; //no obvious leaf to use as a key
      leaf idx { type uint32; }
      //optional support
      min-elements 1;
      type types3gpp:Tac;
      uses types3gpp:TaiGrp;
    }
    leaf uEMobilityLevel {
      description "The mobility level of UE accessing the network slice 
@@ -983,11 +979,13 @@ submodule _3gpp-ns-nrm-sliceprofile {
      type uint64;
    }
    
    leaf-list coverageAreaTAList {
    list coverageAreaTAList {
      description "A list of TrackingAreas where the NSI can be selected.";
      key idx; //no obvious leaf to use as a key
      leaf idx { type uint32; }
      //optional support
      min-elements 1;
      type types3gpp:Tac;
      uses types3gpp:TaiGrp;
    }
    
    leaf latency {