- 22 Dec, 2022 14 commits
-
-
luis_pereira87 authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
francescomani authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 20 Dec, 2022 3 commits
-
-
laurent authored
-
luis_pereira87 authored
-
Sakthivel Velumani authored
-
- 19 Dec, 2022 18 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
francescomani authored
-
Guido Casati authored
- new definition to replace hardcoded values
-
francescomani authored
limit dl_DataToUL_ACK to the number of slots per frame to avoid the need to resize VRB_map and UL_tti_req_ahead
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Almost all targets used both SIMU and SIMU_COMMON. So instead of linking one in the other, this commit merges both libraries into a common SIMU lib. Further, we never load SIMU dynamically -- hence make it a static library. Also, this commit cleans up CMakeLists.txt to prevent multiple compilations of taus.c
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Guido authored
- The qsort() function is defined as: void qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)); and sorts an array with nmemb elements of size size. - in the gNB scheduling functions, nmemb and size were swapped - this was causing a stack overflow ending with a SEGFAULT under certain circumstances
-
Guido Casati authored
- this defition is obsolete
-
francescomani authored
-
francescomani authored
-
- 18 Dec, 2022 5 commits
-
-
Sakthivel Velumani authored
Direct check on dlsim buffer
-
Sakthivel Velumani authored
full symbol buffer will be written bt DFT
-
Sakthivel Velumani authored
removed gNB_id and slot from function calls where proc is used.
-
Sakthivel Velumani authored
-
Sakthivel Velumani authored
--Removed NR_UE_PDSCH global structure --Changed UE scope to accomodate local PDSCH data --Removed common_vars.rxdataF from global structure
-