- 26 Nov, 2019 1 commit
- 
- 
Francesco Mani authored
 
- 
- 21 Nov, 2019 2 commits
- 
- 
Florian Kaltenberger authoredNr channel estimation and other fixes See merge request oai/openairinterface5g!714 
- 
Raphael Defosseux authoredSigned-off-by:Raphael Defosseux <raphael.defosseux@eurecom.fr> 
 
- 
- 19 Nov, 2019 1 commit
- 
- 
magounak authored
 
- 
- 18 Nov, 2019 2 commits
- 
- 
Raphael Defosseux authoredSigned-off-by:Raphael Defosseux <raphael.defosseux@eurecom.fr> 
- 
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 4 commits
- 
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authored
- 
laurent authored
- 
Sakthivel Velumani authored
 
- 
- 11 Nov, 2019 1 commit
- 
- 
Florian Kaltenberger authored
 
- 
- 08 Nov, 2019 4 commits
- 
- 
Rakesh authored
- 
Florian Kaltenberger authored
- 
Rakesh authored
- 
Sakthivel Velumani authored
 
- 
- 07 Nov, 2019 3 commits
- 
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authoredignored only DC pilot 
- 
Sakthivel Velumani authoredIgnored 1 pilot before and after DC 
 
- 
- 06 Nov, 2019 1 commit
- 
- 
Florian Kaltenberger authored
 
- 
- 05 Nov, 2019 3 commits
- 
- 
Francesco Mani authored
- 
Francesco Mani authoredThis reverts commit 582ba0c9. 
- 
Francesco Mani authoredThis reverts commit e47cd4a0. 
 
- 
