An error occurred fetching the project authors.
- 14 Aug, 2017 1 commit
-
-
khalidhamdy authored
-
- 04 Jun, 2017 1 commit
-
-
Raymond Knopp authored
-
- 22 May, 2017 1 commit
-
-
Cedric Roux authored
-
- 18 May, 2017 1 commit
-
-
Cedric Roux authored
-
- 15 May, 2017 3 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
There is now the function copy_harq_proc_struct and some procedures for the UE have changed, which makes necessary to have UE->dlsch valid for both subframes (odd and even). We increase memory usage, maybe it's not the correct solution. To be kept in mind if something goes wrong at some point.
-
- 12 May, 2017 1 commit
-
-
Cedric Roux authored
```------------------------------------------------------- bug 24 Ttile: The last line "multicast_group = multicast_group" is hard to understand. The local variable should be different name than the global variable. Bug Location: const char *multicast_group_list[MULTICAST_LINK_NUM_GROUPS] = { "239.0.0.161", "239.0.0.162", "239.0.0.163", "239.0.0.164" }; : : void multicast_link_start(void (*rx_handlerP) (unsigned int, char *), unsigned char multicast_group, char *multicast_ifname) { rx_handler = rx_handlerP; multicast_group = multicast_group; Note: Detected by CppCheck ``` -------------------------------------------------------
-
- 03 May, 2017 1 commit
-
-
gabrielC authored
-
- 24 Apr, 2017 1 commit
-
-
HARADA Masayuki authored
-
- 17 Apr, 2017 1 commit
-
-
Raymond Knopp authored
-
- 04 Apr, 2017 1 commit
-
-
gabrielC authored
-
- 28 Mar, 2017 3 commits
-
-
Cedric Roux authored
When you ran it with the scope as: ./dlsim -X you saw no activity in the "PDSCH I/Q of MF Output" window, so matter what SNR you put (even for very high SNR, say: ./dlsim -X -s40) this commit seems to fix it. I am not sure it is the end of story. The 2 threads PDCCH/PDSCH structures may still not be used correctly everywhere.
-
Florian Kaltenberger authored
-
Wilson Thong authored
-
- 24 Mar, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 21 Mar, 2017 1 commit
-
-
Calisson authored
-
- 20 Mar, 2017 6 commits
-
-
Calisson authored
-
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
-
Cedric Roux authored
Same as previous commit 41dda3d3 but for dlsim.
-
Cedric Roux authored
The variables that were duplicated per processing thread were adapted. 'cpuf' was defined and initialized.
-
- 15 Mar, 2017 1 commit
-
-
Florian Kaltenberger authored
-
- 13 Mar, 2017 3 commits
-
-
hbilel authored
-
Cedric Roux authored
We use the odd/even dlsch corresponding to the configured subframe. It may not be the right thing to do.
-
hbilel authored
-
- 10 Mar, 2017 1 commit
-
-
Florian Kaltenberger authored
-
- 02 Mar, 2017 1 commit
-
-
Elena_Lukashova authored
-
- 01 Mar, 2017 3 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
in dlsim_tm4 to distinguish from the old runs.
-
- 24 Feb, 2017 2 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- 16 Feb, 2017 4 commits
-
-
Cedric 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.
-
Cedric Roux authored
command run: dos2unix openair1/SIMULATION/TOOLS/taus.c
-
Cedric Roux authored
-
Cedric Roux authored
-
- 08 Feb, 2017 1 commit
-
-
Florian Kaltenberger authored
-