An error occurred fetching the project authors.
  1. 07 Jul, 2020 1 commit
  2. 05 Mar, 2020 1 commit
  3. 22 Jan, 2020 1 commit
  4. 04 Nov, 2019 1 commit
  5. 14 Oct, 2019 1 commit
  6. 14 Sep, 2019 1 commit
  7. 09 Sep, 2019 1 commit
  8. 29 Aug, 2019 1 commit
  9. 28 Aug, 2019 1 commit
  10. 23 Aug, 2019 1 commit
  11. 11 Jun, 2019 1 commit
  12. 11 Apr, 2019 1 commit
  13. 04 Apr, 2019 1 commit
  14. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  15. 29 Dec, 2018 1 commit
  16. 21 Dec, 2018 1 commit
  17. 19 Dec, 2018 1 commit
  18. 17 Dec, 2018 1 commit
  19. 10 Dec, 2018 1 commit
  20. 27 Nov, 2018 1 commit
  21. 06 Nov, 2018 1 commit
  22. 02 Nov, 2018 1 commit
  23. 30 Oct, 2018 1 commit
  24. 09 Oct, 2018 2 commits
  25. 17 Aug, 2018 2 commits
    • Cedric Roux's avatar
      T: check consistency of T_messages.txt with VCD functions and variables traces · 55ba99ac
      Cedric Roux authored
      Since VCD has now to go through the T tracer, we enforce the consistency
      of data found in common/utils/LOG/vcd_signal_dumper.[ch] with data
      found in common/utils/T/T_messages.txt.
      
      We might get completely rid of common/utils/LOG/vcd_signal_dumper.[ch] at some
      point. For the moment, let's keep it.
      
      This commit adds the program common/utils/T/check_vcd.c and necessary
      modifications to enforce its use at compilation time.
      
      If you modify common/utils/LOG/vcd_signal_dumper.[ch] but do not update
      common/utils/T/T_messages.txt an error will pop up when you compile the
      software. You have to keep both modules synchronized.
      55ba99ac
    • cdxu0312's avatar
      added 2 RRU debugging for vcd · 0fd3ca75
      cdxu0312 authored
      0fd3ca75
  26. 13 Aug, 2018 1 commit
    • Cedric Roux's avatar
      T: check consistency of T_messages.txt with VCD functions and variables traces · d5da350b
      Cedric Roux authored
      Since VCD has now to go through the T tracer, we enforce the consistency
      of data found in common/utils/LOG/vcd_signal_dumper.[ch] with data
      found in common/utils/T/T_messages.txt.
      
      We might get completely rid of common/utils/LOG/vcd_signal_dumper.[ch] at some
      point. For the moment, let's keep it.
      
      This commit adds the program common/utils/T/check_vcd.c and necessary
      modifications to enforce its use at compilation time.
      
      If you modify common/utils/LOG/vcd_signal_dumper.[ch] but do not update
      cmake_targets/CMakeLists.txt an error will pop up when you compile the
      software. You have to keep both modules synchronized.
      d5da350b
  27. 10 Aug, 2018 1 commit
  28. 30 Jul, 2018 2 commits
  29. 13 Jul, 2018 1 commit
  30. 06 Jun, 2018 1 commit
  31. 05 Jun, 2018 1 commit
  32. 15 Jan, 2018 1 commit
    • 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
  33. 03 Nov, 2017 1 commit
  34. 23 Oct, 2017 1 commit
  35. 14 Aug, 2017 1 commit
  36. 07 Aug, 2017 1 commit
    • Cedric Roux's avatar
      fix vcd · 309ca066
      Cedric Roux authored
      several problems were present:
      - there was no comma after "ue0_trx_write_ns_missing" in the array
        eurecomVariablesNames;
        comma was put, and also commas for the last element in the array,
        which doesn't hurt and will prevent future problems
      - bad order of values in eurecomVariablesNames, which
        was different from the enum vcd_signal_dump_variables;
        order was checked and fixed
      - strange/wrong use of VCD_SIGNAL_DUMPER_MODULE_END/LAST;
        the whole logic was removed/simplified
      309ca066
  37. 04 Jun, 2017 1 commit