An error occurred fetching the project authors.
- 22 Sep, 2023 2 commits
-
-
Robert Schmidt authored
The MasterInformationBlock is handled at the DU and sent to the CU in the F1 Setup Response. Hence, move it down to the MAC. Furthermore: - Change type because MIB_PDU_t is 4G type - Simplify schedule_nr_mib()
-
Robert Schmidt authored
Note: the reestablishment is broken, and a later commit fixes it. The ServingCellConfigCommon is an inherently radio-related configuration. As such, it should be handled by the DU, not the CU. Therefore, move it "down" to the MAC.
-
- 14 Sep, 2023 1 commit
-
-
Rúben Soares da Silva authored
- Fix 4G and 5G discrepancy in TLV padding requirements: 4G does not need padding, whereas 5G needs, so make separate set of function for padding for NR - Fix packing/unpacking for (n)FAPI PARAM and CONFIG.request/response messages - Handle message padding to next 32-bit boundary, as per SCF specification in packing and unpacking functions - Account for message header size upon receiving message in PNF and VNF
-
- 24 Aug, 2023 1 commit
-
-
rmagueta authored
-
- 20 Jul, 2023 1 commit
-
-
Robert Schmidt authored
nr_mac_prepare_ra_ue() is called with the scheduler being locked via NR_SCHED_ENSURE_LOCKED(), but if there is no free RA process, it unlocks the scheduler via NR_SCHED_UNLOCK(). This is commit fixes this. In short, when calling nr_mac_prepare_ra_ue(), the scheduler is locked, and should always return with the scheduler being locked.
-
- 13 Jul, 2023 2 commits
-
-
Laurent THOMAS authored
-
francescomani authored
-
- 10 Jun, 2023 1 commit
-
-
Roberto Louro Magueta authored
-
- 05 Jun, 2023 1 commit
-
-
Laurent Thomas authored
-
- 01 Jun, 2023 1 commit
-
-
Cedric Roux authored
We don't work much on asn1c. The version we use has several bugs. There is an active community out there that fixes bugs and improves asn1c. Let's use their version.
-
- 03 May, 2023 4 commits
-
-
Robert Schmidt authored
Different threads (e.g., RRC, DU tasks) might access the scheduler at the same time as the thread that drivers the scheduler itself (ru_thread). To avoid data races, introduce this mutex. Most functions of the scheduler are only used internally and have been marked static in the previous commit. The remaining ones, in this commit, either lock the scheduler mutex sched_lock, or a comment has been added of the assumption of how such function is to be locked (e.g., if it might be called from different places, or if it is called by a function that already locks the scheduler).
-
Robert Schmidt authored
There is no point in updating RA, when we update the CellGroupConfig. We simply drop this function, therefore
-
Robert Schmidt authored
To know which functions are used from outside and which are module-local, make many functions static. This will allow us to protect only those functions with a mutex for which it is necessary.
-
Robert Schmidt authored
-
- 24 Apr, 2023 2 commits
-
-
rakesh mundlamuri authored
-
rakesh mundlamuri authored
-
- 20 Apr, 2023 1 commit
-
-
francescomani authored
-
- 11 Apr, 2023 1 commit
-
-
Robert Schmidt authored
-
- 31 Mar, 2023 1 commit
-
-
Roberto Louro Magueta authored
-
- 28 Mar, 2023 1 commit
-
-
Roberto Louro Magueta authored
-
- 20 Mar, 2023 1 commit
-
-
francescomani authored
-
- 09 Mar, 2023 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
francescomani authored
-
- 24 Feb, 2023 1 commit
-
-
francescomani authored
-
- 21 Feb, 2023 1 commit
-
-
francescomani authored
-
- 19 Jan, 2023 1 commit
-
-
laurent authored
-
- 19 Dec, 2022 1 commit
-
-
francescomani authored
-
- 28 Sep, 2022 2 commits
-
-
francescomani authored
-
francescomani authored
-
- 18 Aug, 2022 1 commit
-
-
Robert Schmidt authored
-
- 07 Aug, 2022 1 commit
-
-
Robert Schmidt authored
-
- 05 Aug, 2022 1 commit
-
-
Raymond Knopp authored
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 22 Jul, 2022 1 commit
-
-
francescomani authored
-
- 20 Jul, 2022 1 commit
-
-
laurent authored
-
- 07 Jul, 2022 1 commit
-
-
francescomani authored
-
- 20 Jun, 2022 1 commit
-
-
francescomani authored
-
- 15 Jun, 2022 1 commit
-
-
luis_pereira87 authored
-
- 09 Jun, 2022 1 commit
-
-
luis_pereira87 authored
-