- 01 Mar, 2024 6 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 28 Feb, 2024 3 commits
-
-
vijay chadachan authored
The following ASSERT is tirggered while testing 16 UE setup. Assertion (NPRB>0 && (NPRB + RBstart <= BWPsize)) failed! In PRBalloc_to_locationandbandwidth0() /home/ran/common/utils/nr/nr_common.c:286 Illegal NPRB/RBstart Configuration (1,48) for BWPsize 48 Corrected the get_start_stop_allocation calculation to fix the issue. The implementation was wrong. The rbstop shall be the last rb that could be allocated. Also the following two conditions are taken care rbStart needs to be strictly smaller than rbStop rbStart+rbSize needs to be smaller or equal to rbStop The problem was that we confounded both conditions, so rbStart could be equal to rbStop, which then leads to one PRB being allocated at the end. Setting rbStop to BWPsize - 1 and making sure the above two conditions are true does not make it lead to wrong allocations anymore.
-
Cedric Roux authored
textlog is, well, text log. The GUI part is totally useless. Let's remove it.
-
Jaroslava Fiedlerova authored
-
- 27 Feb, 2024 1 commit
-
-
Robert Schmidt authored
CI: Integration Branch 2024 week 08 See merge request oai/openairinterface5g!2585 * !2540 NR UE max MIMO layers from UEcap * !2554 NR UE RRC minor improvements * !2563 Add missing backtick for proper code style in README.md * !2567 Avoid integer overflows, buffer overflows, in channel levelling * !2574 NR UE fix for configuring coreset0 and SS0 * !2575 NR UE fix init PDCP phy-test * !2551 NR UE improvements for contention resolution timer * !2570 CI: Replace nrmodule2 by up2
-
- 26 Feb, 2024 1 commit
-
-
Robert Schmidt authored
-
- 25 Feb, 2024 1 commit
-
-
Ajit Singh authored
-
- 23 Feb, 2024 8 commits
-
-
Jaroslava Fiedlerova authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Merge remote-tracking branch 'origin/fix-multiple-inexact-computations-in-nr_dlsch_channel_level' into integration_2024_w08
-
Raphael Defosseux authored
Add missing backtick for proper code style in README.md: on behalf of Roger Pueyo Centelles, MR 2563 Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
- 22 Feb, 2024 2 commits
-
-
Sakthivel Velumani authored
-
Laurent THOMAS authored
UBsan fails with errors without this commit. The commit changes: - avoid two possible integer overflows in nr_dlsch_channel_level() and nr_dlsch_channel_level_median() - nr_dlsch_channel_level_median() is simplified - use MAX_ANT in avg to handle more than 4x4 config
-
- 20 Feb, 2024 1 commit
-
-
francescomani authored
-
- 16 Feb, 2024 2 commits
-
-
Nuno Domingues authored
-
Robert Schmidt authored
-
- 15 Feb, 2024 5 commits
-
-
francescomani authored
-
Romain Beurdouche authored
feat(doc): suggested changes: realtime tuned profile, kthread_cpus formulation and further details in PTP pining
-
Romain Beurdouche authored
-
Romain Beurdouche authored
-
Romain Beurdouche authored
-
- 14 Feb, 2024 10 commits
-
-
francescomani authored
-
Romain Beurdouche authored
-
Romain Beurdouche authored
-
Romain Beurdouche authored
feat(doc): update O-RAN 7.2 doc: details in kernel thread isolation, kernel thread isolation for solving PTP clock lag, PCI address of VFs
-
luis_pereira87 authored
for FR2 offsetToPointA is expressed in terms of 60 kHz SCS and k_SSB expressed in terms of the subcarrier spacing provided by the higher-layer parameter subCarrierSpacingCommon
-
luis_pereira87 authored
Enable CI to test kSSB with a value different from 0 for FR2 to prevent regressions on future updates related with kSSB
-
luis_pereira87 authored
-
luis_pereira87 authored
Fix for CI runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fix for CI runtime error: left shift of 128 by 24 places cannot be represented in type 'int'
-
Robert Schmidt authored
Transform the previous FR2 do-ra test to FR2 RA. Co-authored-by: Luis Pereira <lpereira@allbesmart.pt>
-
Robert Schmidt authored
Integration: 2024.w06 Closes #733 and #732 See merge request oai/openairinterface5g!2564 * !2490 reworking configuration of LogicalChannelConfig at MAC UE * !2548 NR UE MSG3 buffer * !2556 Support RC SM aperiodic subscription for "UE RRC State Change" * !2557 fix duplicate call of RCconfig_NR_L1 * !2550 use pointer to structure instead of module_id inside MAC * address #733 * !2560 chore(ci): force rebuild of ran-base for integration branches * !2495 Sidelink configuration passed from RRC->MAC * !2220 L1 tx thread * !2559 FH 7.2 improvements * !2566 Provide right E1 instance when creating E2 agent in CU-UP * !2513 Update NR SA tutorials
-