- 24 Mar, 2017 32 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
6 numbers (2 hexa digits each) separated by ':' plus ending 0 makes 18 bytes, not 6, let's put 20
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
- LMSSDR was not handled - bad #if usage - bad indentation still not very clean, but better
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
I removed this variable entirely because it's not used. Maybe the bug is that it's not used after being set? To be checked and fixed at some point.
-
Cedric Roux authored
this variable does not seem to be used, to be removed?
-
- 23 Mar, 2017 1 commit
-
-
Cedric Roux authored
-
- 22 Mar, 2017 1 commit
-
-
Cedric Roux authored
Keys/IDs have been inadvertently changed.
-
- 20 Mar, 2017 6 commits
-
-
Cedric Roux authored
Develop integration w11 Summary of changes: - bug fixes - RCC/RRU in automatic test setup - more work on UE/MIMO - LimeSDR support (5/10MHz) - compilation under ubuntu 16.04, in particular kernel modules (nasmesh, ue_ip) See merge request !148
-
Cedric Roux authored
We'll need to to do it in a separate thread/process. To be done. In the meantime, put it back. It impacts oaisim.
-
Cedric Roux authored
Not sure of this one, to be checked by TCL.
-
Cedric Roux authored
the argument 'coded_bits_per_codeword' has to be an array in case of several codewords. The calling sites have been adapted. Today, only the first index is used, so calling sites where 'coded_bits_per_codeword' is an integer pass the address of it. It is expected that 'dump_dlsch2' will check in the future that there is one or two codewords and only access 'coded_bits_per_codeword[1]' when it's sure there are really two codewords.
-
Cedric Roux authored
- pucchsim - prachsim - pdcchsim - pbchsim - mbmssim Mostly, add and initialize the variable 'cpuf'. Also, pdcchsim was calling rx_pdcch with wrong arguments.
-
Cedric Roux authored
-