An error occurred fetching the project authors.
  1. 30 May, 2023 1 commit
    • Robert Schmidt's avatar
      F1: do not assert on unknown F1 message · 48f82a63
      Robert Schmidt authored
      Previously, in f1ap_decoder.c, we asserted if we did not know a message.
      Apart form decoding, we did not do anything in that file.
      
      Additionally, in f1ap_handlers.c, we were also checking for an unknown
      message, and printing a warning if a handler is not known.
      
      This commit moves the F1AP message decoding to f1ap_handlers.c, and
      deletes f1ap_decoder.c. In summary, we don't assert on an unknown
      message, and compile less files. The rest is unchanged.
      48f82a63
  2. 20 Mar, 2023 1 commit
  3. 09 Mar, 2023 3 commits
  4. 20 Feb, 2023 1 commit
  5. 15 Feb, 2023 1 commit
  6. 11 Jan, 2023 1 commit
  7. 14 Dec, 2022 1 commit
  8. 02 Dec, 2022 1 commit
  9. 07 Aug, 2022 2 commits
  10. 04 Aug, 2022 1 commit
  11. 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
  12. 28 Dec, 2021 1 commit
  13. 10 Nov, 2021 1 commit
  14. 06 Oct, 2021 1 commit
  15. 03 Oct, 2021 1 commit
  16. 28 Sep, 2021 1 commit
  17. 21 Sep, 2021 1 commit
  18. 13 Sep, 2021 1 commit
  19. 09 Sep, 2021 1 commit
  20. 19 Aug, 2021 1 commit
  21. 17 Aug, 2021 1 commit
  22. 06 Jul, 2021 1 commit
  23. 03 Jul, 2021 1 commit
  24. 02 Jul, 2021 1 commit
  25. 30 Jun, 2021 1 commit
  26. 21 Jun, 2021 3 commits
  27. 03 Jun, 2021 1 commit
  28. 26 May, 2021 2 commits
  29. 24 May, 2021 1 commit
  30. 20 May, 2021 1 commit
  31. 18 May, 2021 1 commit
  32. 17 May, 2021 1 commit
  33. 16 May, 2021 1 commit
  34. 12 May, 2021 1 commit