- Mar 18, 2025
-
-
Jaroslava Fiedlerova authored
Integration: `2025.w11` Closes #848 See merge request !3309 * !3306 Add a new CI label: nrUE * !3303 remove wrong assertion for B4 PRACH format * !3296 fix(nrLDPC_decoder): fix numIter increment * !3150 Rework of NR UE RA procedures * !3305 CI: Fix timeout for OC Deployments * !3307 Add CI UE test for RA with C-RNTI * !3271 Handle changing N_TA_offset correctly * !3313 Small fix for jenkins message formatting
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/fix-jenkins-message-formatting' into integration_2025_w11 (!3313) Small fix for jenkins message formatting
-
Bartosz Podrygajlo authored
-
Robert Schmidt authored
Add a new CI label: nrUE Added handling of the nrUE label which limits the amount of CI tests to run. Only tests that use nr-uesoftmodem or phy simulators are triggered. See merge request !3306
-
- Mar 17, 2025
-
-
Bartosz Podrygajlo authored
Added handling of the nrUE label which limits the amount of CI tests to run. Only tests that use nr-uesoftmodem or phy simulators are triggered.
-
Francesco Mani authored
-
-
-
Francesco Mani authored
-
Jaroslava Fiedlerova authored
This merge request is for two issues: 1. Core Network Deployment/Undeployment If the Helm release oai5gcn does not exist (e.g., it was already deleted, failed during installation), helm uninstall will fail with a "release not found" error. The --timeout 60s makes Helm wait up to 60 seconds for all resources to be deleted. If cleanup takes longer (e.g., due to resources or dependencies), the command fails with a timeout error, potentially leaving resources in an incomplete state. 2. Increase the timeout value for OpenShift RHEL Builds The timeout parameter is set as the maximum wait time for the jobs to complete. If the jobs do not complete within that time, the function logs an error. The jobs may take longer to complete, the function exits early with an error, even if the jobs are still progressing. So, to address both the issues: We first list all installed Helm releases in the given namespace, returning only their names. We then pass the release names to helm uninstall, uninstalling all releases in the namespace. The default value for timeout is 5 minutes. Increased the timeout value for the RHEL Builds.
-
- Mar 14, 2025
-
-
Jaroslava Fiedlerova authored
Rework of NR UE RA procedures Closes #848
-
Jaroslava Fiedlerova authored
fix(nrLDPC_decoder): fix numIter increment The logs of ./nr_ulsim -n100 -m19 -s12 -S12 -z2 -L4 were showing that sometimes the decoding of one segment was failing while the CRC check succeeded. This was happening because the iteration counter numIter was not properly managed so that when the last iteration was successful to decode the segment still numIter at the exit was equal to numMaxIter plus 1 so that decoding was considered to have failed. In other words the last iteration if it occured was always wasted. This commit offers to solve this problem by simply moving the iteration counter increment at the end of the iteration loop while remaining careful at fixing the tests relying on this counter. Post-Scriptum: After a first review, we decided to make the counter more standard from a C code perspective. The counter now counts from 0 to numMaxIter minus 1. If it reaches numMaxIter, it means that decoding was unsuccessful.
-
Jaroslava Fiedlerova authored
remove wrong assertion for B4 PRACH format Introduced in !3088 (merged)
-
- Mar 13, 2025
-
-
Francesco Mani authored
use sleep to delay UE to allow the convergence of the IIR filter on PRACH noise measurements at gNB side instead of counting frames
-
Francesco Mani authored
-
Francesco Mani authored
This is required to comply with the standard to flush MSG3 buffer in some occasions and to keep preparing MSG3 payload in advance
-
-
Default value of timeout is 5 minutes.
-
- Mar 12, 2025
-
-
Francesco Mani authored
error for ra-responsewindow exceeding 10ms instead of assertion (CI test with FAPI would fail otherwise)
-
Francesco Mani authored
-
Francesco Mani authored
(this is needed because it might expire while MSG2 is being decoded despite being received inside the window)
-
Francesco Mani authored
-
Francesco Mani authored
start the rar reception window in PRACH slots but take into account the additional slots difference wrt when we actually would need to start it (in first DCI occasion)
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
also removed unnecessary BWP dependence
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
this is for do-ra mostly and it was just called to compute MSG3 size which is fixed and known
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Jaroslava Fiedlerova authored
Integration: `2025.w10` See merge request !3299 * !3265 Remove some unnecessary extern files * !3288 FeedbackDisabled removed from RA * !3294 Fix OAI UE uplink_frequency in FDD mode * !3282 Use common function to prepare DL PDUs in gNB RA * !3290 Fix get_nr_prach_info_from_index() for FDD and long format * !3244 Add F1 handover CI test * !3292 Ensure clean exit of NR UE * !3298 Preventing segmentation fault in print_rrc_meas (if reviewed and CI is OK) * !3297 Reset timing_advance on sync/re-sync * !3289 use slot type for slots in NR
-