An error occurred fetching the project authors.
- 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
-
- 31 Oct, 2022 1 commit
-
-
Sakthivel Velumani authored
-
- 29 Oct, 2022 1 commit
-
-
francescomani authored
-
- 18 Oct, 2022 1 commit
-
-
Melissa Elkadi authored
This commit provides CSI reporting support which is required for MIMO. It also updates the configuration files, provides sample BLER simualtion files for packet dropping in the MIMO 2x2 case. It also includes the hooks and functions (e.g., updating UCI2_3_4 PDU field) for MIMO 2x2 support. This commit will not include any channel abstraction code or modelling.
-
- 14 Oct, 2022 1 commit
-
-
Robert Schmidt authored
- Remove all files referencing EXMIMO - Remove all targets/variables/defines that seem to be related to EXMIMO
-
- 29 Sep, 2022 1 commit
-
-
Sakthivel Velumani authored
-
- 26 Sep, 2022 1 commit
-
-
Sakthivel Velumani authored
-
- 02 Sep, 2022 1 commit
-
-
laurent authored
fix segv fix bug redeclaration of same struct in phy sim Apply 1 suggestion(s) to 1 file(s) code reveiw comments
-
- 01 Sep, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 25 Aug, 2022 2 commits
-
-
Sagar Parsawar authored
-
Sagar Parsawar authored
-
- 23 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
This reverts commit 4704af48.
-
- 16 Aug, 2022 1 commit
-
-
Robert Schmidt authored
-