An error occurred fetching the project authors.
- 09 Aug, 2023 1 commit
-
-
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.
-
- 08 Aug, 2023 3 commits
-
-
Sagar Parsawar authored
-
Sagar Parsawar authored
-
francescomani authored
-
- 04 Aug, 2023 1 commit
-
-
francescomani authored
-
- 01 Aug, 2023 1 commit
-
-
francescomani authored
-
- 31 Jul, 2023 1 commit
-
-
francescomani authored
-
- 27 Jul, 2023 1 commit
-
-
francescomani authored
-
- 12 Jul, 2023 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 10 Jul, 2023 2 commits
-
-
francescomani authored
-
laurent authored
-
- 22 May, 2023 1 commit
-
-
Sakthivel Velumani authored
-
- 18 May, 2023 1 commit
-
-
francescomani authored
-
- 12 Apr, 2023 1 commit
-
-
francescomani authored
-
- 07 Apr, 2023 1 commit
-
-
francescomani authored
-
- 03 Apr, 2023 3 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
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
-
- 02 Apr, 2023 1 commit
-
-
francescomani authored
-
- 28 Mar, 2023 1 commit
-
-
Roberto Louro Magueta authored
-
- 27 Mar, 2023 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
Creates function that have nr_pdcp_ prepended to their name, and change the signature of some functions for the 5G PDCP: - nr_pdcp_layer_init() - nr_pdcp_data_req() - nr_pdcp_remove_UE() - nr_pdcp_config_set_security() - nr_pdcp_remove_UE() - Make separate functions for nr_pdcp_data_req_srb/drb()
-
- 14 Mar, 2023 1 commit
-
-
francescomani authored
-
- 06 Mar, 2023 2 commits
-
-
Robert Schmidt authored
-
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
-
- 17 Feb, 2023 1 commit
-
-
Bruno Mongazon-Cazavet authored
-
- 19 Jan, 2023 1 commit
-
-
Robert Schmidt authored
- By convention, enums are uppercase in C - Use it everywhere
-
- 18 Dec, 2022 3 commits
-
-
Sakthivel Velumani authored
Direct check on dlsim buffer
-
Sakthivel Velumani authored
removed gNB_id and slot from function calls where proc is used.
-
Sakthivel Velumani authored
--Removed NR_UE_PDSCH global structure --Changed UE scope to accomodate local PDSCH data --Removed common_vars.rxdataF from global structure
-
- 15 Dec, 2022 4 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
- 28 Nov, 2022 2 commits
-
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
-
- 22 Nov, 2022 1 commit
-
-
Sakthivel Velumani authored
-
- 03 Nov, 2022 2 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
NR_UE: slightly improve timing synchronization by minimizing the adjustment of the filtered peak position value
-