Commit 267085e2 authored by PANKAJ SHETE's avatar PANKAJ SHETE
Browse files

Edit _3gpp-common-yang-types.yang

Correction of YANG implementation for ProcessMonitor data type by replacing “NOT_RUNNING” with “NOT_STARTED” in the ProcessMonitor definition
parent 47cb85aa
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.