1. 09 Nov, 2024 4 commits
    • Robert Schmidt's avatar
    • Robert Schmidt's avatar
      a3a59e4a
    • Robert Schmidt's avatar
      Do not retrieve deployment logs during DeployObject · 9d4337c5
      Robert Schmidt authored
      Since commit 041b2b2d, the CI main loop
      iterates over all steps, even if there has been a problem during an
      earlier XML step. In all cases, UndeployObject() is marked to always
      run, as we always need to make sure that all deployed services are
      terminated. UndeployObject() always recovers logs. Hence, it's not
      necessary to do it here as well; it leads to duplicated logs.
      
      This is visible in all pipeline with a failed deployment: the logs
      appear twice.
      9d4337c5
    • Robert Schmidt's avatar
      Simplify create_workspace.sh: remove unnecessary checkout · 019778e9
      Robert Schmidt authored
      create_workspace.sh used to check out develop by default. However, this
      is unnecessary because the script later checks out a specific reference
      (which can be a commit ID, which is not accepted by git clone, the
      reason we don't check out during clone); the repository will simply be
      empty in the beginning, which should not be a problem.
      
      Further, it is problematic because we use this script for the build of
      the L2sim proxy, and the repository does not have develop; thus, without
      this modification, L2sim proxy build will always fail.
      019778e9
  2. 05 Nov, 2024 3 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w44' into 'develop' · 220d851d
      Robert Schmidt authored
      Integration: `2024.w44`
      
      See merge request oai/openairinterface5g!3081
      
      * !2988 Add functional DFT test
      * !3072 snow3g: fix array size
      * !3073 small fix for 3 digit mnc usage in sib1
      * !3040 Update pbchsim to work with other numerologies
      * !3078 Simplify logs in gNB&UE
      * !3080 Add Fedora 41, build_oai cleanup
      * !3061 RLC optimization
      * !3008 Fix regression 4g
      * !3084 Fix a typo in nrue.uicc.yaml file
      * !3085 chore(ci): creating a develop tag on top of develop-commit-id tag for the local private registry
      220d851d
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/ci-add-develop-tag-in-private-repo' into... · e3c3a8a6
      Robert Schmidt authored
      Merge remote-tracking branch 'origin/ci-add-develop-tag-in-private-repo' into integration_2024_w44 (!3085)
      
      chore(ci): creating a develop tag on top of develop-commit-id tag for the local private registry
      
      Create a 2nd tag of develop for all images on the local registry.  We
      are doing this in order to simplify cross-repository testing between
      FlexRIC and RAN.
      e3c3a8a6
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/nrue-yaml-hotfix' into integration_2024_w44 (!3084) · 70885cc9
      Robert Schmidt authored
      Fix two issues with softmodem yaml files
      
      - Fix a typo that prevents casting max_chan to integer in nrue.uicc.yaml
      - Remove unused field ssb_PositionsInBurst_PR from gNB example config
        yaml file
      70885cc9
  3. 04 Nov, 2024 5 commits
  4. 01 Nov, 2024 3 commits
  5. 31 Oct, 2024 9 commits
  6. 30 Oct, 2024 8 commits
  7. 29 Oct, 2024 8 commits