1. 17 May, 2021 1 commit
  2. 16 May, 2021 4 commits
  3. 15 May, 2021 1 commit
    • Remi Hardy's avatar
      Integration 2021 wk19 · df6b6a72
      Remi Hardy authored
      MR !1028 : oairu
      -standalone RRU executable for quick building on simple platforms (no building of L1/L2 procedures) 
      -small changes for improving eNB in outdoor deployment scenarios - power control loop, bugfixes, gathering of statistics (L1,MAC,PDCP,RRC), UL measurement procedures, 2/4 antenna reception testing for LTE eNB 
      -x300/n300 eNB testing and minor improvements 
      -level shifting for x300/n300 
      -minimizing L1 variables in MAC 
      -removal of RC in RU code sections, minimizing use of RC in L1 code sections
      
      MR !1141 : nr-dmrs-fixes
      -NR fixes, identified by UXM tests
      df6b6a72
  4. 12 May, 2021 5 commits
  5. 11 May, 2021 1 commit
  6. 10 May, 2021 4 commits
  7. 09 May, 2021 2 commits
  8. 08 May, 2021 1 commit
    • Remi Hardy's avatar
      Integration 2021 wk18 b · 6d1bc204
      Remi Hardy authored
      MR !1156 : bugfix_gnb_rt_stats_html
      -bugfix for 5G NR phy test: the rt report in html shall be displayed only for gNB
      
      MR !1155 : fix-physim-deploy
      -The pexpect method has echo issues and is not reliable when we do the polling.
      -added a few wait states when pushing the image to the cluster.
      -first step also for giving up on remote hosts credentials as the used method implies SSH key authentication.
      
      MR !1146: ci_quectel_support
      -Support for quectel module as UE for NSA and Benetel tests
      -First step for UE infra / testbench infra as code 
      6d1bc204
  9. 07 May, 2021 3 commits
  10. 06 May, 2021 4 commits
  11. 05 May, 2021 3 commits
  12. 04 May, 2021 7 commits
  13. 03 May, 2021 4 commits
    • francescomani's avatar
    • Raphael Defosseux's avatar
      CI: fix pipeline · 158c0639
      Raphael Defosseux authored
      Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
      158c0639
    • Remi Hardy's avatar
      Merge branch 'integration_2021_wk17_b' into 'develop' · 4489aa08
      Remi Hardy authored
      MR #1148 : Fix coreset dmrs idx
       -- Fix coreset dmrs idx for coresets with more than 1 symbol duration
      
      MR #1139 : bugfix for sib1 in case of ssb different from 0
       -- solving a small bug in handling sib1 relative to ssb other than 0
      
      MR #1136 : CI: Migration of the physical-simulators to OpenShift
       -- switch to a parallel pod deployment on the OpenShift Cluster
       -- Huge gain in time : 1h30m down to 25 minutes
      
      MR #1134 : Docker improvements 2021 april
       -- updated the LTE-UE image generation.
          * Proper configuration file in nfapi case
          * Proper entrypoint
      
      MR #1131 : Removing deprecated dl and ul_bwp_dedicated in config request at UE
      
      MR #1091 : Ue pdsch pusch parallel
       -- The UE code for now is unfit to process more than 1 slot in parallel.
          This is why the PUCCH signal is not transmitted most of the time.
          Hence, the following changes are made:
      
          * Process only one slot at a time. Previously it was 2 slots in parallel.
          * Now we do parallelization with the slot i.e., PUSCH and PDSCH are processed in parallel.
          * Option for the UE to go back to sync mode instead of stopping if it loses sync with gNB. Command line parameter --non-stop enables it.
          * New feature: Included a mechanism to detect false DCIs.
      
      MR #1147 : benetel conf files fix
      4489aa08
    • hardy's avatar