An error occurred fetching the project authors.
  1. 22 Sep, 2023 2 commits
  2. 18 Aug, 2023 1 commit
  3. 08 Aug, 2023 1 commit
  4. 31 Jul, 2023 2 commits
  5. 27 Jul, 2023 1 commit
  6. 24 Jul, 2023 1 commit
  7. 13 Jul, 2023 2 commits
  8. 10 Jul, 2023 2 commits
  9. 10 Jun, 2023 1 commit
  10. 30 May, 2023 1 commit
  11. 23 May, 2023 3 commits
  12. 05 May, 2023 1 commit
  13. 04 May, 2023 1 commit
  14. 24 Apr, 2023 2 commits
  15. 20 Apr, 2023 1 commit
  16. 07 Apr, 2023 1 commit
  17. 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
  18. 28 Mar, 2023 1 commit
  19. 14 Mar, 2023 1 commit
  20. 06 Mar, 2023 1 commit
    • Robert Schmidt's avatar
      RC: forward declarations and link physims better · 8a15fb7c
      Robert Schmidt authored
      The simulators have been changed: due to linker errors that would arise
      otherwise, a lot of functions are defined in them to avoid such errors.
      Some functions are also defined in header files; in this commit, we
      define most functoins in nr_dummy_functions.c, which is compiled in, not
      by including the C file, but by adding it to the target in
      CMakeLists.txt
      
      - nr_dlsim+nr_ulsim need NR_IF_Module_init(), so it cannot be in
        nr_dummy_functions, but the others need it
      - Link correcr NR_IF_Module_init() into these simulators, and reduce
        overall link list
      - Correctly link remaining simulators
      8a15fb7c
  21. 23 Feb, 2023 6 commits
  22. 27 Dec, 2022 3 commits
  23. 15 Dec, 2022 1 commit
  24. 29 Oct, 2022 1 commit
  25. 04 Aug, 2022 1 commit
  26. 20 Jul, 2022 1 commit