- 26 Mar, 2021 7 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Thomas Schlichter authored
A memcpy() introduced to optimize for the case of no precoding corrupted RBs which are not allocated to PDSCH in the common txdataF array. So instead fall back to memcpy() for each PDSCH RB.
-
Robert Schmidt authored
With the merge of fix_NR_DLUL_PF, gNB_dlsch_ulsch_scheduler() has no nb_periods_per_frame variable. There are two changes here: 1) calculate this locally for initializing tdd_beam_association 2) do not pass it into schedule_nr_mib(). Further, use the following: nb_periods_per_frame = slots_per_frame / slots_per_period slots_per_frame / nb_periods_per_frame = = slots_per_frame / (slots_per_frame / slots_per_period) = slots_per_period
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 25 Mar, 2021 2 commits
- 24 Mar, 2021 2 commits
- 23 Mar, 2021 1 commit
-
-
hardy authored
-
- 22 Mar, 2021 6 commits
-
-
sfn authored
-
Francesco Mani authored
-
hardy authored
-
Laurent THOMAS authored
-
https://gitlab.eurecom.fr/oai/openairinterface5gLaurent THOMAS authored
Merge branch 'develop' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_FAPI_beamindex_SSB_RO
-
Laurent THOMAS authored
-
- 21 Mar, 2021 3 commits
-
-
Laurent THOMAS authored
-
-
Raphael Defosseux authored
Ci new docker pipeline See merge request oai/openairinterface5g!1095
-
- 20 Mar, 2021 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 19 Mar, 2021 18 commits
-
-
Thomas Schlichter authored
In case of false positive PDSCH CRC check, a random MAC PDU is processed. Currently pdu_len is unsigned 16 Bit, so we did break out of the processing loop only if we _exactly_ hit a residual pdu_len of 0, or we hit a LCID of DL_SCH_LCID_PADDING. If we didn't hit either of these, pdu_len wrapped to a very positive value, and we continued processing the PDU even beyond its bounds! This behavior was observed with SNR 1 dB and MCS 9. So better make pdu_len signed and break out of the loop after processing at max. pdu_len Bytes!
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
-
hardy authored
-
Laurent THOMAS authored
-
Thomas Schlichter authored
issues found by valgrind
-
Laurent THOMAS authored
-
Thomas Schlichter authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-