An error occurred fetching the project authors.
  1. 26 Dec, 2021 2 commits
  2. 23 Nov, 2021 1 commit
    • Melissa Elkadi's avatar
      This commit does the following: · 92ef60d0
      Melissa Elkadi authored
      1. Reverts GTPU_need_ITTI back to develop
      2. Removed gdb helper and co files
      3. Reverts changes to logging mechanism
      4. Reverts changes to assert that were unnecessary
      5. Reverts changes to VNF that occured from a bad merge
      6. Removes unnecessary else() in gNB softmodem
      92ef60d0
  3. 21 Sep, 2021 1 commit
  4. 10 May, 2021 3 commits
  5. 21 Mar, 2021 1 commit
  6. 01 Mar, 2021 1 commit
  7. 19 Feb, 2021 1 commit
  8. 16 Feb, 2021 1 commit
  9. 15 Feb, 2021 1 commit
    • Melissa Elkadi's avatar
      Fixed fill_ul_mutex · 26e3f32b
      Melissa Elkadi authored
      Mutexes were not being initialized. In multiple
      places they were not being unlocked. In fill rach
      it was not being locked or unlocked.
      26e3f32b
  10. 08 Jan, 2021 1 commit
    • Melissa Elkadi's avatar
      Cleanup before merge · a288e502
      Melissa Elkadi authored
      The clean up includes removing white space changes, adding logs,
      adding comments to make various changes more obvious, etc.
      a288e502
  11. 11 Oct, 2020 1 commit
  12. 10 Sep, 2020 1 commit
  13. 06 Sep, 2020 1 commit
    • Michael Cook's avatar
      Use LOG_A for log messages intended for analysis · 3a2e4a31
      Michael Cook authored
      This change allows us to disable the LOG_I messages to reduce
      overhead.
      
      Removed LOG_VAR macro because it was used in only one place, and
      a better solution is to simply use `__attribute__((unused))`.
      3a2e4a31
  14. 02 Sep, 2020 1 commit
  15. 19 Jul, 2020 2 commits
  16. 10 Jul, 2020 1 commit
  17. 09 Jan, 2020 1 commit
  18. 05 Dec, 2019 2 commits
  19. 25 Nov, 2019 1 commit
  20. 24 Sep, 2019 1 commit
  21. 14 Sep, 2019 1 commit
  22. 31 Jul, 2019 1 commit
  23. 08 Jun, 2019 1 commit
  24. 03 Apr, 2019 1 commit
  25. 25 Feb, 2019 1 commit
  26. 22 Feb, 2019 1 commit
  27. 22 Jan, 2019 1 commit
  28. 22 Nov, 2018 1 commit
  29. 14 Nov, 2018 1 commit
  30. 02 Nov, 2018 1 commit
  31. 27 Oct, 2018 1 commit
  32. 24 Sep, 2018 1 commit
  33. 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
  34. 07 Sep, 2018 2 commits