-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- squashed commit, check changelog for details
- Loading branch information
1 parent
38737a9
commit b8fa622
Showing
104 changed files
with
6,604 additions
and
2,287 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,6 @@ | |
# Ignore private files | ||
_* | ||
|
||
# Other local files | ||
CMakeLists.txt.user | ||
|
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
FALCON Changelog | ||
================ | ||
|
||
# v1.0.0 | ||
|
||
## General | ||
- Add subframe buffers and worker thread to relax processing-time constraint (counteract sample overflows and sync loss) | ||
- Add optional subframe skipping in live mode when all subframe buffers are exceeded | ||
- Add tracking of most active DCI formats (update each 500ms) | ||
- Add selective DCI search: try most frequent DCI formats first (primary_meta_formats) | ||
- Improve short-cut-based DCI detection | ||
- Improve histogram-based DCI detection | ||
- Disable RNTI discovery during aggregation-level disambiguation | ||
- Fix (multi) activation of evergreen RNTIs (e.g. SI- and P-RNTI) | ||
- Fix output of active RNTIs (remove expired RNTIs from output) | ||
- Add optional file wrap when reading IQ samples from file | ||
- Fix+Add SIMD computation of power spectrum | ||
- Improve data exchange with GUI (containers, consumers) | ||
|
||
## FalconEye | ||
- Add (colored) ASCII output for UL/DL allocations and power spectrum (-r, -R) | ||
- Add flag to disable short-cut detection, only use to RA and histogram (-H) | ||
- Extend DCI logs by raw (hex) DCI payload and length | ||
|
||
## GUI | ||
- Improve plot performance | ||
- Fix entering frequency above 2.1GHz | ||
- Fix waterfall plots remain empty until window resize | ||
- Fix computation of cell-activity plots | ||
|
||
## Miscellaneous | ||
- Refactoring and code cleanup | ||
- Migration from C to C++ (WIP) | ||
- Add some comments for better code understanding | ||
- Add CI tests (testdata from a private external repository) | ||
- Fix confused compiler params for C/C++ | ||
- Extend README.md | ||
- Add this CHANGELOG | ||
|
||
# v0.0.0 | ||
|
||
- Initial release |
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
Oops, something went wrong.