- Oct 02, 2018
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Oct 01, 2018
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Sep 29, 2018
-
-
Raymond Knopp authored
initialization of 7.5 kHz tables moved to RU initialization so that IF4p5 RRU doesn't crash anymore.
-
- Sep 19, 2018
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Sep 07, 2018
-
-
Florian Kaltenberger authored
-
- Sep 05, 2018
-
-
laurent authored
-
Robert Schmidt authored
-
- Sep 04, 2018
-
-
Cedric Roux authored
In the eNB it's not really used for the moment because there is a limitation to uplink scheduling. In openair2/LAYER2/MAC/eNB_scheduler_ulsch.c we have: while (((rb_table[rb_table_index] > (N_RB_UL - 1 - first_rb[CC_id])) || (rb_table[rb_table_index] > 45)) That limits uplink scheduling to at most 44 RBs. The 768 case is for 64 RBs.
-
- Sep 03, 2018
-
-
Robert Schmidt authored
Bug only occurs when compiling without AVX2
-
- Aug 31, 2018
- Aug 30, 2018
-
-
Cedric Roux authored
-
- Aug 27, 2018
-
-
Cedric Roux authored
With 50 RBs and 100 RBs the UE crashes in the basic simulator because of false detection of DCIs. Putting nothing in the unused REs in the DCI instead of random bits solves this issue and let the basic simulator run with 50 RBs and 100 RBs. Note that in the real UE the problem needs to be solved because the channel may lead to false DCI detection and the consequent crashes have to be solved. This commit sort of "hides" the issue to have the basic simulator functional. Note also that putting nothing in the unused REs in the DCI should be the normal general case. But it has not been tested with anything but the basic simulator so the previous code is left.
-
- Aug 24, 2018
-
-
Raymond Knopp authored
-
frtabu authored
-
frtabu authored
Use common log mechanism in layer 3, mapping specific macros to common ones and extending common log utilities to support specific layer3 requirements
-
frtabu authored
LOG_F replaced by LOG_DUMPMSG. Add a generic function to dump a buffer or message. Go on with LOG_M implementation improvement. Remove redundant options to enable/disable logs.
-
WANG Tsu-Han authored
-
- Aug 23, 2018
-
-
WANG Tsu-Han authored
-
- Aug 22, 2018
-
-
WANG Tsu-Han authored
-
- Aug 21, 2018
-
-
Florian Kaltenberger authored
-
WANG Tsu-Han authored
-
- Aug 14, 2018
-
-
Thomas Schlichter authored
This commit was developed at Fraunhofer IIS (https://www.iis.fraunhofer.de).
-
Thomas Schlichter authored
This commit was developed at Fraunhofer IIS (https://www.iis.fraunhofer.de) by Javier Morgade, Ph.D.
-
Thomas Schlichter authored
This commit was developed at Fraunhofer IIS (https://www.iis.fraunhofer.de) by Javier Morgade, Ph.D.
-
Thomas Schlichter authored
This commit was developed at Fraunhofer IIS (https://www.iis.fraunhofer.de).
-
Thomas Schlichter authored
Subframe 6 may be an MBMS subframe, and timing sync does not (yet) work on MBMS subframes. This commit was developed at Fraunhofer IIS (https://www.iis.fraunhofer.de).
-
- Aug 09, 2018
-
-
laurent authored
-
- Aug 07, 2018
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- Aug 06, 2018
-
-
Cedric Roux authored
A better solution has to be found.
-
laurent authored
-
- Aug 04, 2018
-
-
Raymond Knopp authored
-
- Aug 03, 2018
-
-
laurent authored
-
Cedric Roux authored
One of the optimized RE allocation function does not work properly and generates some decoding errors with a COTS UE. Let's use the generic function for the moment, while analyzing what is wrong.
-
- Jul 31, 2018
-
-
Elena Lukashova authored
-
Elena Lukashova authored
more flexible to support 4x4 system.
-
frtabu authored
-