An error occurred fetching the project authors.
  1. 15 Jan, 2018 1 commit
    • Cedric Roux's avatar
      Fix NFAPI integration · 922b5b59
      Cedric Roux authored
      This commit fixes issues introduced by the previous commit.
      
      Summary of work:
      - cleanup:
        - fix LOG_XX to be less verbose
        - fix cmake_targets/CMakeLists.txt
        - fix oaienv
        - remove dead code
      - bug fixes:
        - in openair1/SCHED/fapi_l1.c we had:
            eNB->pdcch_vars[subframe&1].num_dci           = number_dci;
          should be:
            eNB->pdcch_vars[subframe&1].num_dci           = 0;
          This bug let the PHY send more DCIs than what should have been
          sent because num_dci is incremented later on in the code.
          This fix may be a problem for fapi mode, to be checked.
        - add new T VCD traces
        - revert openair1/PHY/TOOLS/file_output.c to 'develop' version
        - remove thread_id in logRecord/logRecord_mt
        - revert (and adapt) configuration files
        - be careful when doing frame++, we need to % 1024
        - revert target_rx_power in openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
      - NFAPI:
        - the open-nFAPI code has been included in the repository. See nfapi/README.
          Maybe we should "git clone" the Cisco repository instead. We have to be
          careful of availability though.
      
      What has been tested:
      - monolithic eNB FDD 5/10MHz with one UE, iperf UDP/TCP uplink/downlink
      
      Anything else may fail to work, especially the FAPI mode, which has not
      been tested at all.
      922b5b59
  2. 23 Oct, 2017 1 commit
  3. 27 Sep, 2017 1 commit
    • Cedric Roux's avatar
      update T tracer · e6936f1b
      Cedric Roux authored
      not finished, UE may not work, many things bad/to fix properly
      e6936f1b
  4. 29 Aug, 2017 2 commits
  5. 19 May, 2017 1 commit
  6. 30 Jan, 2017 3 commits
  7. 22 Dec, 2016 1 commit
  8. 19 Dec, 2016 3 commits
  9. 12 Dec, 2016 1 commit
  10. 05 Dec, 2016 1 commit
  11. 30 Nov, 2016 1 commit
    • Cedric Roux's avatar
      T: update traces · 7adc4703
      Cedric Roux authored
      - add mcs to ENB_PHY_DLSCH_UE_DCI
      - add mcs, round, first_rb, nb_rb, TBS to ENB_PHY_ULSCH_UE_DCI
      7adc4703
  12. 22 Nov, 2016 2 commits
  13. 18 Nov, 2016 1 commit
  14. 18 Oct, 2016 1 commit
  15. 27 Jul, 2016 1 commit
  16. 23 Jun, 2016 1 commit
  17. 20 Jun, 2016 1 commit
  18. 16 Jun, 2016 3 commits
  19. 10 Jun, 2016 1 commit
  20. 09 Jun, 2016 2 commits
  21. 06 Jun, 2016 1 commit
  22. 27 May, 2016 1 commit
  23. 25 May, 2016 2 commits
    • Cedric Roux's avatar
      add some RRC logs · 0feda7fd
      Cedric Roux authored
      - adding T macros here and there
      - modify the T_messages.txt
      - modify enb.c to trace them in the RRC view
      0feda7fd
    • Cedric Roux's avatar
      more work on enb.c · 2138a47e
      Cedric Roux authored
      plus add rrc connection setup complete tracing
      2138a47e
  24. 20 May, 2016 2 commits
  25. 17 May, 2016 4 commits
  26. 04 May, 2016 1 commit