From 3213cd9332fbaf7daf30a6b1d924d9fec81ecfa6 Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Fri, 9 Aug 2024 05:00:57 +0000 Subject: [PATCH 1/4] Update _3gpp-5gc-nrm-nwdaffunction.yang Correct description of attribute networkSliceInfoList in NWDAFFunctionGrp --- yang-models/_3gpp-5gc-nrm-nwdaffunction.yang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang index 5fe7eb7ae..b713afc3b 100755 --- a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang +++ b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang @@ -319,8 +319,8 @@ module _3gpp-5gc-nrm-nwdaffunction { key idx; min-elements 1; description "The attribute specifies a list of NetworkSliceInfo which - is defined as a datatype (see clause 5.3.95). It can be used by the - NWDAF to facilitate the data collection from OAM."; + is defined as a datatype (see clause 5.3.95). It is used by an authorized consumer, e.g. + NWDAF, to facilitate the data collection from OAM."; leaf idx { type string; } @@ -393,4 +393,4 @@ module _3gpp-5gc-nrm-nwdaffunction { uses mf3gpp:ManagedFunctionContainedClasses; } } -} \ No newline at end of file +} -- GitLab From 3330da417860776ffcb32b6b49922a6be4826fe6 Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Fri, 9 Aug 2024 08:16:57 +0000 Subject: [PATCH 2/4] Update _3gpp-5gc-nrm-nwdaffunction.yang correct description of networkSliceInfoList for NWDAFFunctionGrp --- yang-models/_3gpp-5gc-nrm-nwdaffunction.yang | 1 + 1 file changed, 1 insertion(+) diff --git a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang index b713afc3b..c417b91ad 100755 --- a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang +++ b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang @@ -21,6 +21,7 @@ module _3gpp-5gc-nrm-nwdaffunction { TTA, TTC). All rights reserved."; reference "3GPP TS 28.541"; + revision 2024-08-07 { reference CR-1329; } revision 2024-04-12 { reference CR-1218; } revision 2023-09-18 { reference CR-1043; } revision 2023-04-26 { reference CR-0916; } -- GitLab From 04f63c993044a3b5bbdaecb1398ecf9a5b6855ca Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Fri, 9 Aug 2024 08:56:20 +0000 Subject: [PATCH 3/4] Update _3gpp-5gc-nrm-nwdaffunction.yang correct line 323 size --- yang-models/_3gpp-5gc-nrm-nwdaffunction.yang | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang index c417b91ad..d5a6cdb4e 100755 --- a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang +++ b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang @@ -320,8 +320,9 @@ module _3gpp-5gc-nrm-nwdaffunction { key idx; min-elements 1; description "The attribute specifies a list of NetworkSliceInfo which - is defined as a datatype (see clause 5.3.95). It is used by an authorized consumer, e.g. - NWDAF, to facilitate the data collection from OAM."; + is defined as a datatype (see clause 5.3.95). It is used by an + authorized consumer, e.g. NWDAF, to facilitate the data collection + from OAM."; leaf idx { type string; } -- GitLab From 8e9f5b9c64742c65ce1a7021ceb12844c7f17ad8 Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Fri, 9 Aug 2024 16:41:25 +0000 Subject: [PATCH 4/4] Update _3gpp-5gc-nrm-nwdaffunction.yang --- yang-models/_3gpp-5gc-nrm-nwdaffunction.yang | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang index d5a6cdb4e..33033562c 100755 --- a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang +++ b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang @@ -280,7 +280,8 @@ module _3gpp-5gc-nrm-nwdaffunction { } grouping NWDAFFunctionGrp { - description "Represents the NWDAFFunction IOC"; + description "The NWDAFFunction IOC includes attributes inherited from + ManagedFunction IOC(defined in TS 28.622)and the following attributes:"; uses mf3gpp:ManagedFunctionGrp; list pLMNInfoList { @@ -323,7 +324,7 @@ module _3gpp-5gc-nrm-nwdaffunction { is defined as a datatype (see clause 5.3.95). It is used by an authorized consumer, e.g. NWDAF, to facilitate the data collection from OAM."; - leaf idx { + leaf idx { type string; } uses NetworkSliceInfoGrp; -- GitLab