- Mar 09, 2023
-
-
Francesco Mani authored
-
Robert Schmidt authored
-
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Thomas Schlichter authored
-
- Mar 08, 2023
-
-
Francesco Mani authored
-
- Mar 07, 2023
-
-
Sakthivel Velumani authored
-
Rúben Soares Silva authored
-
- Mar 06, 2023
-
-
Robert Schmidt authored
Most targets don't need the symbols from the compiled RRC ASN.1 libraries, but only the headers. In particular when compiling individual libraries (e.g., for tests), linking the full library makes the RRC ASN.1 libraries compile and link, when they are not needed (only headers are needed). For libraries that can do without these headers, don't link them.
-
Robert Schmidt authored
-
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
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Roberto Louro Magueta authored
-
Roberto Louro Magueta authored
-
Roberto Louro Magueta authored
-
- Feb 27, 2023
-
-
Roberto Louro Magueta authored
-
laurent authored
-
laurent authored
-
laurent authored
-
laurent authored
-
Roberto Louro Magueta authored
Creation of function NFAPI_NR_DMRS_TYPE1_linear_interp(), NFAPI_NR_DMRS_TYPE1_average_prb(), NFAPI_NR_DMRS_TYPE2_linear_interp() and NFAPI_NR_DMRS_TYPE2_average_prb()
-
Roberto Louro Magueta authored
-
Roberto Louro Magueta authored
-
Roberto Louro Magueta authored
-
Roberto Louro Magueta authored
To use c16maddShift(), c32x16maddShift(), c16multaddVectRealComplex(), and c16x32div() functions in nr_pdsch_channel_estimation()
-
Roberto Louro Magueta authored
-
Roberto Louro Magueta authored
-
- Feb 24, 2023
-
-
Luis Pereira authored
-
- Feb 23, 2023
-
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Francesco Mani authored
-
Thomas Schlichter authored
-
Authors: Bo Zhao, Marwan Hammouda, Thomas Schlichter (Fraunhofer IIS) - CMakeLists modification: add QtWidgets library, add new source files, MOC (Meta-Object Compiler) on the given source file - build_oai modification - Activate new GUI with Qt on the UE side - 2 x 3 widget with I/Q sample for PDSCH - Drop-down list implementation
-