An error occurred fetching the project authors.
  1. 11 Feb, 2020 1 commit
  2. 06 Feb, 2020 1 commit
  3. 05 Feb, 2020 1 commit
  4. 24 Jan, 2020 1 commit
  5. 22 Jan, 2020 1 commit
  6. 20 Jan, 2020 1 commit
  7. 18 Dec, 2019 5 commits
  8. 05 Dec, 2019 1 commit
  9. 29 Oct, 2019 1 commit
  10. 28 Oct, 2019 1 commit
  11. 24 Oct, 2019 1 commit
  12. 21 Oct, 2019 1 commit
  13. 08 Oct, 2019 9 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
    • Khalid Ahmed's avatar
      optimizing nr_ue_ulsch_procedures · ef41f62f
      Khalid Ahmed authored
      ef41f62f
    • 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
      Fix ulsim and PUSCH in rf-simulator · b10cc483
      Khalid Ahmed authored
      - initialize PUSCH parameters properly
      b10cc483
    • Khalid Ahmed's avatar
      handle tx_offset with negative value · dd26598a
      Khalid Ahmed authored
      dd26598a
    • Khalid Ahmed's avatar
      bd392619
    • Khalid Ahmed's avatar
      PUSCH running with rfsimulator · 274c60f8
      Khalid Ahmed authored
      274c60f8
    • Ahmed Hussein's avatar
      channel estimation, compensation, etc .. · 3a8bf560
      Ahmed Hussein authored
      Added the following folder:
      - ../openair1/PHY/NR_ESTIMATION/
      
      Added the following file to CMakelists.txt:
      - ../openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
      
      Added the following functions:
      - nr_pusch_dmrs_rx
      - nr_gold_pusch
      - nr_ulsch_channel_level
      - nr_ulsch_channel_compensation
      - nr_ulsch_scale_channel is commented out (I think only used for downlink)
      
      Changes from Khalid Ahmed Mahmoud Mohamed:
      - nr_pusch_channel_estimation is used
      - nr_ulsch_scale_channel is used
      - nr_ulsch_channel_level is used
      - nr_ulsch_channel_compensation is used
      - multiple logging options for channel and signal magnitude
      3a8bf560
    • Khalid Ahmed's avatar
      enabling PUSCH UE side in RT · 2960d27a
      Khalid Ahmed authored
      2960d27a
  14. 27 Sep, 2019 1 commit
  15. 28 Aug, 2019 1 commit
  16. 23 Aug, 2019 10 commits
  17. 09 Jul, 2019 1 commit
  18. 20 Jun, 2019 1 commit
  19. 04 Jun, 2019 1 commit