Expand description
Detection validation (T012).
Performs cross-detection structural & semantic validation:
- linear time ordering (
t_from <= t_to) - netelement existence (FATAL
UnknownNetelement) - intrinsic ∈ [0, 1] (FATAL
InvalidIntrinsic) - same-timestamp + same netelement → recoverable duplicate
- same-timestamp + different netelement → FATAL
ConflictingDetections
Structs§
- Validation
Outcome - Output of
validate_detections: surviving detections plus duplicate discard records.
Functions§
- validate_
detections - Validate a set of detections against the available netelements.