Loading yang-models/_3gpp-common-measurements.yang +21 −6 Original line number Diff line number Diff line Loading @@ -87,11 +87,25 @@ module _3gpp-common-measurements { vendor-specific."; } leaf thresholdLevel { type uint64; mandatory true; description "Number (key) for a single threshold in the threshold list applicable to the monitored performance metric."; leaf-list performanceMetrics { type string; min-elements 1; description "List of performance metrics. Performance metrics include measurements defined in TS 28.552 and KPIs defined in TS 28.554 [28]. Performance metrics can also be specified by other SDOs, or be vendor specific. Performance metrics are identified with their names. For measurements defined in TS 28.552 the name is constructed as follows: - 'family.measurementName.subcounter' for measurement types with subcounters - 'family.measurementName' for measurement types without subcounters `- 'family' for measurement families For KPIs defined in TS 28.554 [28] the name is defined in the KPI definitions template as the component designated with e). A name can also identify a vendor specific performance metric or a group of vendor specific performance metrics."; } leaf thresholdDirection { Loading Loading @@ -147,6 +161,7 @@ module _3gpp-common-measurements { range "0..max"; } } must '. >= 0'; description "Hysteresis of a threshold. If this attribute is present the monitored performance metric is not compared against the threshold value as specified by the thresholdValue attribute but Loading Loading
yang-models/_3gpp-common-measurements.yang +21 −6 Original line number Diff line number Diff line Loading @@ -87,11 +87,25 @@ module _3gpp-common-measurements { vendor-specific."; } leaf thresholdLevel { type uint64; mandatory true; description "Number (key) for a single threshold in the threshold list applicable to the monitored performance metric."; leaf-list performanceMetrics { type string; min-elements 1; description "List of performance metrics. Performance metrics include measurements defined in TS 28.552 and KPIs defined in TS 28.554 [28]. Performance metrics can also be specified by other SDOs, or be vendor specific. Performance metrics are identified with their names. For measurements defined in TS 28.552 the name is constructed as follows: - 'family.measurementName.subcounter' for measurement types with subcounters - 'family.measurementName' for measurement types without subcounters `- 'family' for measurement families For KPIs defined in TS 28.554 [28] the name is defined in the KPI definitions template as the component designated with e). A name can also identify a vendor specific performance metric or a group of vendor specific performance metrics."; } leaf thresholdDirection { Loading Loading @@ -147,6 +161,7 @@ module _3gpp-common-measurements { range "0..max"; } } must '. >= 0'; description "Hysteresis of a threshold. If this attribute is present the monitored performance metric is not compared against the threshold value as specified by the thresholdValue attribute but Loading