An error occurred fetching the project authors.
  1. 28 Aug, 2019 1 commit
  2. 11 Jun, 2019 1 commit
  3. 11 Apr, 2019 1 commit
  4. 04 Apr, 2019 1 commit
  5. 25 Feb, 2019 1 commit
  6. 22 Feb, 2019 1 commit
  7. 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
  8. 29 Dec, 2018 1 commit
  9. 21 Dec, 2018 1 commit
  10. 19 Dec, 2018 1 commit
  11. 17 Dec, 2018 1 commit
  12. 10 Dec, 2018 1 commit
  13. 27 Nov, 2018 1 commit
  14. 07 Nov, 2018 1 commit
  15. 06 Nov, 2018 1 commit
  16. 02 Nov, 2018 1 commit
  17. 30 Oct, 2018 1 commit
  18. 23 Oct, 2018 2 commits
  19. 22 Oct, 2018 1 commit
    • Cedric Roux's avatar
      T: macpdu2wireshark: add MIB logging · 7b264ac9
      Cedric Roux authored
      The tracer macpdu2wireshark can send MIBs to wireshark.
      This can be disabled by passing the new -no-mib option.
      
      openair1/SCHED/phy_procedures_lte_eNb.c has been modified
      to have a new T trace with the MIB.
      7b264ac9
  20. 09 Oct, 2018 2 commits
  21. 09 Sep, 2018 1 commit
  22. 07 Sep, 2018 1 commit
  23. 05 Sep, 2018 1 commit
    • Bing-Kai Hong's avatar
      F1: · cdfca6c0
      Bing-Kai Hong authored
      1.create the f1ap handlers procedure
      2.hide asn1c warning when in compile
      cdfca6c0
  24. 04 Sep, 2018 1 commit
  25. 28 Aug, 2018 1 commit
  26. 27 Aug, 2018 1 commit
  27. 24 Aug, 2018 1 commit
  28. 17 Aug, 2018 1 commit
    • 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
  29. 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
  30. 10 Aug, 2018 1 commit
  31. 08 Aug, 2018 2 commits
    • Cedric Roux's avatar
      T: improve to_vcd tracer · 5b17b036
      Cedric Roux authored
      Make it compatible with 'template' gtwave files as found in openair's
      repository.
      
      The type VCD_NAME was added to the VCD IDs in T_messages.txt.
      The database processing code was adapted to use it.
      The tracer to_vcd was adapted to use it and render the produced vcd
      output compatible with the 'template' gtkwave files.
      
      When running to_vcd, do not forget to pass -vcd to use this feature.
      5b17b036
    • Cedric Roux's avatar
      T: bugfix and cleanup · eb3b87d9
      Cedric Roux authored
      - bug fixed in ue and enb tracer: the socket needs to be closed
        in case of restart
      - cleanup: fix spacing in T_messages.txt
      eb3b87d9
  32. 07 Aug, 2018 1 commit
  33. 30 Jul, 2018 2 commits
  34. 20 Jul, 2018 2 commits
  35. 12 Apr, 2018 1 commit