Module association

Module association 

Source
Expand description

Association module for parent/child trace relationships

This module provides the logic for associating traces that are logically related (e.g., NAS messages encapsulated in RRC messages).

Structs§

AssociationRules
Collection of all available association rules
NasToRrcRule
Rule for associating NAS messages with their parent RRC messages
TraceMatcher
Matcher for finding related trace relationships Provides functionality to search for related traces (parent/child relationships) based on configurable association rules and search directions.
TraceRelation
Holds the parent/child relationship for a trace

Enums§

AssociationStatus
Status of a trace association attempt
SearchDirection
Preferred search direction when looking for related traces

Constants§

ASSOCIATION_LOOKBACK_WINDOW
Default lookback window for cross-batch association computation

Traits§

AssociationRule
Trait for defining association rules between trace types

Functions§

compute_associations
Compute associations for traces starting from a given index. This is a standalone function that can be used by any code that has a &mut [Trace].