You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Xavier Arteaga ebab12403f
Asynchronous NR PHY configuration (#3527)
* Fix a race condition when accessing the NR PHY cfg by the RRC and phy workers.
Rework how the phy cfg is handled, now workers have their own copy that gets updated after a reconfig moving it out of the state class.

* Default initialize sf_len member in sf_worker for consistency.

* Asynchronous NR PHY configuration

* Fix compilation

* Corrected method override and fix unitialised value

* Added carrier equal comparison to avoid aligment byte padding comparison

Co-authored-by: faluco <borja.ferrer@softwareradiosystems.com>
3 years ago
..
agc rename srsLTE to srsRAN 4 years ago
ch_estimation Add CSI resource information and fix segmentation fault 3 years ago
channel Enum fixes so clang 12 can build the repo 3 years ago
common Asynchronous NR PHY configuration (#3527) 3 years ago
dft Initial OFDM carrier phase compensation 3 years ago
enb Refactored enb_dl_nr to gnb_dl and initial gnb_ul 3 years ago
fec Better NR softbuffer size adjustment 3 years ago
gnb Added PUSCH DMRS minimum SNR 3 years ago
io Fix filesource include 3 years ago
mimo Fix some warnings in PHY due to array parameter mismatch for a few functions 4 years ago
modem Revert "Review soft demodulator zero check" 4 years ago
phch Reduced maximum number of CSI reports 3 years ago
resampling Fix resampler and improved unit test 4 years ago
rf rename srsLTE to srsRAN 4 years ago
scrambling rename srsLTE to srsRAN 4 years ago
sync Added SSB scaling configuration option 3 years ago
ue Added CSI string in PDSCH and PUSCH decode 3 years ago
utils Fix value selector for NEON 3 years ago