An error occurred fetching the project authors.
  1. 21 Oct, 2019 1 commit
  2. 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
  3. 04 Oct, 2019 1 commit
  4. 27 Sep, 2019 1 commit
  5. 26 Sep, 2019 1 commit
  6. 24 Sep, 2019 1 commit
  7. 18 Sep, 2019 1 commit
  8. 17 Sep, 2019 1 commit
  9. 10 Sep, 2019 1 commit
  10. 23 Aug, 2019 1 commit
  11. 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
  12. 08 Aug, 2019 1 commit
  13. 26 Jul, 2019 1 commit
  14. 09 Jul, 2019 1 commit
  15. 08 Jul, 2019 1 commit
  16. 20 Jun, 2019 2 commits
  17. 06 Jun, 2019 1 commit
  18. 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
  19. 04 Jun, 2019 4 commits
  20. 01 Jun, 2019 1 commit
  21. 17 May, 2019 1 commit
  22. 30 Apr, 2019 1 commit
  23. 16 Apr, 2019 1 commit
  24. 12 Apr, 2019 1 commit
  25. 11 Apr, 2019 1 commit
  26. 06 Apr, 2019 1 commit
  27. 05 Apr, 2019 1 commit
  28. 04 Apr, 2019 1 commit
  29. 03 Apr, 2019 4 commits