An error occurred fetching the project authors.
  1. 17 Dec, 2023 1 commit
  2. 12 Dec, 2023 1 commit
  3. 01 Dec, 2023 1 commit
  4. 23 Nov, 2023 2 commits
  5. 10 Oct, 2023 1 commit
    • francescomani's avatar
      Use SRB0 at UE · 91891299
      francescomani authored
      - Use SRB0 TM entity at UE for Msg.3/RRC Setup Request
      - Msg3 data request sent upon reception of Msg2, then we get data from
        rlc when needed
      91891299
  6. 25 Aug, 2023 1 commit
  7. 31 Jul, 2023 1 commit
  8. 10 Jul, 2023 1 commit
  9. 28 Jun, 2023 1 commit
  10. 23 May, 2023 2 commits
  11. 14 Apr, 2023 2 commits
  12. 07 Apr, 2023 2 commits
  13. 02 Apr, 2023 1 commit
  14. 28 Mar, 2023 1 commit
  15. 15 Mar, 2023 1 commit
  16. 14 Mar, 2023 1 commit
  17. 10 Mar, 2023 1 commit
  18. 09 Mar, 2023 1 commit
  19. 06 Mar, 2023 1 commit
  20. 23 Feb, 2023 2 commits
  21. 17 Feb, 2023 1 commit
  22. 27 Dec, 2022 2 commits
  23. 15 Dec, 2022 3 commits
  24. 25 Nov, 2022 1 commit
  25. 03 Nov, 2022 1 commit
  26. 29 Oct, 2022 3 commits
  27. 28 Sep, 2022 1 commit
  28. 04 Aug, 2022 1 commit
  29. 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
  30. 06 Apr, 2022 1 commit