- May 18, 2017
-
-
Cedric Roux authored
-
- May 15, 2017
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- 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; ----------------------------------------------------------
-
- 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 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 04, 2017
-
-
gabrielC authored
-
- Mar 27, 2017
-
-
Wilson Thong authored
-
Wilson Thong authored
-
- Mar 24, 2017
-
-
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.
-
- Mar 23, 2017
-
-
Cedric Roux authored
- import RRC ASN.1 defintions from the specifications (file openair2/RRC/LITE/MESSAGES/asn1c/ASN1_files/RRC-e10.asn) contrary to rel8/10, all modules have been imported, maybe it's too much to refine in case of problems - deal with rel14 in fix_asn1 - all code that was for Rel10 is now for Rel10/Rel14 - some incompatible changes (mostly in naming) were resolved in favor of rel14, see in openair2/RRC/LITE/defs.h - unsure about the rlc layer, some arrays have changed (values appended), I only changed the definition and in tests in the code, I changed the index limit, maybe it's not enough Rel14 is the default compilation mode.
-
- Mar 21, 2017
-
-
Calisson authored
-
- Mar 20, 2017
-
-
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.
-
- Mar 17, 2017
-
-
fnabet authored
-
- Mar 16, 2017
- Mar 15, 2017
-
-
Florian Kaltenberger authored
-
- Mar 14, 2017
-
-
Calisson authored
-