pnp-software / cordetfw

C Implementation of a Software Framework for Service-Oriented Applications with PUS Support
Mozilla Public License 2.0
13 stars 1 forks source link

Delta Checks in Service 12 #109

Open pasetti opened 6 years ago

pasetti commented 6 years ago

Clause 6.12.3.2.2 states that, when performing a delta-check, the parameter monitoring subservice shall declare the check successful when the delta value is less than or equal to the high threshold value and greater than or equal to the low threshold value. This requirement is clear and understood.

Clause 6.12.3.3j5 states that, for a delta-check, the user must specify "the number of consecutive delta values, each one calculated between two consecutive values of the parameter, used to calculate the average value of these consecutive delta values that is compared to the low delta threshold value and to the high delta threshold value to determine the PMON checking status". What does this clause mean? Isn't the PMON checking status determined by the number of consecutive delta-checks which are passed or failed?