- Feb 16, 2017
-
-
Cédric Roux authored
Memory was allocated which was "lost" because the address of the block was put in a pointer that is overwritten just after. Discussing with Elena, the current commit is the correct way to do things.
-
Cédric Roux authored
command run: dos2unix openair1/SIMULATION/TOOLS/taus.c
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
- Feb 14, 2017
-
-
Bilel authored
-
Gabriel authored
-
Cédric Roux authored
The memset was also too big. It should only clear one subframe. Only tested without abstraction. Abstraction does not work for the moment anyway, but just to keep that in mind.
-
- Feb 13, 2017
-
-
Gabriel authored
-
Bilel authored
-
Bilel authored
-
Cédric Roux authored
This is done in another function.
-
Cédric Roux authored
Don't do it twice. The logic is: if ndi changed or it's a first tx then round=0 and later: if round==0 then status=ACTIVE
-
Cédric Roux authored
Note: the dci formats 2, 2A and 1E were not checked, this has to be done. dlsch[0] and dlsch[1] (when applicable) must be checked somehow.
-
Cédric Roux authored
-
Cédric Roux authored
-
- Feb 11, 2017
-
-
Cédric Roux authored
Not sure at all about this one, seemed necessary to me, but I don't get the full logic in there. To be refined.
-
Cédric Roux authored
This is done a bit above in the code, no need to do it twice.
-
Cédric Roux authored
-
Cédric Roux authored
I am not sure this is enough. To be refined.
-
Cédric Roux authored
I doubt the case should happen. If it does, let's print an error, will ease debugging.
-
Cédric Roux authored
Not sure if necessary, but better do it.
-
- Feb 10, 2017
-
-
Cédric Roux authored
This reverts commit ce14050b, reversing changes made to 0ada1e9e.
-
Younes Khadraoui authored
-
- Feb 08, 2017
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
Conflicts: openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c openair1/PHY/impl_defs_top.h
-
knopp authored
-
- Feb 07, 2017
-
-
Florian Kaltenberger authored
Conflicts: openair1/PHY/INIT/lte_init.c openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c openair1/PHY/LTE_TRANSPORT/power_control.c
-
- Feb 06, 2017
-
-
Elena Lukashova authored
2. Adding dlsch_encoding_SIC, where the fisrt argument is UE structure. 3. Adding general test cases for dlsim_tm4 simulator. 015110.
-
- Feb 05, 2017
-
-
knopp authored
-
- Feb 03, 2017
-
-
Florian Kaltenberger authored
-
- Feb 02, 2017
-
-
Florian Kaltenberger authored
-
Xenofon Foukas authored
-
knopp authored
-
- Feb 01, 2017
-
-
Gabriel authored
-
- Jan 31, 2017
-
-
Bilel authored
-
- Jan 30, 2017
-
-
Bilel authored
-