An error occurred fetching the project authors.
  1. 19 Jan, 2024 1 commit
  2. 20 Dec, 2023 1 commit
  3. 01 Dec, 2023 1 commit
  4. 28 Nov, 2023 3 commits
  5. 20 Nov, 2023 3 commits
  6. 10 Nov, 2023 2 commits
  7. 03 Nov, 2023 1 commit
  8. 27 Oct, 2023 3 commits
  9. 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
  10. 06 Oct, 2023 1 commit
  11. 25 Sep, 2023 3 commits
  12. 22 Sep, 2023 5 commits
  13. 13 Sep, 2023 1 commit
    • Raymond Knopp's avatar
      First-level of support for new aarch64 machines · a7bc2823
      Raymond Knopp authored
      Testing on Neoverse N1 (Ampere 3GHz). Tested only on a subset of phy-simulators.
      
      - Changes:
      - use SIMDE consistently
      - adaptations of LDPC decoder generator for ARMv8 performance
      - SIMDe modifications of Intel CRC to allow for aarch64 build.
        optimizations for 128-bit to improve performance of LDPC encode/decode
        on aarch64 (Neoverse 1)
      - added BG2 files for 128-bit ldpc encoder (aarch64)
      - testing on Xeon
      - testing on x86
      - minor changes to build/run on x86
      - change in crc.h after returning to aarch64
      - removed some warning in ldpc decoder generator for x86_64
      - char
      - Delete irrelevant constants
      - Correctly declare variables
      - Define stdbool for all architectures
      - Remove definition of _MM_SHUFFLE and use SIMDE_MM_SHUFFLE
      - Remove commented code
      - Fix CMakeLists.txt
      - Include SIMDE avx2 functions in tools_defs.h
      a7bc2823
  14. 04 Sep, 2023 3 commits
  15. 20 Jul, 2023 1 commit
  16. 13 Jul, 2023 1 commit
  17. 10 Jul, 2023 1 commit
  18. 20 Jun, 2023 2 commits
  19. 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
  20. 14 Jun, 2023 1 commit
  21. 12 Jun, 2023 2 commits
  22. 26 May, 2023 1 commit
  23. 24 Apr, 2023 1 commit