An error occurred fetching the project authors.
  1. 03 Apr, 2019 1 commit
  2. 27 Oct, 2018 1 commit
  3. 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
  4. 07 Sep, 2018 1 commit
  5. 04 Sep, 2018 1 commit
  6. 30 Aug, 2018 1 commit
  7. 29 Aug, 2018 1 commit
  8. 24 Aug, 2018 3 commits
  9. 31 Jul, 2018 1 commit
  10. 30 Jul, 2018 2 commits