- May 22, 2017
-
-
Cedric Roux authored
-
- May 19, 2017
-
-
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
-
- May 18, 2017
-
-
Tomohiro authored
-
Cedric Roux authored
those popped up thanks to previous commit
-
Cedric Roux authored
-
- May 15, 2017
-
-
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.
-
- May 12, 2017
-
-
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 ----------------------------------------------------------
-
- May 03, 2017
- May 02, 2017
-
-
hbilel authored
-
- Apr 26, 2017
-
-
hbilel authored
-
- Apr 25, 2017
- Apr 24, 2017
-
-
gabrielC authored
-
HARADA Masayuki authored
-
- Apr 21, 2017
-
-
Yoshi authored
-
- Apr 18, 2017
-
-
gabrielC authored
-
- Apr 14, 2017
-
-
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.
-
- Apr 12, 2017
-
-
Yoshi authored
-
- Apr 11, 2017
-
-
GabrielCouturier authored
-
- Apr 08, 2017
-
-
Florian Kaltenberger authored
-
- Apr 04, 2017
-
-
gabrielC authored
-
- Mar 28, 2017
-
-
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
-
- Mar 27, 2017
-
-
Wilson Thong authored
-
Wilson Thong authored
-