An error occurred fetching the project authors.
- 29 Oct, 2021 1 commit
-
-
David Kim authored
-
- 07 Oct, 2021 1 commit
-
-
Guido Casati authored
- replaced taus with a random seed + random number generation - this fixes the bug with multiple UEs starting RA in the same time frame and slot and selecting the same preamble index
-
- 30 Sep, 2021 2 commits
-
-
Melissa authored
-
francescomani authored
-
- 29 Sep, 2021 1 commit
-
-
francescomani authored
-
- 27 Sep, 2021 1 commit
-
-
francescomani authored
-
- 23 Sep, 2021 1 commit
-
-
Melissa Elkadi authored
This commit includes about 1/3 of the code clean up in preparation for the merge to the OAI develop branch. Several of the changes are white space changes, removing of logs, comment removals, and updating any changed code for our use-case to be clear for NSA mode.
-
- 14 Sep, 2021 1 commit
-
-
Melissa Elkadi 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.
-
- 16 Aug, 2021 3 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
- 09 Aug, 2021 1 commit
-
-
Deokseong "David" Kim authored
-
- 06 Aug, 2021 1 commit
-
-
David Kim authored
-
- 04 Aug, 2021 5 commits
-
-
cig authored
- restored FIXED subheader length - restored SHORT subheader in MAX TBS (still unclear the reason behind the selection of SHORT subheader here by developer)
-
cig authored
- send C-RNTI MAC CE otherwise - init RA if there are bytes to send and is a PRACH occasion - minor cleanups
-
cig authored
- TC-RNTI is set and used after RAR reception according to the specs - C-RNTI is used in CFRA
-
cig authored
- set constant variables to const
-
cig authored
- included MAC CE sub-PDUs size in the computation of RLC data to transmit this fixes the error with residual mac pdu appearing at gNB side when transmitting higher amount of data - got rid of the nr_generate_ulsch_pdu and moved the relevant UL-SCH MAC PDU generation procedure within the nr_ue_get_sdu and nr_ue_get_rach - reduced memcpy calls and unnecessary memory allocations - fetching RLC data and SDU size from the mac_rlc_data_req, removed the call to mac_rlc_get_buffer_occupancy_ind - introduced a new function to generate the MAC CEs sub-PDUs - removed unnecessary function input parameters - minor fixes and cleanup - enhanced logging
-
- 03 Aug, 2021 1 commit
-
-
Raghavendra Dinavahi authored
-
- 26 Jul, 2021 1 commit
-
-
francescomani authored
-
- 22 Jul, 2021 1 commit
-
-
luis_pereira87 authored
-
- 20 Jul, 2021 1 commit
-
-
David Kim 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
-
- 09 Jun, 2021 1 commit
-
-
Melissa Elkadi authored
Also added logs for handling Msg3 and initialized ul_config->num_pdus at every received slot ind instead of every time we call get_ul_config()
-
- 08 Jun, 2021 1 commit
-
-
Melissa Elkadi authored
- Hardcoding the freq_index when filling RACH - Not handling DCI unless dci_rel_15 global is allocated - Verifies ra_rnti matches in prach pdu and RACH - Updates handling of DCI and RX from dl and tx reqs
-
- 07 Jun, 2021 1 commit
-
-
Melissa Elkadi authored
Also, changed freq_index hardcode to 0. Logging ra_rnti in gNB and NR UE
-
- 28 May, 2021 1 commit
-
-
Melissa Elkadi authored
Also calling the new L1_nsa_prach_procedures() function after using the nr_ue_scheduler. Added some error checking in the nr_ue_scheduler. Added some error checking in the process_nsa_msg in both the NR and LTE UE
-
- 27 May, 2021 1 commit
-
-
Melissa Elkadi authored
Had to hack the code to schedule the prach. Need to verify this is ok because ul_config = NULL. Also had to change logic for calling fill_schedule_response.
-
- 26 May, 2021 1 commit
-
-
Melissa Elkadi authored
However, we are not properly calling the nr_ue_get_rach() function. The RA is being properly initialized. In the nr_ue_get_rach() the pRACH is not scheduled. Tried to add in the scheduling of this, but it crashes here. The other changes include revering the nr_ue_get_rach() changes from previous commit. Also, changed a few log levels and reverted a previous change in the NR UE RRC layer that was incorrect.
-
- 25 May, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 10 May, 2021 1 commit
-
-
Mahesh authored
-
- 30 Apr, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 23 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 22 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 20 Apr, 2021 2 commits
-
-
luis_pereira87 authored
-
francescomani authored
-
- 15 Apr, 2021 2 commits
-
-
rmagueta authored
-
francescomani authored
-
- 04 Apr, 2021 1 commit
-
-
Raymond Knopp authored
UE Configuration after SIB1 ok, RAR configuraiton/reception ok, Msg3 transmission / reception ok, CU fails when needing to at SRB1
-