An error occurred fetching the project authors.
  1. 02 May, 2021 1 commit
  2. 01 May, 2021 1 commit
  3. 16 Apr, 2021 1 commit
  4. 14 Apr, 2021 1 commit
  5. 03 Apr, 2021 1 commit
  6. 09 Mar, 2021 2 commits
  7. 04 Mar, 2021 2 commits
  8. 26 Feb, 2021 2 commits
  9. 09 Feb, 2021 1 commit
  10. 07 Feb, 2021 1 commit
  11. 22 Jan, 2021 2 commits
  12. 20 Jan, 2021 2 commits
  13. 16 Jan, 2021 1 commit
  14. 15 Jan, 2021 1 commit
  15. 14 Jan, 2021 1 commit
  16. 12 Jan, 2021 1 commit
    • Xue Song's avatar
      Merge branch 'ngap-wf-1120-srb' into develop_SA_rfsim_for_F1 · e0419bae
      Xue Song authored
      Conflicts:
              cmake_targets/CMakeLists.txt
              openair1/PHY/NR_UE_ESTIMATION/nr_ue_measurements.c
              openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c
              openair1/SCHED_NR/phy_procedures_nr_gNB.c
              openair2/RRC/NR/rrc_gNB.c
              openair2/RRC/NR_UE/rrc_UE.c
              openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c
              openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
              openair2/LAYER2/NR_MAC_UE/main_ue_nr.c
              openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
              openair2/LAYER2/NR_MAC_gNB/main.c
              openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
              openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
              openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c
              openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c
              openair2/LAYER2/nr_pdcp/nr_pdcp_entity_drb_am.c
      e0419bae
  17. 23 Dec, 2020 1 commit
  18. 01 Dec, 2020 2 commits
  19. 26 Nov, 2020 1 commit
  20. 06 Nov, 2020 1 commit
  21. 12 Oct, 2020 1 commit
  22. 12 Sep, 2020 1 commit
    • Cedric Roux's avatar
      NR: fix time keeping in RLC for gNB · 5b0efd5b
      Cedric Roux authored
      RLC has timers. We need to keep track of time. We chose to not use
      realtime but 'processing time'. That is we send a tick to RLC for every
      subframe when it is processed by the softmodem. Before this commit we
      used to increase time in the function mac_rlc_status_ind which is called
      for every subframe in the eNB, but not in the gNB (at least not in the
      current gNB). So we need another way to keep track of time.
      
      The function gNB_dlsch_ulsch_scheduler is called for every slot. It seems
      to be the perfect candidate to send a tick to RLC for every subframe. We
      take care of subcarrier spacing to send every subframe (one subframe is
      always 1ms), not every slot (slot duration depends on subcarrier spacing).
      
      It may not be the best solution. To be revised if needed.
      
      Note: the UE has not been fixed. Some modification is needed for the UE
      too, most probably.
      5b0efd5b
  23. 26 Aug, 2020 1 commit
  24. 06 Aug, 2020 2 commits
  25. 15 Jun, 2020 2 commits
  26. 12 Jun, 2020 1 commit
  27. 01 Jun, 2020 1 commit
  28. 25 May, 2020 1 commit
  29. 19 May, 2020 1 commit
  30. 12 May, 2020 1 commit
  31. 05 May, 2020 1 commit
  32. 04 May, 2020 1 commit