1. 04 Jan, 2022 23 commits
  2. 24 Dec, 2021 2 commits
  3. 23 Dec, 2021 2 commits
    • Remi Hardy's avatar
      integration_2021_wk51_c · e230fb50
      Remi Hardy authored
      MR !1300 : Tx proc optim
      new optimizations of NR TX path to bring TX processing below 500us for up to 162 PRBs, 2x2 MIMO
      -ldpc-encode and parallelization (L. Thomas)
      -resource element mapping (SIMD + loop optimization for symbols with no PTRS or DMRS)
      integration of Intel SIMD-based CRC computations, 24-bit A/B, (from github.com/intel/soft-crc)  
      
      MR !1374 : oaiue x300  
      updated CI files after connecting X300+N300 on eNB/OAIUE server 
      prepared CI files for SA 60MHz BW
      
      MR !1355 : NR RRC harmonization: TDA for DL and UL
      Functions to automatically create TDA for DL and UL according to config file and TDD/FDD scenario. 
      Accordingly, TDA configurations removed from config file.
      (startin effort in harmonizing the RRC configuration)
      e230fb50
    • hardy's avatar
  4. 22 Dec, 2021 3 commits
  5. 21 Dec, 2021 1 commit
  6. 20 Dec, 2021 6 commits
  7. 19 Dec, 2021 3 commits
    • Remi Hardy's avatar
      integration_2021_wk51_a · b04731d7
      Remi Hardy authored
      MR !1352 : Build all targets in a single container before creating per-target containers 
      Builds all per-target containers in three steps
      -Base image with all dependencies installed (`ran-base`, was `ran-build`)
      -Image with all targets compiled (`ran-build`, did not exist before)
      -Copy
      
       
      MR !1344 : Fix a race condition in UE where PUSCH could not be sent when UE sends PUCCH and PUSCH at the same slot  
      -This MR fixes the race on ULSCH processing in UE where PUSCH is not sent occasionally when UE sends PUCCH and PUSCH at the same slot.
      
      MR !1368 : \[CI\] improve Ping pass fail checkers
      -count # lines with LLL
      -ping checker if avgrtt value > target  
      
      MR !1369 : \[CI\] git post (note) for scheduled test results
      -write a note to MR, when test is completed (valid for 2x2 scheduled tests)
      b04731d7
    • hardy's avatar
    • hardy's avatar