An error occurred fetching the project authors.
- 24 Feb, 2022 1 commit
-
-
francescomani authored
-
- 22 Feb, 2022 1 commit
-
-
Melissa Elkadi authored
These include: - Simplifying VNF code. - Adding comments to several areas of the code. - Using free_and_zero macros - Fixing spelling errors
-
- 15 Feb, 2022 1 commit
-
-
Melissa Elkadi authored
Also, the allocation of the eNB measurement report keeps getting commented out becasue the compiler throws an error. I have un-commented the allocation of memory (becasue it breaks NSA mode) and added a memset to ensure we are using the allocated memory. This gets rid of the warning and ensures NSA mode still works.
-
- 20 Dec, 2021 1 commit
-
-
rmagueta authored
-
- 17 Dec, 2021 1 commit
-
-
mjoang authored
-
- 16 Dec, 2021 2 commits
-
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
- 14 Dec, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 09 Dec, 2021 1 commit
-
-
mjoang authored
-
- 04 Dec, 2021 1 commit
-
-
francescomani authored
-
- 29 Nov, 2021 1 commit
-
-
mjoang authored
fix the race condition in UE where PUSCH could not be sent when UE sends PUCCH and PUSCH at the same slot.
-
- 22 Nov, 2021 1 commit
-
-
francescomani authored
-
- 19 Nov, 2021 3 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
Also, we had two heap-buffer-overflow crashes while filling the CRC_IND and RX_IND. The corrected CALLOC command is included in this commit as well. Lastly, we included a better fix for handling late DL_TTI_REQs. If the number of active harqs is larger than the number of UCIs we have built, this is a good indicator that the DL_TTI_REQ is late. To mitigate problems, we will requeue the UL_TTI_REQ to when the late DL_TTI_REQ comes in, we can handle the late UCI that is built from it.
-
francescomani authored
-
- 17 Nov, 2021 1 commit
-
-
rmagueta authored
-
- 16 Nov, 2021 1 commit
-
-
rmagueta authored
-
- 05 Nov, 2021 1 commit
-
-
mjoang authored
-
- 04 Nov, 2021 2 commits
- 03 Nov, 2021 3 commits
- 28 Oct, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 07 Oct, 2021 1 commit
-
-
Melissa Elkadi authored
This commit changes the stub functionality entirely. We are now queueing any received NR nFAPI message and handling it only after we recevie a slot ind that corresponds with the nFAPI message's sfn/slot value. When doing this, an existing issue has been brought to light. The gNB and NR UE are not in sync when it comes to their slot indications. Generally, the NR UE seems to be ahead of the gNB by around 6-7 slots. This commit has a hack... when we receive a slot indication at the moment, we decrament it by 6 to try to keep the NRUE from being ahead of the gNB. This will be fixed shortly... This was a temporary fix..
-
- 01 Oct, 2021 2 commits
-
-
Melissa Elkadi authored
This requires some updates to the nFAPI code as well. We also have declared the def_dci_rel15 extern variable consistently throughout the code. In this commit, the gNB is still crashing. However, it seems that the NSA UE is sending the proper responses back, but there some sort of incorrect management of the def_dci_pdu_rel15 variable. If we memset this array to 0, we can see incorrect 0 assignments to elements of the UCI indications. Hopefully fixing this issue will result in less gNB crashes.
-
Melissa Elkadi authored
-
- 30 Sep, 2021 1 commit
-
-
Melissa authored
-
- 29 Sep, 2021 2 commits
-
-
Melissa Elkadi authored
Also, removing memset for def_dci_pdu_rel15 because it is setting the DL_BWP_ID = 0 before we have used it.
-
Melissa Elkadi authored
Also, removing memset for def_dci_pdu_rel15 because it is setting the DL_BWP_ID = 0 before we have used it.
-
- 27 Sep, 2021 2 commits
-
-
francescomani authored
-
francescomani authored
-
- 24 Sep, 2021 1 commit
-
-
Melissa Elkadi authored
I have removed more irrelevant comments and updated a few logs.
-
- 21 Sep, 2021 1 commit
-
-
Melissa Elkadi authored
Also, the ul_slot was not properly wrapping. It was increased to a value greater than the largest slot value.
-
- 15 Sep, 2021 1 commit
-
-
Melissa Elkadi authored
Previously, we thought that filling the UCI ind after we got the pdsch payload would stop the harq_pid from going inactive, but this was not the case. The harq_pid is getting set to inactive too early because of the sf_slot ahead value. The fix for this will come in the next commit.
-
- 10 Sep, 2021 1 commit
-
-
Melissa Elkadi authored
In this commit, we introduced a new global to save the harq_pid from the PDCCH that comes down in the DCI message so that we can use the harq_pid in the PDSCH. Now, the UCI ind will be filled after we have recevied the PDSCH in the tx_request.
-
- 25 Aug, 2021 1 commit
-
-
Deokseong "David" Kim authored
-
- 23 Aug, 2021 1 commit
-
-
francescomani authored
-
- 22 Aug, 2021 1 commit
-
-
francescomani authored
-
- 16 Aug, 2021 1 commit
-
-
francescomani authored
-