1. 31 Jan, 2025 2 commits
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/docker-dev-env' into integration_2025_w05 (!3102) · b34708fa
      Robert Schmidt authored
      Dockerized development environment
      
      This commit introduces a fully dockerized dev env you can start on any
      machine that has docker without installing any direct OAI dependencies
      on host.
      
      This allows to migrate development environments between machines easily.
      Several complementary scripts were added to enable smooth transition
      between your docker environment and host environment. Your user and sudo
      should work inside the environment.
      
      In its current state, the environment can be used to compile
      nr-softmodem with 7.2 FHI but it cannot run it due to missing
      dependencies.
      b34708fa
    • Bartosz Podrygajlo's avatar
      Dockerized development environment · 8ca0a80d
      Bartosz Podrygajlo authored
      This commit introduces a fully dockerized dev env you can start on any
      machine that has docker without installing any direct OAI dependencies
      on host.
      
      This allows to migrate development environments between machines easily. Several
      complementary scripts were added to enable smooth transition between your docker
      environment and host environment. Your user and sudo should work inside the
      environment.
      8ca0a80d
  2. 28 Jan, 2025 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2025_w04' into 'develop' · 64a472ae
      Robert Schmidt authored
      Integration: `2025.w04`
      
      Closes #876, #896, #875, #893, and #878
      
      See merge request oai/openairinterface5g!3226
      
      * !3198 remove a set of compile options that don't work anyway
      * !3171 Refactor SCTP Association Response Handling and E1 connection loss at CU-UP
      * !3023 usrp constant and slow derive timestamp
      * !3215 Remove unused code
      * !3192 fix nr phy-test mode in ntn
      * !3214 fix(nrLDPC_coding_t2): Miscellaneous fixes related to T2
      * !3020 use ML receiver for 64 QAM UL-MIMO
      * Demote error logs to debug for "PUCCH not processed"
      * !3217 minor improvements in T hacks
      * !3199 Add a small FAPI Hex parser utility
      * !3209 Remove most of m64 type usage
      * !3211 Avoid huge calloc by alloc'ing TBs independently
      * !3212 F1AP IDs: Allow AddMod, fix concurrency bug
      * !3152 E1 Setup enc/dec library and unit test
      * !2999 Repair nFAPI in 5G
      * !3210 FHI72: FDD support
      * !3220 Improve RA logs
      64a472ae
  3. 27 Jan, 2025 37 commits