- Nov 26, 2019
-
-
Raphael Defosseux authored
Develop nr fix multi rru See merge request oai/openairinterface5g!722
-
- Nov 25, 2019
-
-
Florian Kaltenberger authored
-
- Nov 21, 2019
-
-
Florian Kaltenberger authored
Nr channel estimation and other fixes See merge request oai/openairinterface5g!714
-
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Nov 19, 2019
-
-
magounak authored
-
- Nov 18, 2019
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Florian Kaltenberger authored
Integration develop nr 2019w46 See merge request oai/openairinterface5g!716
-
- Nov 15, 2019
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
Merge remote-tracking branch 'origin/fix-nr-rfsim-gNB-notx-slots2to19' into integration-develop-nr-2019w46
-
Florian Kaltenberger authored
-
Francesco Mani authored
-
- Nov 14, 2019
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
Merge branch 'nr-channel-estimation' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr-channel-estimation
-
Thomas Schlichter authored
In 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
-
- Nov 13, 2019
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
- Nov 12, 2019
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Thomas Laurent authored
-
Sakthivel Velumani authored
-
- Nov 11, 2019
-
-
Florian Kaltenberger authored
-
- Nov 08, 2019
-
-
rakesh mundlamuri authored
-
Florian Kaltenberger authored
-
rakesh mundlamuri authored
-
Sakthivel Velumani authored
-
- Nov 07, 2019
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
ignored only DC pilot
-
Sakthivel Velumani authored
Ignored 1 pilot before and after DC
-
- Nov 06, 2019
-
-
Florian Kaltenberger authored
-