An error occurred fetching the project authors.
  1. 04 Mar, 2021 1 commit
  2. 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
  3. 01 Dec, 2020 1 commit
    • cig's avatar
      Cleanup of hardcoded C-RNTI · 8f7b041d
      cig authored
      - Giving C-RNTI as an input to DRB preconfiguration
      - Set C-RNTI from UE configuration for higher layer function calls
      8f7b041d
  4. 29 Nov, 2020 1 commit
    • Cedric Roux's avatar
      nr pdcp: use pdcp config · f36a1ef9
      Cedric Roux authored
      There was a problem with SN size. It was hardcoded to 12 bits (so max
      sn = 4095) but we configure the UE with 18 bits. After a while, iperf
      didn't work anymore because of this (what a surprise!).
      
      So let's get the correct value from pdcp_Config.
      
      And while we're at it, let's store also discard_timer and t_reordering
      that will be used later by a proper NR PDCP layer (which is currently
      work in progress).
      f36a1ef9
  5. 25 May, 2020 1 commit
  6. 21 Apr, 2020 1 commit
    • matzakos's avatar
      NR pdcp: Rebase initial implementation · 6b794037
      matzakos authored
      Initially targeting ENDC setup with commercial UE
      - Missing nr_rrc_pdcp and nr_rrc_rlc configuration wrt the established DRB
      - Remaining to test with user plane data traffic (Downlink and Uplink)
      6b794037