An error occurred fetching the project authors.
  1. 09 Aug, 2023 1 commit
    • Robert Schmidt's avatar
      Deprecate NR-UE --rrc_config_path, use --r{e,b}config-file instead · 9f45f1d7
      Robert Schmidt authored
      Config options --reconfig_file and --rbconfig-file have been introduced
      to modify the filenames of reconfig.raw and rbconfig.raw (e.g., in the
      case of multiple UEs). These filen*ames* were to be prepended with
      --rrc_config_path to set the path. In summary, three options were
      necessary, when two are sufficient.
      
      In this commit, change to the options --reconfig-file and
      --rbconfig-file (slight change for harmonization with other options,
      which mostly use dashes) to give the full path to the corresponding
      files, and avoid to surprise users who would not expect to have three
      options.
      
      --rrc_config_path has been deprecated and an error will be printed if a
      user attempts to use it.
      9f45f1d7
  2. 08 Aug, 2023 3 commits
  3. 04 Aug, 2023 1 commit
  4. 01 Aug, 2023 1 commit
  5. 31 Jul, 2023 1 commit
  6. 27 Jul, 2023 1 commit
  7. 12 Jul, 2023 2 commits
  8. 10 Jul, 2023 2 commits
  9. 22 May, 2023 1 commit
  10. 18 May, 2023 1 commit
  11. 12 Apr, 2023 1 commit
  12. 07 Apr, 2023 1 commit
  13. 03 Apr, 2023 3 commits
    • Sakthivel Velumani's avatar
      1f6d111f
    • Sakthivel Velumani's avatar
      Fix printing help message · a03864ee
      Sakthivel Velumani authored
      a03864ee
    • 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
  14. 02 Apr, 2023 1 commit
  15. 28 Mar, 2023 1 commit
  16. 27 Mar, 2023 2 commits
  17. 14 Mar, 2023 1 commit
  18. 06 Mar, 2023 2 commits
    • Robert Schmidt's avatar
      e90ef3bc
    • 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
  19. 17 Feb, 2023 1 commit
  20. 19 Jan, 2023 1 commit
  21. 18 Dec, 2022 3 commits
  22. 15 Dec, 2022 4 commits
  23. 28 Nov, 2022 2 commits
  24. 22 Nov, 2022 1 commit
  25. 03 Nov, 2022 2 commits