From fdf39fa722dfd980362cb417162d7eb3cf540a7d Mon Sep 17 00:00:00 2001 From: malashnyak Date: Tue, 10 Aug 2021 12:56:20 +0200 Subject: [PATCH 1/2] Update _3gpp-ns-nrm-networkslicesubnet.yang. Updated description of sliceProfileList --- yang-models/_3gpp-ns-nrm-networkslicesubnet.yang | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/yang-models/_3gpp-ns-nrm-networkslicesubnet.yang b/yang-models/_3gpp-ns-nrm-networkslicesubnet.yang index 005340362..89443d531 100755 --- a/yang-models/_3gpp-ns-nrm-networkslicesubnet.yang +++ b/yang-models/_3gpp-ns-nrm-networkslicesubnet.yang @@ -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; } -- GitLab From 2a386f8f412559575356bd9ab14bd187ffb4408f Mon Sep 17 00:00:00 2001 From: malashnyak Date: Fri, 13 Aug 2021 10:46:20 +0200 Subject: [PATCH 2/2] Description of SliceProfileList updated --- yang-models/_3gpp-ns-nrm-networkslicesubnet.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-ns-nrm-networkslicesubnet.yang b/yang-models/_3gpp-ns-nrm-networkslicesubnet.yang index 89443d531..afd0f621f 100755 --- a/yang-models/_3gpp-ns-nrm-networkslicesubnet.yang +++ b/yang-models/_3gpp-ns-nrm-networkslicesubnet.yang @@ -147,7 +147,7 @@ module _3gpp-ns-nrm-networkslicesubnet { 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"; + a NetworkSliceSubnet that is directly referenced by a NetworkSlice"; key sliceProfileId; uses SliceProfileGrp; } -- GitLab