- 11 Oct, 2024 7 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
use of number of SSBs transmitted before current one as fapi index, creation of a mapping vector from SSB to fapi index
-
francescomani authored
-
- 10 Oct, 2024 2 commits
-
-
francescomani authored
-
francescomani authored
-
- 07 Oct, 2024 12 commits
-
-
Robert Schmidt authored
Integration: `2024.w40b` See merge request oai/openairinterface5g!3021 * !2890 F1AP encoding/decoding library * !2969 Time domain samples scope for NR UE & gNB * !2998 warmup RF board in UE * !3009 Fix the ratio of PDSCH EPRE to DM-RS EPRE * !2965 Refactoring of prepare_scc in gNB config * !3002 CI: Change frequency used by AW2S pipeline * !3007 Enable gNB configuration through YAML file * !3001 Minor ue fixes * !2971 Use getaddrinfo() when connecting to rfsimulator
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- Remove double "Connection ... established" (already printed in caller) - Remove useless, there is already the logging module - Print getaddrinfo() error as LOG_E (error)
-
Laurent THOMAS authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Laurent THOMAS authored
the code creates a sink to read all traced packets and drop it. but this works only if we send to a local address and if there is not another sink (like if we trace both UE and gNB in the same machine). this sink's purpose is only to prevent to get automatic packets back from the kernel saying "no listener". So, instead of killing the trace when we can't create the sink (as done previously), we now just let the trace in operation.
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
-
- 04 Oct, 2024 8 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 03 Oct, 2024 2 commits
-
-
Robert Schmidt authored
Integration: `2024.w40` Closes #756 and #849 See merge request oai/openairinterface5g!3014 * !2886 (doc): Added a new doc on hardware requirements * !2955 dockerized clang-format error detection tool * !3005 Fix symbol size in nr_dlsch_mmse * !2930 SRS tx power * SA-B200-Module-SABOX pipeline: improve radio * SA-AW2S-CN5G: accept 5% ping packet loss * !3003 Resolve "SEGFAULT in L1_rx_thread" - CI * !3016 fix tests for log2_approx and log2_approx64 * patch to move RFsim-4G to cacofonix
-
Robert Schmidt authored
-
- 02 Oct, 2024 9 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
andrewse authored
It can happen that L1 gives us a TB that we interpret as receiving UL MAC TB with LCID "UL_SCH_LCID_CCCH1". This might or might not be correct, but currently, we observe segfaults when trying to encode the cellgroup in send_initial_ul_rrc_message() (encode_cellGroupConfig()). This fix prevents a segfault by not delivering a MAC SDU to RLC if CCCH is already present. Note that in some cases, this could still happen, e.g. Resume Request. However, we don't support this message, so ignore it for the moment. This fix enables a gNB to operate continuously for extended periods (days), which is essential for real deployment scenarios. Closes: #756
-
Ghislain Bourgeois authored
Prevents bug where a closed socket is returned.
-
rmagueta authored
This fix gets DL 4-layer working with COTS UE
-
Thomas Schlichter authored
-
Thomas Schlichter authored
The test was actually never executed correctly (unsigned -10 is never <= 10), and log2_approx64_ref() was not accurate enough. Therefore replace it by directly comparing one value above and one value below each rounding boundary.
-