- 27 Sep, 2024 9 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
Fixing this avoids the theoretical possibility of dereferencing a NULL pointer.
-
Thomas Schlichter authored
-
Thomas Schlichter authored
Experiments did show that the time sync is less stable in terrestrial mode if the integral part of the PI controller is used. So set it to 0.0 by default. For NTN LEO use case we can still use it by providing the command line parameter --time-sync-I 0.2 . fixes #846
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
- 24 Sep, 2024 1 commit
-
-
Robert Schmidt authored
Integration: `2024.w38b` Closes #839 See merge request oai/openairinterface5g!2977 * !2704 nr pdcp: add support for nea1 * !2800 UE improvements * !2920 Receive SIB19 on nrUE * !2975 Remove hardcoding of CPU measurements (respect option `-q`) * !2976 Update latest SIMDE version * !2957 T: increase max number of args * !2916 NR UE PUSCH resource mapping optimization * !2787 CI: increase max number of concurrent workers to 64 * !2974 fhi_72: allow to provide dpdk_mem_size to xran * !2964 CI: Replacing the UE on Aerial setup * !2973 CI: remove unused code and files
-
- 23 Sep, 2024 11 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Robert Schmidt authored
See e.g., egrep(1) [https://linux.die.net/man/1/egrep]: > two variant programs egrep and fgrep are available. egrep is the same > as grep -E. fgrep is the same as grep -F. Direct invocation as either > egrep or fgrep is deprecated See also the rationale of the POSIX description of grep (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html): > This grep has been enhanced in an upwards-compatible way to provide > the exact functionality of the historical egrep and fgrep commands as > well. It was the clear intention of the standard developers to > consolidate the three greps into a single command. Closes: #839
-
Robert Schmidt authored
-
Robert Schmidt authored
As of now, these seem to be the Jenkinsfiles used on Jenkins ci-scripts/Jenkinsfile-cluster ci-scripts/Jenkinsfile-colosseum ci-scripts/Jenkinsfile-GitLab-Container ci-scripts/Jenkinsfile-GitLab-COTS-UE-Test ci-scripts/Jenkinsfile-nrue ci-scripts/Jenkinsfile-physim-deploy ci-scripts/Jenkinsfile-push-registry ci-scripts/Jenkinsfile-tmp-full-ran ci-scripts/Jenkinsfile-tmp-multi-enb ci-scripts/Jenkinsfile-tmp-multi-enb-nsa ci-scripts/Jenkinsfile-tmp-ran (gather all files in a file, then cat <file> | sort | uniq) Remove all others.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- Fix Jenkinsfile-tmp-full-ran: python test stage TerminateOAIUE() has been removed
-
- 21 Sep, 2024 3 commits
-
-
Robert Schmidt authored
The default values set by xran for DPDK socket memory/limit is 8192. It is changed when the variable for the memory size, given down to xran, is non-zero (cf also previous patch). Since the last patch, if nothing is given in OAI configuration, OAI will pass down a size of 8192. However, a configuration value of 0 is a valid choice (it is a pre-allocation, DPDK will allocate dynamically), so modify the default in xran to be 0 so that all sizes, including 0, can be given to DPDK. Note that the currently used implementation of xran will always try to allocate this memory on NUMA node 0. If you want to use another one, this field has to be set to 0 (no pre-allocation), and DPDK will allocate it dynamically. Co-authored-by: Sagar Arora <sagar.arora@openairinterface.org>
-
Robert Schmidt authored
-
Robert Schmidt authored
xran has a mechanism to request DPDK to allocate a configurable amount of bytes for huge pages. We set it to 0 until now; expose this variable through configuration, and provide a meaningful default 8192 MiB. Provide documentation.
-
- 20 Sep, 2024 9 commits
-
-
Robert Schmidt authored
-
Reem Bahsoun authored
- Change XML and YAML to use up2 in aerial pipeline - Modify gNB config to improve throughput - Reflect changes in documentation
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 19 Sep, 2024 6 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
Mapping of data REs in DMRS symbol depends only on number of CDM group no data. So the special case function that depended on delta is removed and a single function is used.
-
Robert Schmidt authored
like this: /oai-ran/openair3/SECU/snow3g.c:429:23: runtime error: left shift of 232 by 24 places cannot be represented in type 'int'
-
Cedric Roux authored
To use: cd <top directory of openair> mkdir build cd build cmake .. -GNinja -DENABLE_TESTS=ON ninja tests (alternatively: ninja snow3g_tests) ctest (alternatively: ctest -R snow3g_tests)
-
Laurent THOMAS authored
-
- 18 Sep, 2024 1 commit
-
-
Robert Schmidt authored
Build on ARM fails in the previous version, while the current master (1a09d3bc) works. So let's update to a newer version to avoid problems on ARM, and assuming x86 works.
-