From 267085e22ed34a755804026e10ead23e4c672d21 Mon Sep 17 00:00:00 2001 From: PANKAJ SHETE Date: Thu, 28 Aug 2025 12:33:02 +0000 Subject: [PATCH 1/2] Edit _3gpp-common-yang-types.yang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correction of YANG implementation for ProcessMonitor data type by replacing “NOT_RUNNING” with “NOT_STARTED” in the ProcessMonitor definition --- yang-models/_3gpp-common-yang-types.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-common-yang-types.yang b/yang-models/_3gpp-common-yang-types.yang index e060a1203..5ec472d90 100755 --- a/yang-models/_3gpp-common-yang-types.yang +++ b/yang-models/_3gpp-common-yang-types.yang @@ -164,7 +164,7 @@ module _3gpp-common-yang-types { the 'status' attribute may be provided by the 'progressStateInfo' and 'resultStateInfo' attributes. - When the process is instantiated, the 'status' is set to 'NOT_RUNNING' + When the process is instantiated, the 'status' is set to 'NOT_STARTED' and the 'progressPercentage' to '0'. The MnS producer decides when to start executing the process and to transition into the 'RUNNING' state. This time is captured in the 'startTime' attribute. Alternatively, the @@ -174,7 +174,7 @@ module _3gpp-common-yang-types { During the 'RUNNING' state the 'progressPercentage' attribute may be repeatedly updated. The exact semantic of this attribute is subject to further specialisation. The 'progressInfo' attribute may be used to - provide additional textual information in the 'NOT_RUNNING', 'CANCELLING' + provide additional textual information in the 'NOT_STARTED', 'CANCELLING' and 'RUNNING' states. Further specialisation of 'progressStateInfo' may be provided where this data type is used. -- GitLab From ab82b6e8da38019accf80cd0f868c3712c5fa014 Mon Sep 17 00:00:00 2001 From: PANKAJ SHETE Date: Fri, 29 Aug 2025 06:52:13 +0000 Subject: [PATCH 2/2] Correction of asynchronous operations --- yang-models/_3gpp-common-yang-types.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-common-yang-types.yang b/yang-models/_3gpp-common-yang-types.yang index 5ec472d90..2627e2d65 100755 --- a/yang-models/_3gpp-common-yang-types.yang +++ b/yang-models/_3gpp-common-yang-types.yang @@ -16,7 +16,7 @@ module _3gpp-common-yang-types { TTA, TTC). All rights reserved."; reference "3GPP TS 28.623"; - + revision 2025-08-31 { reference CR-0556; } revision 2025-02-19 { reference CR-0512; } revision 2025-02-07 { reference CR-0492; } revision 2024-11-25 { reference CR-1442; } -- GitLab