- 24 Jan, 2017 7 commits
-
-
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 6 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
-
Cedric Roux authored
especially when 2 CCs configured (ie. the UE can do carrier aggregation)
-
Cedric Roux authored
-
- 15 Sep, 2016 1 commit
-
-
Cedric Roux authored
Merge remote-tracking branch 'origin/feature-15-carrier_aggregation' into feature-31-ff-scheduler-api Conflicts: cmake_targets/CMakeLists.txt openair1/PHY/LTE_TRANSPORT/dci_tools.c openair1/PHY/LTE_TRANSPORT/pucch.c openair1/SCHED/phy_procedures_lte_eNb.c openair2/LAYER2/MAC/eNB_scheduler_dlsch.c openair2/LAYER2/MAC/proto.h openair2/RRC/LITE/rrc_eNB.c
-
- 14 Sep, 2016 2 commits
-
-
Cedric Roux authored
define MEGALOG at compile time to get them
-
Cedric Roux authored
-
- 13 Sep, 2016 1 commit
-
-
Raymond Knopp authored
-