An error occurred fetching the project authors.
  1. 26 Oct, 2023 1 commit
  2. 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
  3. 04 Aug, 2022 1 commit
  4. 23 May, 2022 1 commit
  5. 02 Mar, 2022 1 commit
  6. 30 Sep, 2021 1 commit
  7. 13 Sep, 2021 1 commit
  8. 12 Jul, 2021 1 commit
  9. 02 Jul, 2021 1 commit
  10. 13 May, 2021 1 commit
  11. 10 May, 2021 1 commit
  12. 01 Feb, 2021 1 commit
  13. 27 Oct, 2020 1 commit
    • cig's avatar
      Cleanup RF HW configuration at UE side · 6862affd
      cig authored
      - removed redundant initialisation of variables
      - introduced two "RF helpers" function that are replacing shared code in the sync routines
      - added a new .c file and updated the cmakelists and .h files
      6862affd