An error occurred fetching the project authors.
  1. 26 Mar, 2024 3 commits
  2. 19 Mar, 2024 2 commits
  3. 13 Mar, 2024 1 commit
  4. 07 Mar, 2024 1 commit
  5. 09 Jan, 2024 1 commit
  6. 26 Oct, 2023 1 commit
  7. 18 Aug, 2023 1 commit
  8. 08 Aug, 2023 2 commits
  9. 27 Jul, 2023 1 commit
  10. 12 Jul, 2023 1 commit
    • Robert Schmidt's avatar
      Remove unused preprocessor defines · 454258d2
      Robert Schmidt authored
      commit ddf549b1 moved the CMakeLists.txt
      for building radio libraries down to radio/. Previously, each option
      would also declare a constant (e.g., OAI_USRP for USRP). With the
      definition being below radio/, the executables don't have that define.
      
      This commits removes the couple of defines that were in place:
      - one that only shows a log, but it also applies for e.g., rfsimulator.
        It is also missing in the CI. Simply put it back
      - two other places guard a commented(!) function call, which can go out
        entirely
      454258d2
  11. 10 Jul, 2023 1 commit
  12. 16 Jun, 2023 1 commit
    • Robert Schmidt's avatar
      Add Sidelink (SL) carrier frequency · 555a54f8
      Robert Schmidt authored
      1. Adding a "SL" frequency for Sidelink mode. The
         importance of this variable is to ensure that
         when we are in mode 1 (UE+UE+gNB), that the slot
         configuration and frequencies do not overlap. This
         SL frequency is important for rotation and allows
         us to utilize the OFDM modulation and demodulation
         functions that already exist in OAI.
      2. Adding sl_mode to the command line for proper UE
         deployment when in SL mode. sl_mode can be set to 0,
         1, or 2. sl_mode 0 indicates no-Sidelink at all,
         mode 1 is gNB, UE, and UE (3GPP defines mode numbers).
         sl_mode 2 indicated UE to UE communications with no
         gNB at all.
      3. New functions for calculating the carrier frequency
         for SL mode.
      555a54f8
  13. 08 Jun, 2023 1 commit
  14. 12 Apr, 2023 1 commit
  15. 02 Apr, 2023 1 commit
  16. 28 Mar, 2023 1 commit
  17. 18 Dec, 2022 4 commits
  18. 15 Dec, 2022 1 commit
  19. 03 Nov, 2022 2 commits
  20. 31 Oct, 2022 1 commit
  21. 18 Oct, 2022 1 commit
  22. 14 Oct, 2022 1 commit
    • Robert Schmidt's avatar
      Remove EXMIMO leftover · cc8da80f
      Robert Schmidt authored
      - Remove all files referencing EXMIMO
      - Remove all targets/variables/defines that seem to be related to EXMIMO
      cc8da80f
  23. 28 Sep, 2022 2 commits
  24. 05 Sep, 2022 1 commit
  25. 25 Aug, 2022 1 commit
  26. 04 Aug, 2022 1 commit
  27. 07 Jul, 2022 1 commit
  28. 16 May, 2022 1 commit
  29. 13 Apr, 2022 1 commit
  30. 05 Apr, 2022 1 commit
  31. 07 Mar, 2022 1 commit