From fa527765cfe2c548faeea1649b037827e419e95c Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 6 Feb 2025 08:37:11 +0000 Subject: [PATCH 1/2] Rel19 CR0508 TS28.623 correction to definitions related to availableRANqoEMetrics for YANG SS --- yang-models/_3gpp-common-qmcjob.yang | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yang-models/_3gpp-common-qmcjob.yang b/yang-models/_3gpp-common-qmcjob.yang index b69cd9a19..3b3a708d0 100644 --- a/yang-models/_3gpp-common-qmcjob.yang +++ b/yang-models/_3gpp-common-qmcjob.yang @@ -138,9 +138,8 @@ module _3gpp-common-qmcjob { leaf-list availableRANqoEMetrics { type enumeration { - enum appLayerBufferLevelList; - enum playoutDelayForMedia; - enum Startup; + enum APP_LAYER_BUFFER_LEVEL_LIST; + enum PLAYOUT_DELAY_FOR_MEDIA_STARTUP; } max-elements 2; description "This parameter indicates available RAN visible QoE metrics -- GitLab From 0064cb891447c673bbbab6fa74a0a04809b621e2 Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 6 Feb 2025 08:40:28 +0000 Subject: [PATCH 2/2] revision mark --- yang-models/_3gpp-common-qmcjob.yang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-qmcjob.yang b/yang-models/_3gpp-common-qmcjob.yang index 3b3a708d0..9d58855f5 100644 --- a/yang-models/_3gpp-common-qmcjob.yang +++ b/yang-models/_3gpp-common-qmcjob.yang @@ -15,7 +15,7 @@ module _3gpp-common-qmcjob { organization "3GPP SA5"; contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; description "Quality of Experience Measurement Collection Job handling - Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, + Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved."; reference "3GPP TS 28.623 Generic Network Resource Model (NRM) @@ -27,6 +27,7 @@ module _3gpp-common-qmcjob { Integration Reference Point (IRP); Information Service (IS)"; + revision 2025-02-06 { reference CR-0508; } revision 2024-11-05 { reference CR-0480; } revision 2024-04-04 { reference CR-0334; } revision 2023-09-18 { reference CR-0271 ; } -- GitLab