1. 07 Nov, 2024 10 commits
  2. 06 Nov, 2024 18 commits
  3. 05 Nov, 2024 7 commits
    • Bartosz Podrygajlo's avatar
      Thread safe get_ue_nas_info · 4d070036
      Bartosz Podrygajlo authored
      Call get_ue_nas_info before any thread starts to prevent
      concurrent initialization of uicc array.
      4d070036
    • Bartosz Podrygajlo's avatar
      Fix data race on csiim_vars · f6ea1648
      Bartosz Podrygajlo authored
      csiim_vars used to be global array for each UE. Now its present in phy_data which
      is in dynamically allocated memory
      f6ea1648
    • Bartosz Podrygajlo's avatar
      Fix data race on csirs_vars · 0109a6b9
      Bartosz Podrygajlo authored
      csirs_vars used to be global array for each UE. Now its present in phy_data which
      is in dynamically allocated memory.
      0109a6b9
    • Bartosz Podrygajlo's avatar
      Thread safety for MAC config · 900fcd97
      Bartosz Podrygajlo authored
      Move mac_IF_mutex to MAC instance and use it for ensuring thread safety when modifying
      MAC structures from RRC.
      900fcd97
    • 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
  4. 04 Nov, 2024 5 commits