An error occurred fetching the project authors.
  1. 07 Apr, 2020 1 commit
  2. 03 Apr, 2020 1 commit
  3. 02 Apr, 2020 1 commit
  4. 01 Apr, 2020 1 commit
  5. 31 Mar, 2020 2 commits
  6. 20 Mar, 2020 1 commit
  7. 19 Mar, 2020 1 commit
  8. 18 Mar, 2020 1 commit
  9. 22 Feb, 2020 1 commit
  10. 12 Feb, 2020 3 commits
  11. 11 Feb, 2020 1 commit
  12. 10 Feb, 2020 3 commits
  13. 07 Feb, 2020 2 commits
  14. 06 Feb, 2020 2 commits
  15. 05 Feb, 2020 3 commits
  16. 04 Feb, 2020 1 commit
  17. 03 Feb, 2020 3 commits
  18. 31 Jan, 2020 1 commit
  19. 30 Jan, 2020 1 commit
  20. 28 Jan, 2020 1 commit
  21. 24 Jan, 2020 1 commit
  22. 23 Jan, 2020 2 commits
  23. 22 Jan, 2020 4 commits
  24. 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