From 76f2f4950a79b07fcff98d2c19769a58e2c40afd Mon Sep 17 00:00:00 2001 From: Zhen Li Date: Fri, 8 Nov 2024 01:25:40 +0000 Subject: [PATCH 1/2] Update file _3gpp-5gc-nrm-nwdaffunction.yang --- yang-models/_3gpp-5gc-nrm-nwdaffunction.yang | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang index 33033562c..8679f1bcb 100755 --- a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang +++ b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang @@ -72,7 +72,21 @@ module _3gpp-5gc-nrm-nwdaffunction { default false; description "It indicate whether the NWDAF supports analytics metadata provisioning:"; - } + } + + leaf roamingAnalytics { + type boolean ; + default false; + description "It indicates whether the NWDAF supports + Nnwdaf_RoamingAnalytics service"; + } + + leaf roamingData { + type boolean ; + default false; + description "It indicates whether the NWDAF supports Nnwdaf_RoamingData + service"; + } } grouping MlAnalyticsInfoGrp { -- GitLab From 4c73e499aa14b22412d0b466ad4bfc01bcab5d05 Mon Sep 17 00:00:00 2001 From: Zhen Li Date: Thu, 21 Nov 2024 10:03:52 +0000 Subject: [PATCH 2/2] Update file _3gpp-5gc-nrm-nwdaffunction.yang --- yang-models/_3gpp-5gc-nrm-nwdaffunction.yang | 30 +++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang index 8679f1bcb..be566c2b3 100755 --- a/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang +++ b/yang-models/_3gpp-5gc-nrm-nwdaffunction.yang @@ -73,20 +73,14 @@ module _3gpp-5gc-nrm-nwdaffunction { description "It indicate whether the NWDAF supports analytics metadata provisioning:"; } - - leaf roamingAnalytics { - type boolean ; - default false; - description "It indicates whether the NWDAF supports - Nnwdaf_RoamingAnalytics service"; - } - leaf roamingData { + leaf roamingExchange { type boolean ; default false; - description "It indicates whether the NWDAF supports Nnwdaf_RoamingData - service"; - } + description "It indicates whether the NWDAF + supports roaming exchange capability"; + } + } grouping MlAnalyticsInfoGrp { @@ -384,6 +378,20 @@ module _3gpp-5gc-nrm-nwdaffunction { decomposition, in that case the NWDAF only supports the analytics services."; } + + leaf roamingAnalytics { + type boolean ; + config false; + description "It indicates whether the NWDAF supports + Nnwdaf_RoamingAnalytics service"; + } + + leaf roamingData { + type boolean ; + config false; + description "It indicates whether the NWDAF supports + Nnwdaf_RoamingData service"; + } } augment "/me3gpp:ManagedElement" { -- GitLab