An error occurred fetching the project authors.
- 23 Nov, 2021 1 commit
-
-
Melissa Elkadi authored
There are two queue.h files in this repository.
-
- 04 Nov, 2021 1 commit
-
-
David Kim authored
-
- 13 Oct, 2021 1 commit
-
-
Deokseong "David" Kim authored
-
- 01 Oct, 2021 1 commit
-
-
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.
-
- 23 Sep, 2021 1 commit
-
-
Melissa authored
-
- 18 Aug, 2021 1 commit
-
-
Melissa Elkadi authored
How? Well, we had to properly allocate the ul_config_req. We also had to update the ue_get_rach function. There were several places where the functionality would check for a particular mode (ra, sa, phy_test, etc). In some of these places we had to add NSA mode. In the VNF, they start the scheduler after 3 sec, this is sort of a hack, might want to revisit. This commit also includes removal of printfs.
-
- 17 Aug, 2021 1 commit
-
-
David Kim authored
1. Prototype of nr indication functions were updated. 2. nr_rx_indication name changed to nr_rx_data_indication 3. Added other logs and assert conditions that were gone away from merge. 4. pnf files were not touched. 5. To be sync with original nfapi branch, the following file was checkout from eurocom-nfapi_nr_arch_mod nfapi/open-nFAPI/vnf/public_inc/nfapi_vnf_interface.h
-
- 09 Aug, 2021 2 commits
-
-
Deokseong "David" Kim authored
-
Rahul Gottipati authored
-
- 06 Aug, 2021 1 commit
-
-
David Kim authored
-
- 05 Aug, 2021 1 commit
-
-
Rahul Gottipati authored
-
- 04 Aug, 2021 1 commit
-
-
David Kim authored
-
- 03 Aug, 2021 1 commit
-
-
Gokul Srinivasan authored
-
- 30 Jul, 2021 1 commit
-
-
David Kim authored
Regarding dl_hard, some AssertFatal commented out. Regarding to memory allocation error, AssertFatal was used.
-
- 28 Jul, 2021 2 commits
-
-
David Kim authored
Restored original LOG level. Code cleanup to remove emptry space and added some logs.
-
David Kim authored
1. If VNF is slower than PNF, next scheduling will be done after resync. 2. If VNF is unstable in slot progress, next scheduling will be done in next stable status. 3. SFN/SLOT indications are queued in nrUE. 4. get_queue is used instead of unquque for FIFO operation.
-
- 27 Jul, 2021 1 commit
-
-
spclab authored
-
- 22 Jul, 2021 1 commit
-
-
Laurent OpenCells authored
-
- 20 Jul, 2021 1 commit
-
-
David Kim authored
-
- 02 Jul, 2021 1 commit
-
-
Melissa Elkadi authored
Also, updated the filing of the DCI payload based on the actual number of recevied bits and not based on the max number of rx'd bits.
-
- 01 Jul, 2021 1 commit
-
-
Melissa Elkadi authored
Currently, the pull8 in nFAPI of the VNF is failing.
-
- 26 Jun, 2021 1 commit
-
-
Michael Cook authored
Most notably, nfapi_rx_indication_pdu_t.data type is changed from `uint8_t*` to `uint8_t[]`. Also, renamed from `data` to `rx_ind_data` to make it easier to find.
-
- 18 Jun, 2021 1 commit
-
-
Mahesh authored
-
- 15 Jun, 2021 1 commit
-
-
Mahesh authored
-
- 11 Jun, 2021 1 commit
-
-
Melissa Elkadi authored
This commit contains the changes to the OAI code in the NR UE and in nFAPI. - Filling crc_ind for msg3 - Updating pack/unpack of CRC_ind - Creating phy abstraction CRC_ind handling in VNF - Removal of old comments - Only sending on RACH in phy_stub - Calling nr_msg3_transmitted in scheduler for NSA mode
-
- 10 Jun, 2021 1 commit
-
-
Melissa Elkadi authored
Also updated the NR nFAPI for properly packing and unpacking the ra_indication. Lastly, added the functionality for calling the callback RX_ind functions in the VNF. The RX_IND PDU is recevied as NULL in the gNB so need to investigate how to properly pack and unpack the *pdu in the RX_ind.
-
- 03 Jun, 2021 1 commit
-
-
Melissa Elkadi authored
The fix added in this commit may not be correct and should be reviewed by Eurecom. For now we set the future frame based on the PRACH recevied frame + 1. Also fixed the copying of RACH ind into UL_INFO global. RAR is being passed to NR UE.
-
- 02 Jun, 2021 1 commit
-
-
Melissa Elkadi authored
Also fixed a few bugs in nr-nFAPI: - Push16->push8 fix in packing of RACH - Allocating memory for pdu_list and preamble_list in unpack - Properly indexing through both lists during unpack - Created new nr_rach handling function
-
- 30 May, 2021 1 commit
-
-
Mahesh authored
-
- 30 Apr, 2021 1 commit
-
-
Melissa Elkadi authored
This commit is not currently building, but I wanted to be able to save the changes that I have added.
-
- 01 Apr, 2021 1 commit
-
-
David Kim authored
-
- 13 Mar, 2021 4 commits
-
-
David Kim authored
-
Michael Cook authored
-
Michael Cook authored
-
Michael Cook authored
-
- 06 Mar, 2021 1 commit
-
-
Melissa Elkadi authored
Commented out an abort(); used for debugging. An incoming merge request will properly handle the issue of multiple CQIs.
-
- 08 Jan, 2021 1 commit
-
-
Melissa Elkadi authored
The clean up includes removing white space changes, adding logs, adding comments to make various changes more obvious, etc.
-
- 16 Dec, 2020 1 commit
-
-
Mahesh authored
-
- 11 Dec, 2020 1 commit
-
-
heshanyun authored
-
- 08 Dec, 2020 1 commit
-
-
Mahesh authored
-