- 28 Nov, 2019 1 commit
- 
- 
Francesco Mani authored
 
- 
- 27 Nov, 2019 7 commits
- 
- 
Francesco Mani authored
- 
Francesco Mani authoredMerge branch 'ru-parallel-beamforming-merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into ru-parallel-beamforming-merge 
- 
Wang Tsu-Han authored
- 
Francesco Mani authored
- 
Francesco Mani authored
- 
Francesco Mani authored
- 
Francesco Mani authored
 
- 
- 26 Nov, 2019 2 commits
- 
- 
Francesco Mani authored
- 
Francesco Mani authored
 
- 
- 25 Nov, 2019 1 commit
- 
- 
Francesco Mani authored
 
- 
- 22 Nov, 2019 1 commit
- 
- 
Wang Tsu-Han authoredConflicts: openair1/PHY/MODULATION/nr_modulation.h openair1/PHY/NR_TRANSPORT/nr_dlsch.c openair1/SCHED_NR/phy_procedures_nr_gNB.c 
 
- 
- 21 Nov, 2019 4 commits
- 
- 
Florian Kaltenberger authoredNr channel estimation and other fixes See merge request oai/openairinterface5g!714 
- 
Wang Tsu-Han authored
- 
Raphael Defosseux authoredSigned-off-by:Raphael Defosseux <raphael.defosseux@eurecom.fr> 
- 
Francesco Mani authored
 
- 
- 19 Nov, 2019 1 commit
- 
- 
magounak authored
 
- 
- 18 Nov, 2019 3 commits
- 
- 
Raphael Defosseux authoredSigned-off-by:Raphael Defosseux <raphael.defosseux@eurecom.fr> 
- 
Wang Tsu-Han authored
- 
Florian Kaltenberger authoredIntegration develop nr 2019w46 See merge request oai/openairinterface5g!716 
 
- 
- 15 Nov, 2019 6 commits
- 
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authored
- 
Florian Kaltenberger authored
- 
Florian Kaltenberger authoredMerge remote-tracking branch 'origin/fix-nr-rfsim-gNB-notx-slots2to19' into integration-develop-nr-2019w46 
- 
Florian Kaltenberger authored
- 
Francesco Mani authored
 
- 
- 14 Nov, 2019 9 commits
- 
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authoredMerge branch 'nr-channel-estimation' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr-channel-estimation 
- 
Thomas Schlichter authoredIn 3/4 sampling mode, the OFDM symbol size is _not_ a power of two (e.g. 1536 instead of 2048). In this case it is _not_ OK to calculate the modulus using a binary AND, it _must_ use either the actul modulus operator (%) using an integer division, or a _correct_ if statement or tertianary operator like this: re_offset = (re_offset + 4 >= ue->frame_parms.ofdm_symbol_size) ? (re_offset + 4 - ue->frame_parms.ofdm_symbol_size) : (re_offset + 4); But of course using the actual modulus operator is much more readable and surely not much slower: re_offset = (re_offset + 4) % ue->frame_parms.ofdm_symbol_size; 
- 
Sakthivel Velumani authored
- 
Hongzhi Wang authored
- 
Sakthivel Velumani authored
- 
Hongzhi Wang authored
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authored
 
- 
- 13 Nov, 2019 3 commits
- 
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authored
 
- 
- 12 Nov, 2019 2 commits
- 
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authored
 
- 
