An error occurred fetching the project authors.
  1. 22 Jul, 2020 1 commit
  2. 08 Jul, 2020 1 commit
  3. 02 Jun, 2020 2 commits
  4. 20 May, 2020 2 commits
  5. 13 May, 2020 1 commit
  6. 12 May, 2020 1 commit
  7. 16 Apr, 2020 3 commits
  8. 13 Apr, 2020 1 commit
  9. 10 Apr, 2020 1 commit
  10. 07 Apr, 2020 1 commit
  11. 03 Apr, 2020 1 commit
  12. 02 Apr, 2020 2 commits
  13. 31 Mar, 2020 2 commits
  14. 05 Mar, 2020 1 commit
  15. 04 Mar, 2020 1 commit
  16. 02 Mar, 2020 1 commit
  17. 27 Feb, 2020 1 commit
  18. 24 Feb, 2020 1 commit
  19. 21 Feb, 2020 1 commit
  20. 18 Feb, 2020 2 commits
  21. 14 Feb, 2020 1 commit
  22. 13 Feb, 2020 1 commit
  23. 12 Feb, 2020 1 commit
  24. 11 Feb, 2020 1 commit
  25. 10 Feb, 2020 3 commits
  26. 05 Feb, 2020 2 commits
  27. 04 Feb, 2020 1 commit
  28. 03 Feb, 2020 1 commit
  29. 20 Jan, 2020 2 commits
    • matzakos's avatar
      nr-ip noS1 uplink integration (testing with RFSIMULATOR only): Uplink IP... · 5b5a25a9
      matzakos authored
      nr-ip noS1 uplink integration (testing with RFSIMULATOR only): Uplink IP packets received at the gNB and reaching at pdcp layer. Asserion error at pdcp_fifo_flush_sdus when trying to write on the nas socket
      5b5a25a9
    • cig's avatar
      Split configure_fapi_dl_tx function into two functions: · ef0a4532
      cig authored
       - configure_fapi_dl_pdu is handling the nfapi_nr_dl_config_request_pdu
       - while configure_fapi_dl_Tx is now handling the nfapi_tx_request_pdu
      
      this was necessary because the computation of the TBS size is needed in the phytest scheduler
      before even knowing if there is any data to transmit. The tx_request_pdu must be handled instead
      only when there is data to transmit.
      ef0a4532