- 18 Jun, 2022 1 commit
-
-
Robert Schmidt authored
integration_2022_wk24 See merge request oai/openairinterface5g!1591 MR !1382: Semi-automatic code generator for LDPC decoder for AVX2 and AVX512 MR !1521: 5G NR performance improvements for low SNR conditions MR !1579: pthread_create, RT scheduler, and address sanitizer are incompatible in Ubuntu 18.04 MR !1588: small fix in csi configuration MR !1583: Encoding/decoding CellGroup at MAC and fix RA with Msg3 carrying DCCH or DTCH messages
-
- 17 Jun, 2022 6 commits
-
-
Robert Schmidt authored
-
luis_pereira87 authored
Revert "Update downlink MCS table" block of code to function nr_set_pdsch_semi_static to get downlink working again in NSA
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
luis_pereira87 authored
-
- 16 Jun, 2022 6 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/ubuntu_18_rt_add_san_incompatibility' into integration_2022_wk24
-
Robert Schmidt authored
-
Laurent Thomas authored
-
Melissa Elkadi authored
When we run with the RT scheduler and the address sanitizer in Ubuntu 18.04, pthread_create will hang and never create threads. This adds some explanatory text in CMakeLists.txt to explain about this issue.
-
Robert Schmidt authored
-
- 15 Jun, 2022 7 commits
-
-
Roberto Louro Magueta authored
-
luis_pereira87 authored
Reset ul_failure flag only after sending Msg4 otherwise gNB starts scheduling too early
-
Roberto Louro Magueta authored
-
Robert Schmidt authored
-
Roberto Louro Magueta authored
# Conflicts: # cmake_targets/autotests/test_case_list.xml # openair1/SIMULATION/NR_PHY/dlsim.c # openair1/SIMULATION/NR_PHY/ulsim.c
-
luis_pereira87 authored
-
Robert Schmidt authored
-
- 14 Jun, 2022 4 commits
-
-
Karim Boutiba authored
-
Robert Schmidt authored
This reverts commit 01227494.
-
Robert Schmidt authored
The CI compiles the physims using Asan. This in turn compiles Asan into the LDPC decoder generator files. Since they are run during build, there are two options: 1) trigger the build using capability SYS_PTRACE to allow running asan when executing the generators. 2) disable asan in the generators. The first option seems not feasible, as the compilation of the ldpctest does not succeed (in fact, for a reason I don't understand, ninja seems to trigger linking and is then blocked indefinitely). Therefore, this commit simple disables asan in the generators.
-
luis_pereira87 authored
-
- 13 Jun, 2022 5 commits
-
-
luis_pereira87 authored
-
Raymond Knopp authored
-
luis_pereira87 authored
-
luis_pereira87 authored
# Conflicts: # openair1/PHY/INIT/nr_init.c # openair2/LAYER2/NR_MAC_gNB/config.c
-
Robert Schmidt authored
integration_2022_wk23 See merge request oai/openairinterface5g!1585 MR !1558: Add 5G SA end-to-end, step-by-step, tutorials for OAI CN5G, OAI gNB and COTS UE MR !1578: Adding required LOG_As for EpiSci CI testing. (Proxy) MR !1575: Fix msg3 retransmissions with OAI UE MR !1577: Fix ULSCH timing measurements in RAN-gNB-nrUE-MONO-TDD-Band78-N300 and logging improvements MR !1544: NR CORESET harmonization MR !1287: PUSCH performance improvement MR !1580: Aligning some internal memory to avoid segfaults
-
- 12 Jun, 2022 4 commits
-
-
Raymond Knopp authored
Merge branch 'ldpc-decoder-codegen' of https://gitlab.eurecom.fr/oai/openairinterface5g into ldpc-decoder-codegen
-
Raymond Knopp authored
-
Robert Schmidt authored
The files openair1/PHY/CODING/nrLDPC_cnProc.h and openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_cnProc.h have the same name, and also the same include guard/define. This commit renames the define in the latter to prevent this name clash.
-
Robert Schmidt authored
-
- 10 Jun, 2022 6 commits
-
-
luis_pereira87 authored
Fix initial connection setup when there is Msg4 retransmissions and UE comes with a new RA with Msg3 carrying DCCH or DTCH message
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Physical simulators are built using address sanitizer. During the build process, we use generators that are themselves built during the build process. They are also asan, and we therefore need to give the SYS_PTRACE capability during the build process to have them run correctly.
-
Robert Schmidt authored
-
- 09 Jun, 2022 1 commit
-
-
Robert Schmidt authored
-