An error occurred fetching the project authors.
  1. 01 Jan, 2020 1 commit
  2. 17 Dec, 2019 1 commit
  3. 05 Dec, 2019 1 commit
  4. 19 Nov, 2019 1 commit
  5. 24 Oct, 2019 1 commit
  6. 21 Oct, 2019 1 commit
  7. 18 Oct, 2019 1 commit
  8. 08 Oct, 2019 5 commits
    • Ahmed Hussein's avatar
      TBS fix at UE side + minor restructuring in "phy_procedures_nrUE_TX" · 03ac9b03
      Ahmed Hussein authored
      - TBS calculation was performed 2 times. Once in "phy_procedures_nrUE_TX" and
        another in "nr_ue_ulsch_procedures". The TBS calculation was wrong in "phy_procedures_nrUE_TX"
        and correct in "nr_ue_ulsch_procedures".
      
      - The data generation was performed in "phy_procedures_nrUE_TX" with a wrongly
        calculated TBS because "ulsch_ue->nb_re_dmrs" wasn't set to a value, so the calculated
        TBS would be more than it should be. This doesn't create a problem in the test because
        the comparison between the TX and RX data is made using the correctly calculated TBS
        which is smaller.
      
      - Solution was to perform data generation in "nr_ue_ulsch_procedures", and remove TBS calculation
        in "phy_procedures_nrUE_TX"
      03ac9b03
    • Ahmed Hussein's avatar
      Minor fixes · b7733bae
      Ahmed Hussein authored
      - removing "Nsymb_pusch" and "Nsc_pusch" from "NR_UE_ULSCH_t"
      - using "number_of_symbols" from "NR_UL_UE_HARQ_t" instead
      - removing "generate_ue_ulsch_params"
      b7733bae
    • Khalid Ahmed's avatar
      PUSCH running with rfsimulator · 274c60f8
      Khalid Ahmed authored
      274c60f8
    • Thomas Schlichter's avatar
      ffbe17f3
    • Khalid Ahmed's avatar
      2b81a1bf
  9. 04 Oct, 2019 1 commit
  10. 27 Sep, 2019 1 commit
  11. 26 Sep, 2019 1 commit
  12. 24 Sep, 2019 1 commit
  13. 23 Sep, 2019 1 commit
  14. 18 Sep, 2019 1 commit
  15. 17 Sep, 2019 1 commit
  16. 10 Sep, 2019 1 commit
  17. 23 Aug, 2019 6 commits
  18. 08 Aug, 2019 1 commit
  19. 13 Aug, 2019 1 commit
    • Ahmed Hussein's avatar
      DL bug fixes · 37015999
      Ahmed Hussein authored
      - Setting the payload to random data instead of all zeros at the Tx side
      
      - Handling "nb_symb_sch" equal to 0 in "phy_procedures_nrUE_RX" which prevents
        entering "nr_ue_pdsch_procedures"
      
      - Handling symbol loop problem in "nr_ue_pdsch_procedures"
      
      - Handling resource block loop problem in "nr_rx_pdsch"
      37015999
  20. 26 Jul, 2019 1 commit
  21. 16 Jul, 2019 1 commit
  22. 09 Jul, 2019 1 commit
  23. 08 Jul, 2019 1 commit
  24. 21 Jun, 2019 1 commit
  25. 20 Jun, 2019 2 commits
  26. 13 Jun, 2019 1 commit
  27. 06 Jun, 2019 1 commit
  28. 05 Jun, 2019 1 commit
    • Florian Kaltenberger's avatar
      more changes to UE FAPI handling: · 2ed8aa4c
      Florian Kaltenberger authored
       - dci_request and dl_indication for PBCH now also on stack
       - fixed type of nrUE_config (was using structure for gNB before)
       - added configuration of PBCH to phy_config_request and using this config now in phy_procedures_nr_ue
       - we need to add configuration of PDCCH and PDSCH also to phy_config_request (there are still some hardcoded parameters)
       - removed UL scheduling for now
      2ed8aa4c
  29. 04 Jun, 2019 2 commits