- Oct 19, 2017
-
-
Cédric Roux authored
-
Cédric Roux authored
Old values valid for a previous UE have to be reset for the new UE.
-
- Oct 18, 2017
-
-
Cédric Roux authored
introduce a new function to deal with this special case
-
Cédric Roux authored
Compilation will fail if UHD is not installed, there is no need to check. Plus the test is wrong when you install UHD somewhere else.
-
Cédric Roux authored
- UE_id 0 is for rnti 65535 (sib) - UE_id 1 is for rnti 65534 (this is a hack) - UE_id 2 is for rnti 2 (RA RNTI as of today's code/config) - we start enb by displaying UE_id 3 - there was a bug: we need to lock when resetting UE ids (reset_ue_ids)
-
knopp authored
added LUT for finer-grain ULSCH power measurement compensation based on TBS. Still seems too high, to be checked some more.
-
Cédric Roux authored
-
Cédric Roux authored
see commit 622b919b
-
Cédric 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
-
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
knopp authored
removed "short_offset" code from normal_prefix_mod. removed static declaration in PHY_ofdm_mod which was a cause for problems when parallelizing FFTs for FEP TX.
-
- Oct 16, 2017
-
-
Cédric 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
- Oct 14, 2017
-
-
knopp authored
put pucch metric into uci->stat before calling harq_indication. Fixes an issue with PUCCH1 SNR measurements coming from HARQ.
-
knopp authored
added deactivation of ULSCH harq process after 3rd retransmission. Avoids problem of accumulating failed RA processes.
-
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 13, 2017
-
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
- Oct 12, 2017
-
-
knopp authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric 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
-
Cédric Roux authored
-
Cédric Roux authored
this is not handled correctly as of now, let's crash
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
- Oct 11, 2017
-
-
Cédric Roux authored
-
Cédric Roux authored
-1 does not work
-