An error occurred fetching the project authors.
  1. 30 Oct, 2020 1 commit
  2. 29 Oct, 2020 1 commit
  3. 27 Oct, 2020 1 commit
  4. 21 Oct, 2020 1 commit
  5. 19 Oct, 2020 1 commit
  6. 30 Sep, 2020 1 commit
  7. 22 Sep, 2020 1 commit
  8. 18 Sep, 2020 1 commit
  9. 16 Sep, 2020 1 commit
  10. 08 Sep, 2020 4 commits
  11. 04 Sep, 2020 6 commits
  12. 03 Sep, 2020 1 commit
  13. 29 Aug, 2020 1 commit
  14. 26 Aug, 2020 1 commit
  15. 10 Aug, 2020 1 commit
  16. 06 Aug, 2020 1 commit
  17. 25 Jul, 2020 2 commits
  18. 22 Jul, 2020 1 commit
    • cig's avatar
      Bugfix in DMRS configuration at UE side: · bc243cee
      cig authored
      - DM-RS type {1,2} was wrongly assigned to {1,2} instead of {0,1}
      - Num DM-RS CDM groups without data is now taken into account in mthread
        decoding function
      - number of DM-RS CDM groups without data for format 1_0 according to 5.1.6.2
        3GPP TS 38.214 version 15.9.0 Release 15:
      -- the UE shall assume the number of DM-RS CDM groups without data is:
      -- 1 (CDM group 0) for the case of PDSCH with allocation duration of 2 symb
      -- 2 (CDM group {0,1}) for all other cases.
      bc243cee
  19. 10 Jul, 2020 1 commit
  20. 08 Jul, 2020 1 commit
  21. 02 Jul, 2020 5 commits
    • laurent's avatar
      gcc warnings · 4b58b9d3
      laurent authored
      4b58b9d3
    • cig's avatar
      Fixed some warnings + cleanup · 52e49fd8
      cig authored
      - replaced nr_slot_t with int as it was barely used in the code (also is defined after an lte struct)
      - removed use of phy_frame_config_nr from the UE (another file was created in SCHED_NR_UE, still the
        gNB file is used in some tests file at UE side)
      52e49fd8
    • cig's avatar
      RA Msg2 reception according to 8.2 of TS 38.213 · e054b5e2
      cig authored
      - Msg2 scheduler used for testing purposes was removed
      - Now the UE tries to DCI 1_0 scrambled with RA_RNTI in the RA window
      - If no RAPID is found within the RA window, instructs PHY to TX PRACH
      e054b5e2
    • cig's avatar
      PUSCH data filling from PHY to MAC: · 6737d273
      cig authored
      - IP data were fetched and passed to MAC directly at the PHY layer
      - random data was generated whenever there's no upcoming data.
      - Therefore these functionalities are now moved to MAC and FAPI interfaces
      - are used instead.
      6737d273
    • cig's avatar
      Fixes for reception of Msg2: · 8e271ce9
      cig authored
      - ceiling computation num of segments (cod/dec)
      - fixes demodulation
      - initialisation CW for PDSCH RA
      - memcpy dl_ch_estimates to pdsch_vars_ra (hotfix)
      - correct N_RB for DCI 1_0 and RNTI_RA
      8e271ce9
  22. 29 Jun, 2020 1 commit
  23. 19 Jun, 2020 1 commit
  24. 18 Jun, 2020 1 commit
  25. 16 Jun, 2020 1 commit
  26. 12 Jun, 2020 1 commit
  27. 09 Jun, 2020 1 commit