- 11 Jan, 2023 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 23 Dec, 2022 1 commit
-
-
Robert Schmidt authored
integration_2022_wk51 See merge request oai/openairinterface5g!1877 !1823 NR UE improve RA procedures (continuation) !1863 fixes for mixed slot without uplink symbols !1865 Remove max power limitation in p_NR_FR1 !1866 Small fixes from Fujitsu branch fix OAIUE test !1638 Implementation of RRC NR_Paging message at gNB !1846 NR limit dl_DataToUL_ACK !1864 Derive K_NG-RAN* key for RRCReestablishment !1871 Improvements in 5G RAR and DCI for initial BWP larger than 180PRBs !1872 Fix seed generation and physim script !1860 Test reduced iterations for ULSIM 3GPP !1873 Moved nr_ue_design.md to doc/ !1878 Bugfix wrong use of qsort in dl/ul schedulers !1881 Fix documentation of dot_product() !1815 NR UE moved PDSCH, rxdataF to stack !1875 NR SA SIB1 status after failure !1870 NR SA Tutorials
-
- 22 Dec, 2022 13 commits
-
-
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 1 commit
-
-
Sakthivel Velumani authored
Direct check on dlsim buffer
-