- 15 Nov, 2019 1 commit
-
-
Sakthivel Velumani authored
-
- 14 Nov, 2019 7 commits
-
-
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
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
- 13 Nov, 2019 3 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
- 12 Nov, 2019 3 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
- 08 Nov, 2019 1 commit
-
-
Sakthivel Velumani authored
-
- 07 Nov, 2019 3 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
ignored only DC pilot
-
Sakthivel Velumani authored
Ignored 1 pilot before and after DC
-
- 31 Oct, 2019 3 commits
-
-
Florian Kaltenberger authored
Integration develop nr 2019w44 See merge request oai/openairinterface5g!703
-
Florian Kaltenberger authored
-
Sakthivel Velumani authored
Still problem with low MCS (same as PDSCH)
-
- 30 Oct, 2019 4 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
Merge remote-tracking branch 'origin/457-add-nr_ulsim-testcases' into integration-develop-nr-2019w44
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 28 Oct, 2019 10 commits
-
-
-
Francesco Mani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Francesco Mani authored
-
Florian Kaltenberger authored
-
-
Francesco Mani authored
-
Sakthivel Velumani authored
-
- 25 Oct, 2019 5 commits
-
-
-
Francesco Mani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-