- Jun 21, 2017
- Jun 16, 2017
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 15, 2017
-
-
Elena_Lukashova authored
only with XFORMS enabled.
-
Elena_Lukashova authored
The way it was done was confusing. However, now rank adaptation (if enabled) is not visualized correctly.
-
Elena_Lukashova authored
-
- Jun 14, 2017
-
-
Elena_Lukashova authored
-
- Jun 13, 2017
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- Jun 12, 2017
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- Jun 08, 2017
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- Jun 07, 2017
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
fixing handling of ndi/first_tx in dci. commenting out corner case of missed ACK, this needs to be done better
-
Florian Kaltenberger authored
-
- Jun 06, 2017
-
-
Florian Kaltenberger authored
re-adding the possibility in dlsim to bypass the DCI/PDCCH generation. This is necessary for accuracy of the dlsim-tests, which are working again now.
-
- Jun 02, 2017
-
-
Cedric Roux authored
- rename UE_NO_LOG to DISABLE_LOG_X because the name is misleading. The full software is impacted, not only the UE part - same for compilation option ---ue-no-log that becomes --disable-log - keep LOG_X for the standard case, that is the case without DISABLE_LOG_X where printf has been put. Two reasons: * printf is not realtime friendly * keep behavior similar for other users who may be troubled by different logs that don't add any benefit to previous logs
-
hbilel authored
-
- May 30, 2017
-
-
Elena_Lukashova authored
-
- May 29, 2017
- May 24, 2017
-
-
hbilel authored
-
Elena_Lukashova authored
-
- May 23, 2017
-
-
Cedric Roux authored
We have to not only ensure that the CCE is free but also that it's below the number of availables CCEs with respect to the current PDCCH size.
-
- May 22, 2017
-
-
gabrielC authored
-
Cedric Roux authored
-
- May 19, 2017
-
-
Cedric Roux authored
we can compute CCE_max_used_index out of the loop.
-
Cedric Roux authored
get_nCCE returns the number of available CCEs. We can put the CCEs numbers [ 0 .. get_nCCE-1 ], so we need to use <, not <=.
-
gabrielC authored
-
Cedric Roux authored
-
gabrielC authored
-