1. 24 Jun, 2024 7 commits
  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 7 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w23' into 'develop' · 9055fabe
      Robert Schmidt authored
      Integration: `2024.w23`
      
      See merge request oai/openairinterface5g!2788
      
      * !2510 NR UE MAC UCI on PUSCH and aperiodic CSI reporting
      * !2597 LTTng logger (CTF)
      * !2751 synch the USRP time accross devices using the host clock
      * !2775 Remove some global variables
      * !2779 remove rb_mask_ul from permanent storage for stack local usage
      * !2782 USRP: add a T trace to record the RX IQ data on antenna 0
      * !2783 build_oai: fix bad options' names
      * !2753 Pucch power control
      9055fabe
    • Raphael Defosseux's avatar
      fix(aerial): configuration modifications to migrate CI run to aerial1 · e120f54f
      Raphael Defosseux authored
       * IP address of VNF shall be aerial1's one
       * scripts within cubb container shall be run with sudo now
      Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
      e120f54f
    • Jaroslava Fiedlerova's avatar
      Increase iperf test timeout · e60f82cc
      Jaroslava Fiedlerova authored
      In some testcases, especially when iperf test duration is short (10s),
      client does not report on time and report collection is interrupted.
      This commit increase timeout for iperf/iperf3 commands.
      e60f82cc
    • Robert Schmidt's avatar
      Fix memory leak: free NotifiedFIFO_elt · 3c5edab8
      Robert Schmidt authored
      3c5edab8
    • Robert Schmidt's avatar
      Fix integer overflow · f4659b2b
      Robert Schmidt authored
      Avoid UBSan error:
        openair1/PHY/NR_ESTIMATION/nr_measurements_gNB.c:183:22: runtime error: signed integer overflow: 2122747784 + 27403601 cannot be represented in type 'int'
      f4659b2b
    • Robert Schmidt's avatar
      Fix integer overflow · 0199d861
      Robert Schmidt authored
      avoid UBsan error:
        openair1/PHY/NR_TRANSPORT/pucch_rx.c:266:21: runtime error: signed integer overflow: 2113190528 + 117251752 cannot be represented in type 'int'
      0199d861
    • Robert Schmidt's avatar
      Fix integer overflow · 321c4751
      Robert Schmidt authored
      avoid UBsan error:
        openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c:459:77: runtime error: signed integer overflo w: 2009540296 + 668087372 cannot be represented in type 'int'
      321c4751