- 09 Jul, 2024 1 commit
-
-
Robert Schmidt authored
address sanitizer fails with this error upon starting the DU: ==7==ERROR: AddressSanitizer: odr-violation (0x7f8ed2594a00): [1] size=4 'log_mem_write_side' /oai-ran/common/utils/LOG/log.c:78:14 [2] size=4 'log_mem_write_side' /oai-ran/common/utils/LOG/log.c:78:14 These globals were registered at these points: [1]: #0 0x7f8ed5092658 in __asan_register_globals ../../../../src/libsanitizer/asan/asan_globals.cpp:341 #1 0x7f8ed570d47d in call_init elf/dl-init.c:70 [2]: #0 0x7f8ed5092658 in __asan_register_globals ../../../../src/libsanitizer/asan/asan_globals.cpp:341 #1 0x7f8ed3fe3eba in call_init ../csu/libc-start.c:145 #2 0x7f8ed3fe3eba in __libc_start_main_impl ../csu/libc-start.c:379 ==7==HINT: if you don't care about these errors you may set ASAN_OPTIONS=detect_odr_violation=0 SUMMARY: AddressSanitizer: odr-violation: global 'log_mem_write_side' at /oai-ran/common/utils/LOG/log.c:78:14 So we do as suggested and disable ODR violations to make the test pass. A proper solution would be to link this function only once.
-
- 08 Jul, 2024 2 commits
-
-
Robert Schmidt authored
-
Teodora authored
- r_amf->plmn_Identity was interpreted incorrectly, therefore remove it - selected_plmn_identity selects one of the list of PLMNs; at the moment, OAI supports only 1 PLMN ID; print a warning if it is different, and proceed with index 0 More information in issue #801
-
- 06 Jul, 2024 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 05 Jul, 2024 8 commits
-
-
luis_pereira87 authored
Change UE static IP (use_local_subscription_info: no) network address blocks for a 'Private-Use' range. Address block 12.1.0.0/16 is for public use, so we should not use it for the UEs (https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml)
-
Stefan Spettel authored
-
Cedric Roux authored
-
Cedric Roux authored
Also adapt callers. In particular nr_pdcp_reestablishment()
-
Cedric Roux authored
-
Cedric Roux authored
- make it work for SRB or DRB - adapt callers of this function - cleanup key derivation: the User Plane keys are generated at some places but are not used, remove the generation
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 03 Jul, 2024 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
Demote logs to debug: they don't provide that much information, and show periodically in the UE. They are not useful.
-
Bartosz Podrygajlo authored
-
- 02 Jul, 2024 2 commits
-
-
Guido Casati authored
-
Robert Schmidt authored
Integration: `2024.w26` (part 2) See merge request oai/openairinterface5g!2823 * !2794 Power control changes * !2816 Fix test asan errors * !2820 fix(T): some missing dependencies on T * !2714 FAPI P5 Refactoring and unitary test creation * !2819 Prevent unnecessary assertions for invalid DCI at NR UE * !2825 Do not extract CSI report if PUCCH format 2 CRC check fails in polar decoder * !2805 GUAMI decoding and storing in RRC UE context fixed
-
- 01 Jul, 2024 5 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/NR_UE_prevent_unnecessary_assertions' into integration_2024_w26b
-
Robert Schmidt authored
-
luis_pereira87 authored
This fix prevents the scheduler to process a wrong CSI feedback message, for example, it avoids the scheduler to compute a wrong MCS from CQI or a wrong RI from CQI
-
- 29 Jun, 2024 1 commit
-
-
Teodora authored
-
- 28 Jun, 2024 4 commits
-
-
francescomani authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 27 Jun, 2024 7 commits
-
-
Bartosz Podrygajlo authored
-
Robert Schmidt authored
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
francescomani authored
-
francescomani authored
-
- 26 Jun, 2024 5 commits
-
-
Robert Schmidt authored
Integration: `2024.w26` See merge request oai/openairinterface5g!2815 * !2750 Add Ubuntu 24.04 to/retire Ubuntu 18.04 from supported distributions, use Ubuntu 22 for CI container images * !2793 Option '-O' in phy simulators to provide a configuration file * !2797 Increase TX_DATA.request TB buffer size, fix compute_PDU_Length * !2814 Update documentation and FEATURE SET * !2720 Remove thread-pool Makefile * remove extra log
-
Robert Schmidt authored
This reverts a change in commit ccba7c87. There is no real reason to show this warning (the gNB will work just fine, simply not schedule since no free HARQ) and it makes users unsure.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-