Commit fdf39fa7 authored by malashnyak's avatar malashnyak
Browse files

Update _3gpp-ns-nrm-networkslicesubnet.yang. Updated description of sliceProfileList

parent 3cc47821
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -142,7 +142,12 @@ module _3gpp-ns-nrm-networkslicesubnet {

    list sliceProfileList {
      description "List of SliceProfiles supported by the network slice 
        subnet instance";
        subnet instance. All members of the list, instances of SliceProfile, 
        shall contain the same datatype representing slice profile requirements: 
        TopSliceSubnetProfile, RANSliceSubnetProfile or CNSliceSubnetProfile.  
        Members of the list may contain TopSliceSubnetProfile datatype 
        only when this attribute (sliceProfileList) belongs to 
        a NetworkSliceSubnet not contained by another NetworkSliceSubnet";
      key sliceProfileId;
      uses SliceProfileGrp;
    }