-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement Traffic pattern sending * Add RntiMatcher states, traffic_generator, matching * Implement basic_filter for TrafficCollection * Add BasicFilterStatistics struct to track changes * Implement TrafficPatterns A-F -> incremental pattern with several configurations * Implement matrices-based feature distance calculation Python: * Add pandas-based visualization script for RNTI matching log * Add several plotting functions (line, scatter, histogram) * Add mode: diashow -> skim recordings * Add mode: standardize -> retrieve feature mean + standard deviation * Add mode: export -> create unfiltered, filtered, and single RNTI plots Moreover: * Fix DCI time delay issue by adapting ngcontrol.fetcher sleep time * Improve threads error handling by introducing RunArgs * Add printout thread PID to determine load distribution -> Use nix::unisted based gettid() Warning: This works only for Linux as it uses an OS-specific API! * Fix ue_dci and ue_config ngscope messsage output in ngcontrol * Introduce global is_debug() using lazy_static craate * Adapt println and debug to print_info and print_debug * Detect tx_dci bus overflow and print message * Print >1s DCI diff properly
- Loading branch information
1 parent
e89ec9c
commit 1159912
Showing
18 changed files
with
3,544 additions
and
440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
flask | ||
marshmallow | ||
matplotlib | ||
jsonlines | ||
seaborn | ||
json | ||
linecache | ||
pandas |
Oops, something went wrong.