An error occurred fetching the project authors.
  1. 16 Oct, 2023 1 commit
  2. 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
  3. 06 Oct, 2023 1 commit
  4. 25 Sep, 2023 3 commits
  5. 22 Sep, 2023 5 commits
  6. 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
  7. 04 Sep, 2023 5 commits
  8. 30 Aug, 2023 1 commit
  9. 22 Aug, 2023 1 commit
  10. 19 Aug, 2023 1 commit
  11. 27 Jul, 2023 1 commit
  12. 20 Jul, 2023 1 commit
  13. 13 Jul, 2023 1 commit
  14. 10 Jul, 2023 1 commit
  15. 03 Jul, 2023 1 commit
  16. 28 Jun, 2023 1 commit
  17. 20 Jun, 2023 2 commits
  18. 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
  19. 14 Jun, 2023 1 commit
  20. 13 Jun, 2023 1 commit
  21. 12 Jun, 2023 3 commits
  22. 08 Jun, 2023 1 commit
  23. 01 Jun, 2023 1 commit
    • Vijay Chadachan's avatar
      CPPCHECK fixes for printf issues · 836469e8
      Vijay Chadachan authored
      Fix for following CPPCheck warnings
      - invalidPrintfArgType
      Rebased with latest develop branch w21.
      Reverted modifications unrelated to printf issues.
      836469e8
  24. 26 May, 2023 1 commit
  25. 18 May, 2023 1 commit
  26. 10 May, 2023 1 commit
  27. 05 May, 2023 1 commit