- 23 Dec, 2021 2 commits
-
-
Remi Hardy authored
MR !1300 : Tx proc optim new optimizations of NR TX path to bring TX processing below 500us for up to 162 PRBs, 2x2 MIMO -ldpc-encode and parallelization (L. Thomas) -resource element mapping (SIMD + loop optimization for symbols with no PTRS or DMRS) integration of Intel SIMD-based CRC computations, 24-bit A/B, (from github.com/intel/soft-crc) MR !1374 : oaiue x300 updated CI files after connecting X300+N300 on eNB/OAIUE server prepared CI files for SA 60MHz BW MR !1355 : NR RRC harmonization: TDA for DL and UL Functions to automatically create TDA for DL and UL according to config file and TDD/FDD scenario. Accordingly, TDA configurations removed from config file. (startin effort in harmonizing the RRC configuration)
-
hardy authored
-
- 22 Dec, 2021 3 commits
-
-
francescomani authored
-
hardy authored
-
hardy authored
-
- 21 Dec, 2021 1 commit
-
-
francescomani authored
-
- 20 Dec, 2021 6 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
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>
-
Laurent THOMAS authored
-
- 19 Dec, 2021 5 commits
-
-
Remi Hardy authored
MR !1352 : Build all targets in a single container before creating per-target containers Builds all per-target containers in three steps -Base image with all dependencies installed (`ran-base`, was `ran-build`) -Image with all targets compiled (`ran-build`, did not exist before) -Copy MR !1344 : Fix a race condition in UE where PUSCH could not be sent when UE sends PUCCH and PUSCH at the same slot -This MR fixes the race on ULSCH processing in UE where PUSCH is not sent occasionally when UE sends PUCCH and PUSCH at the same slot. MR !1368 : \[CI\] improve Ping pass fail checkers -count # lines with LLL -ping checker if avgrtt value > target MR !1369 : \[CI\] git post (note) for scheduled test results -write a note to MR, when test is completed (valid for 2x2 scheduled tests)
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
- 17 Dec, 2021 5 commits
- 16 Dec, 2021 1 commit
-
-
Remi Hardy authored
MR !1354 : Fix msg4 segfault - Fix segmentation fault that happens after an uplink failure timeout (gNB removes the UE) and when UE tries to use the same (old) RNTI. MR !1347 : nr pdcp: introduce a thread to do pdcp_data_ind - Before this commit, pdcp_data_ind is done in the realtime PHY/MAC thread, and this may have an impact on realtime performances. - introduce a new thread to do the job, freeing the realtime PHY/MAC logic. MR !1360 : Scope telnet fixes -no need for form.h header in telnet -enable double buffering in scope -freeze gNB scope while updating graphs MR !1363 : CI: a few fixes -Increased some timeout -Added missing gNB log file from artifact
-
- 15 Dec, 2021 6 commits
- 14 Dec, 2021 9 commits
-
-
francescomani authored
-
francescomani authored
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 13 Dec, 2021 2 commits
-
-
francescomani authored
-
Cedric Roux authored
Before this commit, pdcp_data_ind is done in the realtime PHY/MAC thread, and this may have an impact on realtime performances. Let's introduce a new thread to do the job, freeing the realtime PHY/MAC logic. This is not a minor change. It may have positive and/or negative effects. To be tested carefully.
-