- 24 Jan, 2017 13 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
[-1 29] was not very pleasant for MCS 28 or no DCI (value is -1 in this case). [-2 30] looks better.
-
Cedric Roux authored
The problem was visible when DL MCS was set to 20 (do a ping -c 192.172.0.1 -i0.2 to get it). The dots were not plotted at the exact line of the tick mark. Not sure the fix is always correct. No big deal anyway.
-
Cedric Roux authored
Helps visualize MCS usage over time. Conflicts: common/utils/T/tracer/enb.c
-
Raymond Knopp authored
-
Cedric Roux authored
Helps visualize MCS usage over time. Conflicts: common/utils/T/tracer/enb.c
-
Cedric Roux authored
A new logger is there: the "ticked TTI logger". Similar to TTI logger (used by the PUCCH1 energy plot) but takes another input, the "tick" (think subframe) and a default value for when no event is triggered between two ticks. This is used for the UL and DL MCS plots in enb.c (next commit).
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Raymond Knopp authored
update to stats form
-
- 17 Oct, 2016 8 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
Support carrier aggregation with fapi scheduler. Some hacks: - hack for DL CQI reporting on 2nd CC - hack to have carrier aggregation always enabled (we don't use activationDeactivationCE, always passing 2 instead)
-
Cedric Roux authored
-
Cedric Roux authored
-
- 13 Oct, 2016 1 commit
-
-
Cedric Roux authored
-
- 03 Oct, 2016 7 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 23 Sep, 2016 7 commits
-
-
Cedric Roux authored
This only works for a UE with primary CC = 0 and secondary CC = 1. Many values are also hardcoded.
-
Cedric Roux authored
When receiving an uplink ACK/NACK we send SINR of 20dB to the libscheduler. If we don't send this information the scheduler does not activate 16QAM for uplink transmission. We could do it at any time, this is has been chosen arbitrarily.
-
Cedric Roux authored
The libscheduler does not return a correct rbBitmap (as far as I understand). Let's memorize the one used for 1st transmission and reuse it. If there are two or more UEs in the system then things may fail if the scheduler allocates the PRBs used by UE 1 in 1st transmission to UE 2 at the same time of a retransmission for UE 1.
-
Cedric Roux authored
to be removed at some point
-
Cedric Roux authored
The UE sends 2 bits when a second CC is configured, even when the 2nd carrier is not activated. At least, this is what I understand and this seems to be what happens with the sequans UE.
-
Cedric Roux authored
-
Cedric Roux authored
-
- 20 Sep, 2016 4 commits
-
-
Cedric Roux authored
this commit is a first step to have the softmodem work with 2 CCs with the FAPI scheduler. there is still work to do for it to work properly.
-
Cedric Roux authored
the trace ENB_MASTER_TICK did not work properly in the GUI of the enb tracer. Maybe use proc->subframe_tx (or _rx) instead of this proposed solution, maybe more elegant?
-
Cedric Roux authored
was crashing the processing
-
Cedric Roux authored
important for carrier aggregation case
-