An error occurred fetching the project authors.
  1. 17 May, 2019 1 commit
  2. 14 May, 2019 1 commit
  3. 30 Apr, 2019 3 commits
  4. 23 Apr, 2019 1 commit
  5. 16 Apr, 2019 1 commit
  6. 11 Apr, 2019 1 commit
  7. 10 Apr, 2019 1 commit
  8. 03 Apr, 2019 1 commit
  9. 22 Mar, 2019 1 commit
  10. 21 Mar, 2019 2 commits
  11. 06 Feb, 2019 1 commit
  12. 29 Dec, 2018 1 commit
  13. 06 Nov, 2018 1 commit
  14. 27 Oct, 2018 2 commits
  15. 28 Sep, 2018 2 commits
  16. 21 Sep, 2018 1 commit
  17. 20 Sep, 2018 2 commits
  18. 18 Sep, 2018 1 commit
  19. 11 Sep, 2018 1 commit
    • Cedric Roux's avatar
      hotfix: let compilation work · 957bd567
      Cedric Roux authored
      When compiling in debug mode, the 'inline' semantics of C99 led to the errors:
      
      /roux/w25/openairinterface5g/common/utils/LOG/log.c:479: undefined reference to `log_header'
      libUTIL.a(log.c.o): In function `log_dump':
      /roux/w25/openairinterface5g/common/utils/LOG/log.c:502: undefined reference to `log_header'
      collect2: error: ld returned 1 exit status
      
      Let's use static instead of inline.
      957bd567
  20. 07 Sep, 2018 2 commits
  21. 05 Sep, 2018 1 commit
  22. 04 Sep, 2018 4 commits
  23. 03 Sep, 2018 2 commits
    • Robert Schmidt's avatar
      fix: avoid AssertFatal() in load_module_shlib() · 1e9f3235
      Robert Schmidt authored
      don't fail in library utility function, return with error code instead and let
      application decide what is best on how to proceed
      1e9f3235
    • Robert Schmidt's avatar
      improve load_module_shlib() · d24e17f0
      Robert Schmidt authored
      * check whether a library has been loaded before; in this case, don't allocate
        new memory but load from old library again
      * vital parameters, previous exit_fun are checked by AssertFatal()
      * structure has changed a bit to make it easier to follow (instead of nested
        ifs includes one goto to the end of the function)
      * formatting has been improved
      d24e17f0
  24. 30 Aug, 2018 2 commits
  25. 29 Aug, 2018 1 commit
  26. 27 Aug, 2018 1 commit
  27. 24 Aug, 2018 2 commits