Commit 08df577f authored by malashnyak's avatar malashnyak Committed by lengyelb
Browse files

Update _3gpp-ns-nrm-sliceprofile.yang Added RAN and CN Slice Subnet Profile...

Update _3gpp-ns-nrm-sliceprofile.yang  Added RAN and CN Slice Subnet Profile with Top...Profile as datatype
parent 6eca30b4
Loading
Loading
Loading
Loading
+22 −1
Original line number Diff line number Diff line
@@ -402,6 +402,28 @@ submodule _3gpp-ns-nrm-sliceprofile {
      //optional support
      type types3gpp:ResourceSharingLevel;
    }
    list CNSliceSubnetProfile {
      description " This represents the requirements for the top slice associated with the 
	  network slice. ";
      key idx;
      max-elements 1;
      leaf idx {
        description "Synthetic index for the element.";
        type uint32;
      }
	  uses TopSliceSubnetProfileGrp;
    }
    list RANSliceSubnetProfile {
      description " This represents the requirements for the top slice associated with the 
	  network slice. ";
      key idx;
      max-elements 1;
      leaf idx {
        description "Synthetic index for the element.";
        type uint32;
      }
	  uses TopSliceSubnetProfileGrp;
    }
    list TopSliceSubnetProfile {
      description " This represents the requirements for the top slice associated with the 
	  network slice. ";
@@ -413,6 +435,5 @@ submodule _3gpp-ns-nrm-sliceprofile {
      }
	  uses TopSliceSubnetProfileGrp;
    }
    
  }
}
 No newline at end of file