- Oct 11, 2016
-
-
Cédric Roux authored
The RBs were not marked as used. A later UE downlink scheduling could use those RBs, messing up everything. Not sure this is the right place to mark them used. Maybe better to do it in the "if (!CCE_allocation_infeasible" test.
-
- Oct 08, 2016
-
-
knopp authored
-
- Oct 01, 2016
-
-
Rohit Gupta authored
-
- Sep 28, 2016
-
-
Cédric Roux authored
The old value was 6, it should be 8 because those fields are casted to 'struct DCI0_5MHz_FDD' and the like and those have a size multiple of 32 bits, that is 4 or 8 bytes as of today. (MAX_DCI_SIZE_BITS is 45, all the shifts, muls and adds lead to a value of 8 after this commit and 6 before.) The problem manifested itself with a 20MHz eNB. Push the traffic, after a while the DL harq process 0 is not used anymore. This is because DLSCH_DCI is directly followed by nb_rb in the structure UE_TEMPLATE and setting a value for harq process 7 did overwrite nb_rb[0], putting much too big values in there, leading to the scheduler to always refuse to reschedule because the required RBs are impossibly huge (I saw values of 32744, 16384, and others).
-
- Sep 23, 2016
-
-
knopp authored
-
- Sep 03, 2016
-
-
knopp authored
-
- Sep 01, 2016
-
-
Cédric Roux authored
-
- Aug 10, 2016
-
-
Cédric Roux authored
-
Cédric Roux authored
-
- Aug 06, 2016
-
-
knopp authored
-
- Jul 27, 2016
-
-
Cédric Roux authored
-
- Jul 11, 2016
-
-
Cédric Roux authored
The code was changing the rnti in the red-black tree without removing/reinserting the context. This is wrong because the rnti is a key of the red-black tree and you cannot change the key in a stored item at will. There are also modifications of the function mac_eNB_rrc_ul_failure which has to remove the UE in any case. And rrc_mac_remove_ue has been changed for the case where the UE is not found.
-
- Jul 08, 2016
-
-
Aikaterini Trilyraki authored
adding two rules for run_enb_ue_virt_s1 script to resolve the issue of data path with simulated UE (contributed by A. Ksentini)
-
- Jul 07, 2016
-
-
Rohit Gupta authored
-
Aikaterini Trilyraki authored
-
- Jun 24, 2016
-
-
Cédric Roux authored
-
- Jun 23, 2016
-
-
Cédric Roux authored
-
- Jun 16, 2016
-
-
Cédric Roux authored
-
- Jun 15, 2016
-
-
Cédric Roux authored
The distinction common space/user space still requires some careful examination.
-
- Jun 10, 2016
-
-
Cédric Roux authored
if you compile *without* T it fails because the T macro is interpreted as a function call
-
Cédric Roux authored
-
- Jun 07, 2016
-
-
knopp authored
removed some traces that flooded the screen. Added UE information in PHY/MAC/RRC to indicate status of active/failing UEs every 10.24 seconds.
-
- Jun 02, 2016
-
-
knopp authored
-
- May 27, 2016
-
-
knopp authored
-
- May 26, 2016
-
-
knopp authored
changed threading (acqusition is slot based). removal of eNB_thread. timing all based on received timestamp.
-
- May 15, 2016
-
-
knopp authored
-
- May 10, 2016
-
-
Florian Kaltenberger authored
-
- Apr 10, 2016
-
-
Florian Kaltenberger authored
bugfixing for UL. Remaining problems: CCE allocations in subframe 5 lead to occasional illegal DCI allocations (affects UL DCI which is missed by UE). waveform compliance with CQI in ULSCH.
-
- Apr 06, 2016
-
-
nikaeinn authored
-
- Apr 01, 2016
-
-
knopp authored
-
- Mar 28, 2016
-
-
Cédric Roux authored
-
- Mar 27, 2016
-
-
Cédric Roux authored
-
knopp authored
-
- Mar 26, 2016
-
-
Cédric Roux authored
-
- Mar 25, 2016
-
-
Cédric Roux authored
-
- Mar 23, 2016
-
-
gauthier authored
added hotfix for DCCH bad size limitation (to be checked after merge with develop). Changed UL idle scheduling to improve 5MHz performance, changed DCI aggregation for ue-specific DCIs (reduces contention with SI and RA in subframe 5 for 5 MHz). Added RRC timer for UE release which cleans L1. Still issues in 10 MHz throughput with TCP. 5 MHz seems almost fine.
-
Cédric Roux authored
it was at the wrong place it was also wrong (< instead of <=)
-
- Mar 18, 2016
-
-
Florian Kaltenberger authored
added Timing advance tracing to .vcd output. Increase maximum UL RB count to 45. Measured UL throughput @ 15 Mbit/s (40 PRBs).
-
- Mar 15, 2016
-
-
gauthier authored
-
- Mar 13, 2016
-
-
Florian Kaltenberger authored
-