An error occurred fetching the project authors.
  1. 22 Nov, 2018 1 commit
  2. 14 Nov, 2018 1 commit
  3. 02 Nov, 2018 1 commit
  4. 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
  5. 07 Sep, 2018 1 commit
  6. 04 Sep, 2018 1 commit
  7. 30 Aug, 2018 1 commit
  8. 29 Aug, 2018 1 commit
  9. 24 Aug, 2018 3 commits
  10. 31 Jul, 2018 1 commit
  11. 30 Jul, 2018 2 commits