An error occurred fetching the project authors.
  1. 25 Apr, 2018 1 commit
  2. 12 Apr, 2018 2 commits
  3. 06 Apr, 2018 1 commit
  4. 22 Feb, 2018 1 commit
    • Cedric Roux's avatar
      integration: cleanup · 8ca5fb4e
      Cedric Roux authored
      - remove spaces at the end of lines
      - remove useless dead code
        use: git show -p <this commit> -w
        to see it clearly
      8ca5fb4e
  5. 17 Feb, 2018 1 commit
  6. 13 Feb, 2018 1 commit
  7. 15 Jan, 2018 2 commits
    • bruno mongazon's avatar
      Fix #582, RTAI, RTAI_ENABLED, ENABLE_RTAI_CLOCK, RTAI_ISNT_POSIX,... · cf0e9175
      bruno mongazon authored
      Fix #582, RTAI, RTAI_ENABLED, ENABLE_RTAI_CLOCK, RTAI_ISNT_POSIX, _RTAI_MATH_H, CELLULAR, TIMER_ONESHOT_MODE, EMOS, EMOS_CHANNEL, OAI_EMU, OPENAIR_EMU, PHY_ABSTRACTION, PHY_ABSTRACTION_UL removed
      cf0e9175
    • Cedric Roux's avatar
      import NFAPI work from David Price from Cisco (non-working commit, do not use it) · 7757b9e7
      Cedric Roux authored
      It has been chosen to not include the full history of commits
      from David. He included a binary version of wireshark, probably
      a modified one that understands NFAPI. Wireshark is released under
      the GPL license, we cannot include it in the repository. We could
      have done a next commit to remove this binary. But then it would
      still be present in the history of commits, which may not be allowed.
      And it would take space on disk. We could edit the history to remove
      wireshark entirely. But this operation is too complicated.
      
      There was also a pcap capture file, which has nothing to do in
      the history of commits and would take space on disk. There again,
      it's too difficult to edit the history to remove it.
      
      There was a file .gitignore that was also removed.
      
      The original history can be found on David's repository:
      https://gitlab.eurecom.fr/daveprice/openairinterface5g/
      The branch is: nfapi-ru-rau-split.
      
      A copy of that branch has been included in the internal OAI
      repository, for those who have access to it.
      The branch is the same. The last commit ID is
      9106438239e0bc626ff1fa1d97d911caadd0fbb9.
      
      You can compare the current commit with the commit 9106...
      to see what differs.
      
      The current commit has to be considered non-working.
      The commit following the current commit will fix problems with
      the work in the current commit.
      
      If you use git bisect, don't spend time analyzing the current
      commit.
      7757b9e7
  8. 14 Jan, 2018 1 commit
  9. 11 Jan, 2018 1 commit
  10. 02 Jan, 2018 1 commit
  11. 30 Nov, 2017 1 commit
  12. 23 Oct, 2017 1 commit
  13. 19 Oct, 2017 1 commit
  14. 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
  15. 19 Sep, 2017 1 commit
  16. 14 Sep, 2017 1 commit
  17. 31 Jul, 2017 2 commits
  18. 28 Jul, 2017 1 commit
  19. 26 Jul, 2017 1 commit
  20. 20 Jul, 2017 1 commit
  21. 19 Jul, 2017 1 commit
  22. 17 Jul, 2017 1 commit
  23. 06 Jul, 2017 2 commits
  24. 29 Jun, 2017 1 commit
  25. 28 Jun, 2017 1 commit
  26. 27 Jun, 2017 1 commit
  27. 26 Jun, 2017 1 commit
  28. 21 Jun, 2017 3 commits
  29. 16 Jun, 2017 2 commits
  30. 13 Jun, 2017 1 commit
  31. 06 Jun, 2017 1 commit
  32. 04 Jun, 2017 1 commit
  33. 02 Jun, 2017 1 commit
    • Cedric Roux's avatar
      integration fixes · 60c4b5ec
      Cedric Roux authored
      - rename UE_NO_LOG to DISABLE_LOG_X
        because the name is misleading. The full software
        is impacted, not only the UE part
      - same for compilation option ---ue-no-log
        that becomes --disable-log
      - keep LOG_X for the standard case, that is the
        case without DISABLE_LOG_X where printf has been
        put. Two reasons:
        * printf is not realtime friendly
        * keep behavior similar for other users who may
          be troubled by different logs that don't add
          any benefit to previous logs
      60c4b5ec