An error occurred fetching the project authors.
- 23 May, 2017 5 commits
- 22 May, 2017 1 commit
-
-
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 <=.
-
gabrielC authored
-
Cedric Roux authored
-
hbilel authored
config 4 tested with Amarisoft
-
Tomohiro authored
-
- 18 May, 2017 2 commits
-
-
Cedric Roux authored
those popped up thanks to previous commit
-
Cedric Roux authored
-
- 15 May, 2017 5 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
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 3 commits
-
-
gabrielC 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; ``` -------------------------------------------------------
-
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 ``` -------------------------------------------------------
-
gabrielC authored
Note: not sure that the code is correct, to be checked (Cédric Roux). ---------------------------------------------------------- bug 22 Ttile: (subframe!=2)||(subframe!=7) is always TRUE. This coding is really intended? Operator || should be && instead? Bug Location: ((frame_parms->frame_type==TDD)&&(frame_parms->tdd_config==1)&&((subframe!=2)||(subframe!=7)))) { Note: Detected by CppCheck ----------------------------------------------------------
-
- 03 May, 2017 5 commits
- 02 May, 2017 1 commit
-
-
hbilel authored
-
- 26 Apr, 2017 1 commit
-
-
hbilel authored
-
- 25 Apr, 2017 3 commits
- 24 Apr, 2017 2 commits
-
-
gabrielC authored
-
HARADA Masayuki authored
-
- 21 Apr, 2017 1 commit
-
-
Yoshi authored
-
- 18 Apr, 2017 1 commit
-
-
gabrielC authored
-
- 14 Apr, 2017 1 commit
-
-
Cedric Roux authored
In 20MHz the UE didn't do any uplink granted by DCI0. It was replying to RAR, so uplink decoding was okay. Turns out the DCI0 structure for TDD was wrong.
-
- 12 Apr, 2017 1 commit
-
-
Yoshi authored
-
- 11 Apr, 2017 1 commit
-
-
GabrielCouturier authored
-
- 08 Apr, 2017 1 commit
-
-
Florian Kaltenberger authored
-