1. 13 Jan, 2025 3 commits
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/race-ue-rrc-mac' into integration_2025_w02 (!3103) · 72aaf45f
      Robert Schmidt authored
      Introduce ITTI queue in RRC-to-MAC direction
      
      resolve ue rcc to mac race conditions by a itti queue, but it doesn't
      resolve the problem of exact slot we should apply the new cell
      configurtion
      72aaf45f
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/oran-iova-config' into integration_2025_w02 (!3189) · 4dfbd0dd
      Robert Schmidt authored
      fhi_72: allow to provide dpdk_iova_mode to xran
      
      - Introduce a gNB configuration option that enables users to select the
        desired IOVA mode for DPDK ("PA" or "VA") with dpdk_iova_mode
        parameters in fhi_72 configuration section. If not set, the default
        remains PA mode to ensure backward compatibility with existing
        configurations. Detailed information about IOVA modes, including their
        advantages and disadvantages, can be found in the DPDK documentation:
        Memory in DPDK Part 2: Deep Dive into IOVA
      - Using IOVA VA mode allows DPDK to run without requiring SYS_ADMIN
        capability for the docker container.
      - Switch to IOVA VA mode in the FHI7.2 pipeline and reduce the required
        capabilities for the docker container.
      4dfbd0dd
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/local-UL_INFO' into integration_2025_w02 (!3076) · 39d9d32e
      Robert Schmidt authored
      Move UL_INFO structure allocation local to a rx slot processing
      
      UL_INFO is allocated a gNB, so require mutex and obscur information
      passing function to function.  Instead, make a local UL_INFO per slot,
      removing the mutex and making the code easier to understand.
      39d9d32e
  2. 10 Jan, 2025 22 commits
  3. 09 Jan, 2025 3 commits
  4. 08 Jan, 2025 4 commits
  5. 07 Jan, 2025 1 commit
  6. 06 Jan, 2025 7 commits