An error occurred fetching the project authors.
  1. 31 Mar, 2020 1 commit
  2. 20 Mar, 2020 1 commit
  3. 19 Mar, 2020 1 commit
  4. 18 Mar, 2020 1 commit
  5. 15 Mar, 2020 1 commit
  6. 10 Mar, 2020 1 commit
  7. 08 Mar, 2020 1 commit
  8. 05 Mar, 2020 1 commit
  9. 22 Feb, 2020 1 commit
  10. 18 Feb, 2020 1 commit
  11. 12 Feb, 2020 2 commits
  12. 11 Feb, 2020 1 commit
  13. 10 Feb, 2020 2 commits
  14. 07 Feb, 2020 3 commits
  15. 06 Feb, 2020 2 commits
  16. 05 Feb, 2020 2 commits
  17. 04 Feb, 2020 1 commit
  18. 03 Feb, 2020 2 commits
  19. 30 Jan, 2020 1 commit
  20. 28 Jan, 2020 1 commit
  21. 24 Jan, 2020 2 commits
  22. 23 Jan, 2020 2 commits
  23. 22 Jan, 2020 5 commits
  24. 20 Jan, 2020 4 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
    • Robert Schmidt's avatar
      FlexRAN: reimplement timers without ITTI · b6d466d7
      Robert Schmidt authored
      The timer code used to trigger periodic statistics message sending used
      ITTI. Together with a high frequency reporting (e.g. 1ms), this resulted
      in high CPU usage. This commit reimplements this:
      * using a thread that is synchronized to the RU (if there is no MAC, we
        assume there is no RU generating a tick so we create the tick source
        ourselves)
      * no RB trees but plain arrays
      * smaller interface for users
      * slight user interface changes
      * remove stopped timer state: such timer might be simply removed
      * remove one-shot timers
      b6d466d7
    • Javier Morgade's avatar
      *HOTFIX: After develop/develop-nr merge UE was crashing with MBMS U-Plane traffic running · dff766ae
      Javier Morgade authored
      	-New MAC SDU integrity check in ue_procedures .c introduced for MCH channels.
      	-This SDU behavior didn’t show up with former develop
      	-TOCHECK whether NFAPI was properly merged on the eNB side.
      	-eNB_scheduler_mch has been slightly rearranged.
      
      	*BUGFIX:
      	-In dlsch_demodulation.c  “ rxF_comp_d.m” was continuously being written to disk
      
      	*New reference config file added (lte-fdd-mbms-basic-sim.conf) for rfsim environment
      dff766ae