An error occurred fetching the project authors.
  1. 06 Dec, 2019 2 commits
    • Guido Casati's avatar
      Integration PHY and MAC procedures for Timing Advance updates. Compilation and... · 825ae3c0
      Guido Casati authored
      Integration PHY and MAC procedures for Timing Advance updates. Compilation and run is OK. TA updates need further fixes as not working as expected.
      
      - "nr_process_timing_advance": TA to be applied is commented out, need to be uncommented
      - with introduced delay of 50 in rx_rf, TA update should be 34 in MAC CE
        but this does not occur when ta is applied at UE side according to standard
      - introduced ULSCH scheduler and NR RX SDU functions
      - fixes to logic in UL fill RX indication
      - added crc indication in UL RX
      - temporary hardcoded UE_id to 0, rnti not considered in the logic
      825ae3c0
    • Guido Casati's avatar
      Implementation of TA procedures at MAC layer for gNB and UE · 310efee7
      Guido Casati authored
      - Initial gNB DLSCH and UE spec scheduling implentation
      - MAC PDU generation (including header as per TS 38.321)
      - MAC PDU processing at UE side with extracion of TA updates
      - General code cleanup
      - Introduced NR MAC COMMON folder, moved common files here
      310efee7
  2. 24 Oct, 2019 1 commit
  3. 21 Oct, 2019 1 commit
  4. 18 Oct, 2019 1 commit
  5. 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
  6. 04 Oct, 2019 1 commit
  7. 27 Sep, 2019 1 commit
  8. 26 Sep, 2019 1 commit
  9. 24 Sep, 2019 1 commit
  10. 18 Sep, 2019 1 commit
  11. 17 Sep, 2019 1 commit
  12. 10 Sep, 2019 1 commit
  13. 23 Aug, 2019 6 commits
  14. 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
  15. 08 Aug, 2019 1 commit
  16. 26 Jul, 2019 1 commit
  17. 09 Jul, 2019 1 commit
  18. 08 Jul, 2019 1 commit
  19. 20 Jun, 2019 2 commits
  20. 06 Jun, 2019 1 commit
  21. 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
  22. 04 Jun, 2019 4 commits
  23. 01 Jun, 2019 1 commit
  24. 17 May, 2019 1 commit
  25. 30 Apr, 2019 1 commit
  26. 16 Apr, 2019 1 commit