1. 02 Jul, 2024 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w26b' into 'develop' · 70267632
      Robert Schmidt authored
      Integration: `2024.w26` (part 2)
      
      See merge request oai/openairinterface5g!2823
      
      * !2794 Power control changes
      * !2816 Fix test asan errors
      * !2820 fix(T): some missing dependencies on T
      * !2714 FAPI P5 Refactoring and unitary test creation
      * !2819 Prevent unnecessary assertions for invalid DCI at NR UE
      * !2825 Do not extract CSI report if PUCCH format 2 CRC check fails in polar decoder
      * !2805 GUAMI decoding and storing in RRC UE context fixed
      70267632
  2. 01 Jul, 2024 5 commits
  3. 29 Jun, 2024 1 commit
  4. 28 Jun, 2024 4 commits
  5. 27 Jun, 2024 6 commits
  6. 26 Jun, 2024 15 commits
  7. 25 Jun, 2024 8 commits
    • Robert Schmidt's avatar
      Update FEATURE_SET · 6ba76d6a
      Robert Schmidt authored
      - CellGroupConfig is handled through DU (hence MAC)
      - mention number of DUs/CU-UPs handled per CU-CP
      - mention number of UEs handled
      - take out BWPs, as we don't support it properly
      - typos
      6ba76d6a
    • Bartosz Podrygajlo's avatar
      Remove hardcode for minimum TX power · d41a6e05
      Bartosz Podrygajlo authored
      d41a6e05
    • Bartosz Podrygajlo's avatar
      Fixed MPR application conditions. · d8572d55
      Bartosz Podrygajlo authored
      Fixed delta MPR.
      Fixed an error in PUCCH PC_MAX calculation.
      d8572d55
    • Robert Schmidt's avatar
    • Robert Schmidt's avatar
      Update cross-compilation builder to Ubuntu 22 · 199f8c21
      Robert Schmidt authored
      Update instructions and CI for cross-compilation on Ubuntu 22.
      Note that for the dockerfile, we use egrep -L which has changed and does
      not exit with code 0 on no match. Instead, use -vqz to invert return
      code (0 if nothing found, otherwise 1).
      199f8c21
    • Raphael Defosseux's avatar
      fix(test): using older version of iperf2 for lte feMBMS RF-sim test · 70719c3b
      Raphael Defosseux authored
      iperf2 2.0.13, used in Ubuntu 20, does not need a "back channel"; we can
      therefore use it in feMBMS (which does a broadcast, without back
      channel). Ubuntu 22 comes with 2.1.5, which seems to require a back
      channel, or at least, we cannot use it reliably in feMBMS. Hence,
      downgrade to older iperf2 version.
      Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
      70719c3b
    • Robert Schmidt's avatar
      Upgrade CI images to Ubuntu 22 · 94497435
      Robert Schmidt authored
      This updates all images in the CI to Ubuntu 22. It also updates
      corresponding documentation. Remove python(2) from the image, as it is
      not needed. Update documentation.
      
      It seems that the gcc coming in Ubuntu 22 does not like
      stack-protector-strong, so remove it as well.
      
      Since we compile Flexric, which does not support Ubuntu 22's default
      gcc-11 (it hits a compile bug), switch to gcc-12 manually.
      
      Since we update the compiler, we also need to be careful to use the right
      address sanitizer version (which is bundled with the compiler version).
      To avoid a reinstallation of the wrong asan version in target images, we
      modify Ubuntu 22 targets to copy libasan from the base image. This is necessary
      since we use update-alternative in the base image, but we don't want to
      install compilers in the target images to use update-alternatives to
      install the right asan version... This should be undone when switching
      to Ubuntu 24 in the future, as it will have a newer default gcc version,
      such that we don't need to update the compile in the first place.
      
      Upgrade libpython in lteUE for U22 upgrade to make it compatible with
      UHD.
      94497435
    • Robert Schmidt's avatar
      Switch to branch that resolves flexric warnings · b6f156cf
      Robert Schmidt authored
      A number of warnings appear when compiling flexric with gcc-12, which we
      use in the next commit. Those have been fixed upstream. Switch to the
      updated version to avoid warnings.
      b6f156cf