An error occurred fetching the project authors.
- 19 Oct, 2022 1 commit
-
-
francescomani authored
-
- 26 Sep, 2022 1 commit
-
-
francescomani authored
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 14 Jun, 2022 1 commit
-
-
Melissa Elkadi authored
This commit includes reorganization of all of the SISO/MIMO channel modelling support being moved into a single CM file. Furthermore, it includes a bug fix for the number of MCS simulation tables (29 total, 0-28).
-
- 23 Feb, 2022 1 commit
-
-
Deokseong "David" Kim authored
-
- 28 Oct, 2021 2 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
- 02 Sep, 2021 1 commit
-
-
David Kim authored
1. Removed hard coded IP address in the code for UE and nrUE's remote address. 2. Read IP address from config file for UE and nrUE's remote address.
-
- 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.
-
- 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.
-
- 03 Apr, 2021 1 commit
-
-
Laurent OpenCells authored
-
- 23 Mar, 2021 1 commit
-
-
David Kim authored
1. restoring ci test environment. 2. packet drop disabled.
-
- 13 Mar, 2021 2 commits
-
-
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.
-
- 28 Feb, 2021 1 commit
-
-
Michael Cook authored
This code allocates memory from the heap: ``` static void *UE_phy_stub_standalone_pnf_task(void *arg) { ... UL_INFO->crc_ind.crc_indication_body.crc_pdu_list = calloc(NB_UE_INST, sizeof(nfapi_crc_indication_pdu_t)); ``` I see NB_UE_INST==1. Then this code: ``` void fill_crc_indication_UE_MAC(int Mod_id, int frame, int subframe, UL_IND_t *UL_INFO, uint8_t crc_flag, int index, uint16_t rnti, nfapi_ul_config_request_t *ul_config_req) { ... nfapi_crc_indication_pdu_t *pdu = &UL_INFO->crc_ind.crc_indication_body .crc_pdu_list[UL_INFO->crc_ind.crc_indication_body.number_of_crcs]; ``` used .number_of_crcs to index into .crc_pdu_list without first checking if .number_of_crcs is in range. When run with multiple UEs, sometimes .number_of_crcs==1 and then -fsanitize=address complains. Change is to use NUMBER_OF_UE_MAX instead of NB_UE_INST. With this change, -fsanitize=address stopping complaining.
-
- 24 Feb, 2021 2 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
- 19 Feb, 2021 1 commit
-
-
Melissa Elkadi authored
Also added logs for debugging this rare random value issue.
-
- 18 Feb, 2021 1 commit
-
-
Melissa Elkadi authored
Also, updated openairinterface5g_limits.h to match develop branch.
-
- 15 Feb, 2021 1 commit
-
-
Melissa Elkadi authored
Mutexes were not being initialized. In multiple places they were not being unlocked. In fill rach it was not being locked or unlocked.
-
- 09 Feb, 2021 1 commit
-
-
Melissa authored
More accurately, we changed the do/while infinite loop to be an infinite for loop for the read command of the socket. The socket file descriptor choice is more clear now.
-
- 25 Jan, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 23 Jan, 2021 1 commit
-
-
Melissa authored
There was a variable that was being used that was undefined. Also fixed save_dci_pdu_for_crnti() function.
-
- 18 Jan, 2021 4 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
- 15 Jan, 2021 2 commits
-
-
Melissa Elkadi authored
Also updated the spelling of global variable NUM_NFAPI_SUBFRAME
-
Melissa Elkadi authored
A fix had to be made in the uci_harq indication function in the UE. The uci_harq indicaiton function was not properly checking for dropped packets four subframes back in the UE.
-
- 14 Jan, 2021 1 commit
-
-
Ricky S authored
-
- 12 Jan, 2021 1 commit
-
-
Melissa Elkadi authored
Every if statement that includes a check for the NFAPI_MODE that did not check for the new PNF_STANDALONE_MODE now has been updated. Also changed the tx_req and dl_config_req logs when they are received at the OAI UE to be info logs instead of error logs.
-
- 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.
-
- 21 Nov, 2020 1 commit
-
-
Melissa authored
Additionally, combined many of the individual dl_config_req and tx_req handle functions. Also removed some unused functions we added. Futhermore, removed our additions to the dl_config_req and tx_req memcpy functions.
-
- 20 Nov, 2020 1 commit
-
-
Melissa authored
Additionally, combined many of the individual dl_config_req and tx_req handle functions. Also removed some unused functions we added. Futhermore, removed our additions to the dl_config_req and tx_req memcpy functions.
-
- 16 Nov, 2020 2 commits
-
-
Andrew Burger authored
-
Andrew Burger authored
-
- 13 Nov, 2020 1 commit
-
-
Andrew Burger authored
-
- 11 Nov, 2020 1 commit
-
-
Mahesh authored
-
- 06 Nov, 2020 1 commit
-
-
Mahesh authored
-