Skip to content
Snippets Groups Projects
  1. Jan 12, 2023
  2. Dec 15, 2022
  3. Dec 13, 2022
  4. Nov 23, 2022
  5. Nov 09, 2022
  6. Nov 03, 2022
  7. Oct 29, 2022
  8. Oct 18, 2022
  9. Aug 26, 2022
  10. Aug 25, 2022
  11. Aug 18, 2022
  12. Aug 16, 2022
  13. Aug 04, 2022
  14. Jul 28, 2022
  15. Jul 26, 2022
  16. Jul 20, 2022
  17. Jul 06, 2022
  18. Jun 27, 2022
    • 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
  19. Jun 10, 2022
  20. Jun 08, 2022
  21. May 13, 2022
  22. May 05, 2022
  23. May 03, 2022
  24. Apr 12, 2022
  25. Mar 26, 2022
  26. Mar 25, 2022
  27. Mar 23, 2022
    • Melissa's avatar
      Several nfapi bug fixes for RX ind and SR ind · 3e6f957a
      Melissa authored
      The SR ind was not properly being packed and unpacked.
      The RX inidcation was not properly being allocated
      prior to unpacking.
      The freq_shift field was declared as a uint16_t but
      push/pulled as a uint8_t.
      Added MSG_TRUNC in the nfapi VNF recvfrom.
      3e6f957a
  28. Mar 16, 2022
  29. Mar 08, 2022
  30. Mar 03, 2022
    • Melissa's avatar
      Addressing MR review comments · 7e0757fb
      Melissa authored
      - OPENAIR_DIR replaced with AWGN_RESULTS_DIR
      - Copying UCI_2_3_4 PDU with rx'd PDU from proxy
      - Reverting hacks/whitespace changes
      7e0757fb
  31. Feb 25, 2022
  32. Feb 23, 2022
  33. Feb 18, 2022
  34. Feb 17, 2022
  35. Feb 16, 2022
Loading