1. 20 Dec, 2025 1 commit
  2. 19 Dec, 2025 3 commits
    • Jaroslava Fiedlerova's avatar
      Merge branch 'integration_2025_w51' into 'develop' · b916c6d8
      Jaroslava Fiedlerova authored
      Integration `2025.w51`
      
      * !3816 Add two missing include guards
      * !3715 Pass beam ID as per FAPI v222.10
      * !3777 UE NTN : Fix in case SIB19 periodicity is greater than 2 secs
      * !3813 Reset outdated PUCCHs to avoid Assertion caused by non-processed and active PUCCHs
      * !3815 Remove phy_extern_nr_ue file
      * !3824 CI: adjust UE attach timeout handling
      * !3735 vrtsim: Optimize channel modelling
      
      See merge request oai/openairinterface5g!3817
      b916c6d8
    • Jaroslava Fiedlerova's avatar
      Merge remote-tracking branch 'origin/vrtsim-speedup' into integration_2025_w51 (!3735) · 19f61af2
      Jaroslava Fiedlerova authored
      vrtsim: Optimize channel modelling
      
      Optimization pass for channel modelling on transmission in vrtsim. This
      comes from a requirement of O-RU to perform channel modelling with minimum
      latency. The latency measured in O-RU 4TX 2RX on the UE is lowered from
      ~400 uS to ~100uS.
      
      - Reduced MAX_CHANNEL_LENGTH to 200 and introduced SAVED_SAMPLES_LEN
      - Refactored channel modelling actor allocation to parallelize work better
      - Improved batching and task creation for channel modelling
      - Replaced static global saved_samples with local static buffer in vrtsim_write_with_chanmod
      
      Create a new CI pipeline for testing with vrtsim on Gracehopper:
      https://jenkins-oai.eurecom.fr/job/RAN-VRT-Sim-Test-5G/
      19f61af2
    • Jaroslava Fiedlerova's avatar
      Merge remote-tracking branch 'origin/ci-fix-ue-attach' into integration_2025_w51 (!3824) · ffcf4967
      Jaroslava Fiedlerova authored
      CI: adjust UE attach timeout handling
      
      This modification addresses an issue in the RFSim-5G 2x2 test where the UE
      often fails to attach within the initial 20s window. The timeout may cause
      the UE to restart, which leads to two UEs appearing in the gNB log. By
      increasing the initial timeout to 40s, we avoid unnecessary restarts.
      ffcf4967
  3. 18 Dec, 2025 1 commit
    • Jaroslava Fiedlerova's avatar
      CI: adjust UE attach timeout handling · bf347a62
      Jaroslava Fiedlerova authored
      - Set default attach_timeout to 40s
      - Increase timeout only after failed attach attempts
      
      This modification addresses an issue in the RFSim-5G 2x2 test where the UE
      often fails to attach within the initial 20s window. The timeout may cause
      the UE to restart, which leads to two UEs appearing in the gNB log. By
      increasing the initial timeout to 40s, we avoid unnecessary restarts.
      bf347a62
  4. 17 Dec, 2025 12 commits
  5. 16 Dec, 2025 4 commits
  6. 15 Dec, 2025 9 commits
  7. 12 Dec, 2025 3 commits
    • luis_pereira87's avatar
      Reset outdated PUCCHs to avoid Assertion caused by non-processed and active PUCCHs · 71e23b12
      luis_pereira87 authored
      When there is real-time issues in L1 it may happen that the scheduler misses/skips some slots, thus, L2 not processing and not freeing some structures like PUCCH.
      This commit avoids the Assertion by resetting any Active outdated PUCCH
      71e23b12
    • Jaroslava Fiedlerova's avatar
      Merge branch 'integration_2025_w50' into 'develop' · 479be40b
      Jaroslava Fiedlerova authored
      Integration `2025.w50`
      
      * !3638 NR UE: calculate TA based on SIB19 information in NTN mode, if autonomous TA is not enabled
      * !3624 NR UE: improve handling of Handover procedures
      * !3807 doc: Update doc for IF setup
      * !3741 Update documenation for handover
      * !3798 Fix for computation of PRACH occasions and association period
      * !3808 Add symbol timing functions for NR_DL_FRAME_PARMS + optimization for slot timing counterparts
      
      Closes #981
      
      See merge request oai/openairinterface5g!3806
      479be40b
    • Jaroslava Fiedlerova's avatar
      Merge remote-tracking branch 'origin/symbol-duration-functions' into integration_2025_w50 (!3808) · 44c64a2e
      Jaroslava Fiedlerova authored
      Add symbol timing functions for NR_DL_FRAME_PARMS + optimization for slot timing
      counterparts
      
      Add two new functions for calculation symbol timestamp and symbol duration for
      NR_DL_FRAME_PARMS. Also includes an optimization focused on removing
      inefficiencies related slot-related counterparts.
      44c64a2e
  8. 10 Dec, 2025 6 commits
  9. 09 Dec, 2025 1 commit