1. 10 May, 2021 1 commit
  2. 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
  3. 07 May, 2021 5 commits
  4. 06 May, 2021 10 commits
  5. 05 May, 2021 7 commits
  6. 04 May, 2021 8 commits
  7. 03 May, 2021 8 commits
    • rmagueta's avatar
      Fix build errors after merge · ad0be5b1
      rmagueta authored
      ad0be5b1
    • rmagueta's avatar
      Merge remote-tracking branch 'origin/develop' into develop-NR_SA_F1AP_5GRECORDS · 948df0e0
      rmagueta authored
      # Conflicts:
      #	executables/softmodem-common.h
      #	openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
      #	openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
      #	openair1/SIMULATION/NR_PHY/dlsim.c
      #	openair1/SIMULATION/NR_PHY/prachsim.c
      #	openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
      948df0e0
    • rmagueta's avatar
      Fix warning after merge · 48305fd1
      rmagueta authored
      48305fd1
    • rmagueta's avatar
      Merge remote-tracking branch 'origin/NR_SA_F1AP_5GRECORDS' into develop-NR_SA_F1AP_5GRECORDS · 4b5cef59
      rmagueta authored
      # Conflicts:
      #	openair1/PHY/NR_TRANSPORT/nr_dlsch_coding.c
      #	openair1/PHY/NR_TRANSPORT/nr_ulsch.c
      #	openair1/SIMULATION/NR_PHY/dlsim.c
      #	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
      #	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c
      #	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
      #	openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
      4b5cef59
    • rmagueta's avatar
      Put back AssertFatal · 6079b1a8
      rmagueta authored
      6079b1a8
    • rmagueta's avatar
      Fix LTE build error · c0f33940
      rmagueta authored
      c0f33940
    • 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