An error occurred fetching the project authors.
  1. 14 Feb, 2024 1 commit
  2. 02 Feb, 2024 1 commit
  3. 24 Jan, 2024 1 commit
  4. 23 Jan, 2024 3 commits
  5. 09 Jan, 2024 1 commit
  6. 23 Nov, 2023 2 commits
  7. 10 Nov, 2023 2 commits
  8. 19 Sep, 2023 1 commit
  9. 08 Sep, 2023 1 commit
  10. 04 Aug, 2023 1 commit
  11. 31 Jul, 2023 2 commits
  12. 27 Jul, 2023 1 commit
  13. 24 Jul, 2023 1 commit
  14. 10 Jul, 2023 2 commits
  15. 07 Jul, 2023 1 commit
    • Robert Schmidt's avatar
      Move radio CMakeLists.txt to subdirectory · ddf549b1
      Robert Schmidt authored
      - move following radios: AW2S, BladeRF, IRIS, LMSSDR, RFsimulator, USRP
      - move following transports: Ethernet, benetel4g, benetel5g
      - for each: create independent cmake variable to switch compilation
        on/off, in order: OAI_AW2S, OAI_BLADERF, OAI_IRIS, OAI_LMSSDR,
        OAI_SIMU, OAI_USRP, OAI_ETHERNET, OAI_BENETEL4G, OAI_BENETEL5G
      - Remove RF_BOARD variable, allows to compile multiple boards at once
      - where applicable: remove USERSPACE/LIB in path, i.e., move files up to
        directories, as all are userspace libraries
      
      Note that with the above, it is now mandatory to enable a radio
      implementation before compiling it, e.g., for USRP:
      
      ./build_oai -w USRP
      cmake .. -DOAI_USRP=ON && ninja oai_usrpdevif
      ddf549b1
  16. 13 Jun, 2023 1 commit
  17. 29 May, 2023 1 commit
  18. 05 May, 2023 1 commit
  19. 14 Apr, 2023 1 commit
  20. 12 Apr, 2023 1 commit
  21. 03 Apr, 2023 1 commit
    • Sakthivel Velumani's avatar
      Contains MAC changes to run || DLSCH · 15c12caa
      Sakthivel Velumani authored
      DL config as array in MAC
      Run RX slot processing in Tpool thread
      Fixed race in phy config
      Changed mac_IF_mutex
      Proc Tx: Lets wait for Proc Rx to get ACK/NACK
      -(only on slots that carry ACK/NACK)
      Fix problem with rfsim
      Separated PDCCH and PDSCH decoding functions. Run PDCCH decoding in main UE_thread.
      Fixed race in MAC dci config struct
      needed for parallel processing of slots
      Moved DLSCH transport block buffer to stack
      rx_ind as static allocation
      L2sim: Fixed calling of MAC sched in wrong slot
      Fix DCI extract bug for RA procedure
      15c12caa
  22. 02 Apr, 2023 1 commit
  23. 28 Mar, 2023 1 commit
  24. 14 Mar, 2023 1 commit
  25. 23 Feb, 2023 2 commits
  26. 30 Dec, 2022 1 commit
  27. 15 Dec, 2022 1 commit
  28. 12 Dec, 2022 1 commit
  29. 28 Nov, 2022 1 commit
  30. 22 Nov, 2022 1 commit
  31. 03 Nov, 2022 1 commit
  32. 31 Oct, 2022 1 commit
  33. 29 Oct, 2022 1 commit