- 30 Mar, 2021 6 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
Estimate the threshold by simple averaging of mismatched bits of all detected DCI.
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
by comparing the received bits with re-encoded payload bits
-
- 29 Mar, 2021 8 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
Fixes one of the assertions when there is false DCI detecteted
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani 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.
-
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
- 23 Mar, 2021 1 commit
-
-
hardy authored
-
- 22 Mar, 2021 2 commits
- 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
-
Thomas Schlichter authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Remi Hardy authored
MR !1071 : rohan_ulsim2RxFix -Support added for 2RX antennas case in ulsim -fixed indexing issue in gNB RX chain MR !1086 : fix-nr-pdcp-timer -The discard timer (set to infinity) is used by the PDCP layer to discard packets that were not transmitted to RLC after some time. MR !995 : NR_MAC_TCI_UCI_GlobalEdge TCI: -Activation of PDSCH TCI states, Activation of PDCCH TCI state -Construction of the codepoint, Updating nFAPI DCI1_1 (tci_field) -SSB Beam switching on basis of CSI MeasReport(SSB RSRP) -Added get_measured_rsrp and get_diff_rsrp API’s to get SSB RSRP’s. UCI: -Bit length calculation for the scheduled UCI Reporting for CSI-RS and SSB -Extraction of received CSI Report (L1-RSRP) when according to the calculated bit lengths and processing it. MR !1082 : NR_10MHz -Support of 10MHz BW for 5G NR MR !1013 : ptrs_rrc_config -Remove hardcoding of DL and UL PTRS parameters at gNB and NR UE
-
Sakthivel Velumani authored
-
- 18 Mar, 2021 8 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
hardy authored
-
Sakthivel Velumani authored
Also added warning messages for gNB number of threads required
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
-
hardy authored
increasing timeout for command related to waitbuild debug removing parallel build of xNB updating test xml with benetel conf files
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-