1. 31 May, 2021 1 commit
  2. 25 May, 2021 1 commit
  3. 15 May, 2021 1 commit
  4. 14 May, 2021 3 commits
  5. 13 May, 2021 1 commit
  6. 08 May, 2021 1 commit
  7. 07 May, 2021 3 commits
  8. 06 May, 2021 7 commits
  9. 05 May, 2021 6 commits
  10. 04 May, 2021 7 commits
  11. 03 May, 2021 9 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
    • hardy's avatar