- 22 Dec, 2021 2 commits
-
-
luis_pereira87 authored
-
rmagueta authored
-
- 20 Dec, 2021 3 commits
-
-
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>
-
- 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 1 commit
-
-
hardy authored
-
- 14 Dec, 2021 7 commits
-
-
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
-
-
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.
-
Remi Hardy authored
MR !1333: Docker: reduce the number of layers in target images. MR !1345: small fixes for nr rlc -trigger status report when t-reassembly expires -reduce "buffer full" log
-
- 09 Dec, 2021 9 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
hardy authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Change the python script such that we first build the ran-base image (renamed from ran-build, as it does not build anything), followed by the ran-build image compiling all dependencies, and the generate the independent target container images.
-
mjoang authored
-
- 08 Dec, 2021 5 commits
-
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
Robert Schmidt authored
This commit creates an intermediary build image for all eNB, gNB, UE, nrUE, RU targets (ran-build) after the image containing all RAN compilation dependencies (ran-base). Then, the corresponding target container images are just copied from the ran-build. The only exception is phySim, which is still compiled independently, as the build_oai would otherwise put all compiled files into phy_simulators/build instead of ran_build/build. We do this at this state to avoid any inconsistencies.
-