- Jan 31, 2018
-
-
shahab SHARIAT BAGHERI authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
all the FlexRAN scheduling code is now also handled by the general OAI scheduling code
-
- Jan 24, 2018
-
-
Navid Nikaein authored
-
- Dec 24, 2017
-
-
shahab SHARIAT BAGHERI authored
-
- Dec 15, 2017
-
-
Navid Nikaein authored
-
- Dec 14, 2017
-
-
Navid Nikaein authored
-
Robert Schmidt authored
-
Navid Nikaein authored
-
- Dec 13, 2017
-
-
Navid Nikaein authored
-
- Dec 12, 2017
-
-
Navid Nikaein authored
*Fix the issue with the PDCP UE ID/RNTI management
-
shahab SHARIAT BAGHERI authored
-
Navid Nikaein authored
-
Navid Nikaein authored
-
- Dec 11, 2017
-
-
Navid Nikaein authored
-
- Dec 08, 2017
-
-
Navid Nikaein authored
-
- Dec 01, 2017
-
-
Cedric Roux authored
-
- Nov 27, 2017
-
-
Cedric Roux authored
physicalConfigDedicated may be legitimately NULL at some places with the current code. A cleaner solution is needed (we should always have a dedicated config, initialized with values from the 3GPP specs, not have a NULL as we do now).
-
Cedric Roux authored
Even if the old UE is not found, we have to cancel the random access.
-
- Nov 14, 2017
-
-
bruno mongazon authored
-
- Nov 04, 2017
-
-
Raymond Knopp authored
changing of notation for Random-Access procedure to match documentation. Function remains the same. Indentation (-kr) run on all files in LAYER2/MAC
-
- Oct 25, 2017
-
-
Cedric Roux authored
- remove global variables in the function lte_est_timing_advance_pusch - do the smoothing logic that was in lte_est_timing_advance_pusch in rx_sdu (is it necessary? is it correct?) - put back the value 100 in prach_procedures for the test on prach energy - change the value of timing_advance_update it was: timing_advance_update = sync_pos - eNB->frame_parms.nb_prefix_samples/4; //to check it is now: timing_advance_update = sync_pos; // - eNB->frame_parms.nb_prefix_samples/4; //to check this should be checked somehow. The computation looked suspicious. Maybe the new one is wrong.
-
- Oct 23, 2017
-
-
Cedric Roux authored
-
- Oct 19, 2017
-
-
Cedric Roux authored
phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h maybe it's the opposite that should have been done? Functions used in one file and defined in another may have been declared in the wrong header file.
-
Cedric Roux authored
-
Cedric Roux authored
Old values valid for a previous UE have to be reset for the new UE.
-
- Oct 18, 2017
-
-
Cedric Roux authored
TODO: if the UE did random access (followed by a MAC uplink with CRNTI) because none of its scheduling request was granted, then according to 36.321 5.4.4 the UE's MAC will notify RRC to release PUCCH/SRS. According to 36.331 5.3.13 the UE will then apply default configuration for CQI reporting and scheduling requests, which basically means that the CQI requests won't work anymore and that the UE won't do any scheduling request anymore as long as the eNB doesn't reconfigure the UE. We have to take care of this. As the code is, nothing is done and the UE state in the eNB is wrong.
-
- Oct 17, 2017
-
-
Cedric Roux authored
-
- Oct 16, 2017
-
-
Cedric Roux authored
- change target values - change upper/lower limit to trigger a tpc - don't use ul_cqi from SR The value of ul_cqi is not convincing, for both PUSCH and PUCCH, more work/analysis is required.
-
- Oct 15, 2017
-
-
Raymond Knopp authored
-
- Oct 14, 2017
-
-
Raymond Knopp authored
added deactivation of ULSCH harq process after 3rd retransmission. Avoids problem of accumulating failed RA processes.
-
Raymond Knopp authored
Adjustment for received power calculation in eNB pusch procedures. Added factor to account for mcs (mimic the power control adjustment in UE). activated periodic trace for PHR/PUSCH SNR/PUCCH SNR in MAC.
-
- Oct 12, 2017
-
-
Raymond Knopp authored
-
Cedric Roux authored
-
Cedric Roux authored
- better ulsch harq management in phy (maybe not over) - don't do schedule_CSI if UE not in RRC_CONNECTED (not sure if correct) - don't call find_ulsch in fill_dci0 - some spaces cleaned - log improved
-