1. 12 Jun, 2020 2 commits
  2. 09 Jun, 2020 5 commits
  3. 08 Jun, 2020 3 commits
  4. 05 Jun, 2020 2 commits
  5. 04 Jun, 2020 2 commits
  6. 03 Jun, 2020 3 commits
    • Thomas Schlichter's avatar
      Merge branch 'init_sync_bugfix' into NR_RRC_PRACH_procedures · 1a91c25d
      Thomas Schlichter authored
      Conflicts:
      	executables/nr-ue.c
      1a91c25d
    • Thomas Schlichter's avatar
      Merge branch 'develop' into NR_RRC_PRACH_procedures · 225a500b
      Thomas Schlichter authored
      Conflicts:
      	executables/nr-ue.c
      	openair1/PHY/NR_REFSIG/dmrs_nr.c
      	openair1/PHY/NR_TRANSPORT/nr_prach.c
      	openair1/PHY/NR_TRANSPORT/nr_transport_common_proto.h
      	openair1/PHY/NR_TRANSPORT/nr_transport_proto_common.h
      	openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c
      	openair1/PHY/NR_UE_TRANSPORT/nr_transport_ue.h
      	openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c
      	openair1/SCHED_NR_UE/fapi_nr_ue_l1.c
      	openair1/SIMULATION/NR_PHY/prachsim.c
      	openair1/SIMULATION/NR_PHY/ulsim.c
      	openair2/LAYER2/NR_MAC_COMMON/nr_mac_extern.h
      	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c
      	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c
      225a500b
    • Sakthivel Velumani's avatar
      bugfix for UE init sync · 5bfbb00d
      Sakthivel Velumani authored
      5bfbb00d
  7. 29 May, 2020 3 commits
  8. 28 May, 2020 9 commits
  9. 27 May, 2020 3 commits
  10. 26 May, 2020 3 commits
  11. 25 May, 2020 1 commit
  12. 20 May, 2020 4 commits
    • Thomas Schlichter's avatar
      Merge branch 'develop' into NR_RRC_PRACH_procedures · ce105df4
      Thomas Schlichter authored
      Conflicts:
      	openair1/PHY/NR_TRANSPORT/nr_transport.h
      	openair1/PHY/NR_TRANSPORT/nr_transport_common_proto.h
      	openair1/PHY/NR_TRANSPORT/nr_transport_proto_common.h
      	openair1/SCHED_NR/phy_procedures_nr_gNB.c
      	openair1/SIMULATION/NR_PHY/prachsim.c
      	openair2/GNB_APP/RRC_nr_paramsvalues.h
      	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c
      	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c
      	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c
      	openair2/LAYER2/NR_MAC_gNB/mac_proto.h
      	openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
      ce105df4
    • laurent's avatar
      cleanup branch · bdee4587
      laurent authored
      bdee4587
    • cig's avatar
      Code cleanup · 928dd902
      cig authored
      928dd902
    • cig's avatar
      Bugfix: missing deactivation dlsch after processing is done: · 78347090
      cig authored
      - the issue popped up with the new rx/tx implementation  at the UE
      - this was causing false processing of DLSCH PDU and reception of false
        TA commands
      78347090