An error occurred fetching the project authors.
- 23 Aug, 2019 6 commits
-
-
Ahmed Hussein authored
Added the following folder: - ../openair1/PHY/NR_ESTIMATION/ Added the following file to CMakelists.txt: - ../openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c Added the following functions: - nr_pusch_dmrs_rx - nr_gold_pusch - nr_ulsch_channel_level - nr_ulsch_channel_compensation - nr_ulsch_scale_channel is commented out (I think only used for downlink) Changes from Khalid Ahmed Mahmoud Mohamed: - nr_pusch_channel_estimation is used - nr_ulsch_scale_channel is used - nr_ulsch_channel_level is used - nr_ulsch_channel_compensation is used - multiple logging options for channel and signal magnitude
-
Ahmed Hussein authored
- removed gNB RT from "ru_procedures.c" to "nr_ru_procedures" - added a new thread "nr_feprx_thread" - added some functionalities for fep for rx in "nr_ru_procedures.c"
-
Khalid Ahmed authored
-
Thomas Schlichter authored
-
Khalid Ahmed authored
-
Florian Kaltenberger authored
fixing a bug in the allocation of the UE HARQ structures that was causing a segfault. Fixing some compiler warnings
-
- 20 Aug, 2019 1 commit
-
-
Florian Kaltenberger authored
hotfix: replacing msg with printf in unitary simulators (msg(...) was replaced with LOG_D(PHY,...) but it was used before log was initialized)
-
- 26 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 13 Aug, 2019 3 commits
-
-
Ahmed Hussein authored
-
Ahmed Hussein authored
- changed Mdlharq to Mlimit when comparing with the round number - Not incrementing the HARQ round in case of err_flag = 1, until HARQ is implemented - Changed MAX_LDPC_ITERATIONS to 5 from 4 (provided better performance)
-
Ahmed Hussein authored
- Setting the payload to random data instead of all zeros at the Tx side - Handling "nb_symb_sch" equal to 0 in "phy_procedures_nrUE_RX" which prevents entering "nr_ue_pdsch_procedures" - Handling symbol loop problem in "nr_ue_pdsch_procedures" - Handling resource block loop problem in "nr_rx_pdsch"
-
- 08 Aug, 2019 2 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 31 Jul, 2019 1 commit
-
-
yilmazt authored
-
- 26 Jul, 2019 2 commits
-
-
Cedric Roux authored
-
Hongzhi Wang authored
-
- 18 Jul, 2019 1 commit
-
-
Hongzhi Wang authored
-
- 16 Jul, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 11 Jul, 2019 2 commits
-
-
laurent authored
-
Cedric Roux authored
This used to be done to ease power estimation in the UE, but this is not correct. Let's put no energy in the REs with no DCI data, which is what needs to be done. Plus it consumes a lot of CPU because of calling taus() way too much.
-
- 19 Jul, 2019 1 commit
-
-
Cedric Roux authored
Some computation has been fixed in PUCCH reception. SNR has been fixed, uses measurement instead of a fixed value for the noise. normalized_rx_power and target_rx_power have been removed, replaced by snr and target_snr. All the files using those variables have been updated.
-
- 17 Jul, 2019 1 commit
-
-
Haruki NAOI authored
-
- 16 Jul, 2019 1 commit
-
-
Haruki NAOI authored
-
- 10 Jul, 2019 1 commit
-
-
magounak authored
-
- 09 Jul, 2019 1 commit
-
-
Florian Kaltenberger authored
-
- 08 Jul, 2019 3 commits
- 03 Jul, 2019 1 commit
-
-
Padarthi Naga Prasanth authored
-
- 02 Jul, 2019 1 commit
-
-
Wang Tsu-Han authored
-
- 01 Jul, 2019 1 commit
-
-
laurent authored
-
- 21 Jun, 2019 2 commits
-
-
Dong Anyuan authored
Remove Coverity Scan CID 261519 (Using uninitialized value tmp. Field tmp.elems is uninitialized when calling _mm256_insert_epi16.)
-
Dong Anyuan authored
Remove Coverity Scan CID 261470 (Using uninitialized value tmp. Field tmp.elems is uninitialized when calling _mm256_insert_epi8.)
-
- 20 Jun, 2019 7 commits
-
-
yilmazt authored
-
Florian Kaltenberger authored
however, I had to hardcode the parameters for the PUSCH in nr_ulsim as the fapi interface still has bugs.
-
Dong Anyuan authored
-
Dong Anyuan authored
Fix Coverity Scan CID 140733 (Calling strncpy with a maximum size argument of 16 bytes on destination array ifr.ifr_ifrn.ifrn_name of size 16 bytes might leave the destination string unterminated.)
-
Dong Anyuan authored
Fix Coverity Scan CID 261470 (Using uninitialized value tmp. Field tmp.elems is uninitialized when calling _mm256_insert_epi8.)
-
Dong Anyuan authored
Fix Coverity Scan CID 261519 (Using uninitialized value tmp. Field tmp.elems is uninitialized when calling _mm256_insert_epi16.)
-
Dong Anyuan authored
-