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§
- Association
Rules - Collection of all available association rules
- NasTo
RrcRule - Rule for associating NAS messages with their parent RRC messages
- Trace
Matcher - Matcher for finding related trace relationships Provides functionality to search for related traces (parent/child relationships) based on configurable association rules and search directions.
- Trace
Relation - Holds the parent/child relationship for a trace
Enums§
- Association
Status - Status of a trace association attempt
- Search
Direction - Preferred search direction when looking for related traces
Constants§
- ASSOCIATION_
LOOKBACK_ WINDOW - Default lookback window for cross-batch association computation
Traits§
- Association
Rule - 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].