An error occurred fetching the project authors.
  1. 19 Oct, 2022 1 commit
  2. 14 Oct, 2022 1 commit
  3. 26 Sep, 2022 1 commit
  4. 20 Sep, 2022 1 commit
  5. 16 Aug, 2022 1 commit
  6. 06 Aug, 2022 1 commit
  7. 04 Aug, 2022 1 commit
  8. 27 Jun, 2022 1 commit
    • Robert Schmidt's avatar
      Use (std) bool instead of custom bool types · 0b91791f
      Robert Schmidt authored
      OAI is riddled with boolean_t, FALSE, TRUE, etc. This makes no sense, as
      there is a standard bool type, and could lead to nasty bugs if a
      definition of a bool is non-standard (0 == false, true == !false). This
      commit removes all non-standard bools in the whole project.
      0b91791f
  9. 23 Feb, 2022 1 commit
  10. 13 Feb, 2022 1 commit
  11. 10 Jan, 2022 1 commit
  12. 24 Oct, 2021 1 commit
  13. 30 Sep, 2021 1 commit
  14. 23 Sep, 2021 1 commit
    • Melissa Elkadi's avatar
      Code clean up part 2. · 70be6742
      Melissa Elkadi authored
      This commit continues to clean up the reminader
      of the changed files in the merge req 1274.
      The changes include log updates, comment removals,
      etc.
      70be6742
  15. 15 Mar, 2021 1 commit
  16. 13 Mar, 2021 1 commit
  17. 23 Feb, 2021 1 commit
  18. 14 Feb, 2021 1 commit
  19. 11 Feb, 2021 1 commit
  20. 10 Feb, 2021 1 commit
  21. 08 Feb, 2021 1 commit
  22. 27 Jan, 2021 1 commit
  23. 25 Jan, 2021 1 commit
  24. 22 Jan, 2021 1 commit
  25. 19 Jan, 2021 1 commit
  26. 14 Jan, 2021 1 commit
  27. 12 Jan, 2021 1 commit
  28. 10 Jan, 2021 1 commit
  29. 09 Jan, 2021 1 commit
  30. 03 Jan, 2021 1 commit
  31. 25 Dec, 2020 1 commit
  32. 24 Dec, 2020 1 commit
  33. 02 Dec, 2020 1 commit
  34. 21 Nov, 2020 1 commit
  35. 18 Oct, 2020 1 commit
    • Michael Cook's avatar
      Align thread priorities · d449a4de
      Michael Cook authored
      ```
      $ ps -eL -o pid,lwp,class,priority,comm | grep -E softmodem|oai:'
       6500  6500 RR  -80 lte-softmodem
       6500  6520 RR  -80 oai:enb-L1-rx
       6500  6522 RR  -80 oai:enb-L1-tx
       6508  6508 RR  -80 lte-uesoftmodem
       6508  6537 RR  -80 oai:ue-phy
       6508  6538 RR  -80 oai:ue-stand
       6509  6509 RR  -80 lte-uesoftmodem
      $
      ```
      d449a4de
  36. 01 Oct, 2020 1 commit
  37. 19 Jul, 2020 1 commit
    • Michael Cook's avatar
      Cleanup · 57144404
      Michael Cook authored
      Revert unnecessary changes relative to origin/develop
      
      Reviewed with Andrew
      57144404
  38. 10 Jul, 2020 1 commit
  39. 01 Jun, 2020 1 commit
  40. 20 May, 2020 1 commit