1. 18 Jul, 2024 2 commits
    • Jaroslava Fiedlerova's avatar
      CI: Simplify Iperf_Module() · b790150e
      Jaroslava Fiedlerova authored
      Remove code related to "rfsim4g_enb_fembms" testcase from Iperf_Module() -
      replaced by Iperf2_Unidir(). Use copyin() for both remote and local
      commands - no need to check if running on localhost anymore.
      Create directory for log collection on executor node -
      used for log collection in pipelines running on localhost.
      Copy the iperf3 report to the executor machine for log collection.
      The report needs to be copied to two different directories to ensure
      proper log collection across all pipelines. Using absolute paths
      ensures compatibility with both remote and local commands.
      b790150e
    • Jaroslava Fiedlerova's avatar
      CI: Create Iperf2 unidirectional function · a6ce2896
      Jaroslava Fiedlerova authored
      Add new function to run iperf v2 test. Supports testing with 1 UE, unidirectional traffic.
      Currently used in RFSim-4G, FeMBMS testcase.
      a6ce2896
  2. 20 Jun, 2024 1 commit
    • Raphael Defosseux's avatar
      Merge branch 'integration_2024_w24' into 'develop' · 69962ef9
      Raphael Defosseux authored
      Integration: `2024.w24`
      
      See merge request oai/openairinterface5g!2801
      
      * !2789 CI: Increase iperf/iperf3 command timeout
      * !2762 improve nrUE NAS security: accept NEA1,NEA2,NIA1,NIA2
      * !2791 fix regressions for large physical cell id values
      * !2792 Add support for MIMO 2x2 with USRP B210 at 20 MHz BW and 3/4 sampling rate
      * !2748 Small UE fixes
      * !2745 Add google test testcases for nr_get_Pcmax
      * !2785 Update FHI 7.2 interface, test bandwidths, fix integer overflows
      69962ef9
  3. 19 Jun, 2024 1 commit
  4. 14 Jun, 2024 3 commits
  5. 13 Jun, 2024 8 commits
  6. 12 Jun, 2024 4 commits
    • Jaroslava Fiedlerova's avatar
      Fix integer overflow · 63125876
      Jaroslava Fiedlerova authored
      Avoid UBSan error:
        openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c:1524:41: runtime error: signed integer overflow: 737285888 + 1459370880 cannot be represented in type 'int'
      63125876
    • Jaroslava Fiedlerova's avatar
      Fix integer overflow · 4980be04
      Jaroslava Fiedlerova authored
      Avoid UBSan error:
        openair1/SCHED_NR/phy_procedures_nr_gNB.c:867:37: runtime error: signed integer overflow: 1744750952 + 412859840 cannot be represented in type 'int'
      4980be04
    • Jaroslava Fiedlerova's avatar
      Fix integer overflow · b17354b7
      Jaroslava Fiedlerova authored
      Avoid UBSan error:
        openair1/PHY/NR_ESTIMATION/nr_measurements_gNB.c:246:18: runtime error: signed integer overflow: 1457321472 + 922889664 cannot be represented in type 'int'
      b17354b7
    • Jaroslava Fiedlerova's avatar
      Fix integer overflow · 516b91fc
      Jaroslava Fiedlerova authored
      Avoid UBSan error:
        openair1/SCHED_NR/phy_procedures_nr_gNB.c:869:43: runtime error: signed integer overflow: 1546663455 + 1635930955 cannot be represented in type 'int'
      516b91fc
  7. 11 Jun, 2024 2 commits
  8. 10 Jun, 2024 3 commits
  9. 07 Jun, 2024 4 commits
  10. 06 Jun, 2024 12 commits