- 31 Mar, 2021 2 commits
-
-
Cedric Roux authored
We used to set 'does_nr' of an UE if we detect ENDC supported in the UE capabilities. Then we activate NR measurements if 'does_nr' is true. The problem is that if the eNB is not connected to a gNB but the UE reports some NR measurements (because a gNB is running somewhere near) then the eNB will crash when starting the switch to NR. A (quick) solution is to set 'does_nr' only if there is a gNB connected to the eNB. Maybe not the best solution. To be changed if needed.
-
Remi Hardy authored
MR !1092: Nr pdcp nia2 integrity This code has not been tested with a COTS UE. We need SRB1/2 (so we need SA) to test. The activation of security and integrity for SRB1 will need more code (new functions) because it happens after some time, not at creation time of the PDCP entity and there is no way to do this with current code. MR !1075: Fft bench hotfix Simple fix to make the FFT testbench compile and run on current develop. MR !1083: NR power measurement fixes
-
- 30 Mar, 2021 7 commits
-
-
hardy authored
-
hardy authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
This code has not been tested with a COTS UE. We need SRB1/2 (so we need SA) to test. The activation of security and integrity for SRB1 will need more code (new functions) because it happens after some time, not at creation time of the PDCP entity and there is no way to do this with current code.
-
Cedric Roux authored
-
Remi Hardy authored
-MR !1052 : Nr fapi beamindex ssb ro This branch completes RA procedure for FR2 and includes improvements for beam index communication through FAPI interface. -fix_rb_corruption: 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. -benetel configuration files update
-
- 29 Mar, 2021 8 commits
-
-
Thomas Schlichter authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
hardy 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.
-
hardy authored
-
Remi Hardy authored
MR !1037: 5G NR DL MIMO MR !1089: Fixes two issues that we encountered with the new Quectel modules (RM500Q-GL) -make LTE RRC buffers large enough -fix initial{D,U}LBWPlocationAndBandwidth in NR config file so that all accept it
-
- 28 Mar, 2021 2 commits
- 25 Mar, 2021 2 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
- 23 Mar, 2021 1 commit
-
-
hardy authored
-
- 22 Mar, 2021 5 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
-
- 21 Mar, 2021 1 commit
-
-
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 11 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
-
Thomas Schlichter authored
issues found by valgrind
-
francescomani authored
-
Thomas Schlichter authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
francescomani authored
-