An error occurred fetching the project authors.
  1. 13 Aug, 2019 2 commits
    • Ahmed Hussein's avatar
      Fixed repeating CRC NOK for 7 times, as well as CRC NOK occuring a lot more than CRC OK · aca390e6
      Ahmed Hussein authored
      - changed Mdlharq to Mlimit when comparing with the round number
      - Not incrementing the HARQ round in case of err_flag = 1, until HARQ is implemented
      - Changed MAX_LDPC_ITERATIONS to 5 from 4 (provided better performance)
      aca390e6
    • 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
  2. 08 Aug, 2019 1 commit
  3. 26 Jul, 2019 2 commits
  4. 18 Jul, 2019 1 commit
  5. 16 Jul, 2019 1 commit
  6. 11 Jul, 2019 1 commit
    • Cedric Roux's avatar
      phy: do not put random bits in unused DCI · 5775d325
      Cedric Roux authored
      This used to be done to ease power estimation in the UE,
      but this is not correct. Let's put no energy in the REs
      with no DCI data, which is what needs to be done.
      
      Plus it consumes a lot of CPU because of calling taus()
      way too much.
      5775d325
  7. 19 Jul, 2019 1 commit
    • Cedric Roux's avatar
      fix power estimation · d1fdbfed
      Cedric Roux authored
      Some computation has been fixed in PUCCH reception.
      
      SNR has been fixed, uses measurement instead of
      a fixed value for the noise.
      
      normalized_rx_power and target_rx_power have been removed,
      replaced by snr and target_snr. All the files using those
      variables have been updated.
      d1fdbfed
  8. 16 Jul, 2019 1 commit
  9. 09 Jul, 2019 1 commit
  10. 08 Jul, 2019 3 commits
  11. 03 Jul, 2019 1 commit
  12. 02 Jul, 2019 1 commit
  13. 01 Jul, 2019 1 commit
  14. 21 Jun, 2019 2 commits
  15. 20 Jun, 2019 7 commits
  16. 19 Jun, 2019 1 commit
  17. 17 Jun, 2019 1 commit
  18. 14 Jun, 2019 1 commit
  19. 13 Jun, 2019 4 commits
  20. 08 Jun, 2019 2 commits
  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