- 21 Jun, 2017 1 commit
-
-
Bilel authored
-
- 16 Jun, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 15 Jun, 2017 2 commits
-
-
Elena Lukashova authored
The way it was done was confusing. However, now rank adaptation (if enabled) is not visualized correctly.
-
Elena Lukashova authored
-
- 14 Jun, 2017 1 commit
-
-
Elena Lukashova authored
-
- 13 Jun, 2017 2 commits
-
-
Elena Lukashova authored
-
Elena Lukashova authored
-
- 12 Jun, 2017 3 commits
-
-
Elena Lukashova authored
-
Elena Lukashova authored
-
Elena Lukashova authored
-
- 08 Jun, 2017 3 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 07 Jun, 2017 3 commits
-
-
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
-
- 02 Jun, 2017 1 commit
-
-
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
-
- 29 May, 2017 1 commit
-
-
Gabriel authored
-
- 24 May, 2017 1 commit
-
-
Bilel authored
-
- 23 May, 2017 1 commit
-
-
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.
-
- 22 May, 2017 2 commits
-
-
Gabriel authored
-
Cedric Roux authored
-
- 19 May, 2017 6 commits
-
-
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 <=.
-
Gabriel authored
-
Bilel authored
config 4 tested with Amarisoft
-
Gabriel authored
--ue-trace : Enabling UE trace for debug --ue-timing : Enabling UE timing trace --ue-no-log : Disabling all LOG_X traces
-
Tomohiro Sakai authored
-
- 18 May, 2017 2 commits
-
-
Cedric Roux authored
those popped up thanks to previous commit
-
Cedric Roux authored
-
- 15 May, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 12 May, 2017 1 commit
-
-
Gabriel authored
```------------------------------------------------------- bug 37 Ttile: Sending side is as follows. rar[3] = (((mcs&0x7)<<5)) | ((TPC&7)<<2) | ((ULdelay&1)<<1) | (cqireq&1); So, 2 bit shift looks correct. Bug Location: ulsch->harq_processes[harq_pid]->TPC = (rar[3]>>3)&7;//rar->TPC; ``` -------------------------------------------------------
-
- 03 May, 2017 4 commits
- 02 May, 2017 1 commit
-
-
Bilel authored
-
- 26 Apr, 2017 1 commit
-
-
Bilel authored
-