- Oct 07, 2016
-
-
knopp authored
-
- Oct 04, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Oct 03, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Oct 02, 2016
-
-
Rohit Gupta authored
-
- Oct 01, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
knopp authored
-
- Sep 30, 2016
-
-
Rohit Gupta authored
-
hutch authored
-
- Sep 29, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Sep 28, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Cédric Roux authored
The old value was 6, it should be 8 because those fields are casted to 'struct DCI0_5MHz_FDD' and the like and those have a size multiple of 32 bits, that is 4 or 8 bytes as of today. (MAX_DCI_SIZE_BITS is 45, all the shifts, muls and adds lead to a value of 8 after this commit and 6 before.) The problem manifested itself with a 20MHz eNB. Push the traffic, after a while the DL harq process 0 is not used anymore. This is because DLSCH_DCI is directly followed by nb_rb in the structure UE_TEMPLATE and setting a value for harq process 7 did overwrite nb_rb[0], putting much too big values in there, leading to the scheduler to always refuse to reschedule because the required RBs are impossibly huge (I saw values of 32744, 16384, and others).
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Sep 27, 2016
-
-
Rohit Gupta authored
-
Sandeep Kumar authored
-
Sandeep Kumar authored
-
Cédric Roux authored
The ExpressMIMO2 kernel driver did not use proper mechanisms to copy from user space. It is very surprising that it ever worked at all... This commit is a quick fix. It is not the end of the story and some more work may be needed if things don't work. The remaining issue is that we pass pointer addresses to the kernel as 32 bits values, but pointers are 64 bits values (on x86_64, our supported platform). Some checks have been put in place to detect if upper 32 bits of a pointer are not 0 and print a strong error message in case of problem, but no clean solution has been implemented.
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Sep 26, 2016
-
-
Rohit Gupta authored
-
Florian Kaltenberger authored
-
Rohit Gupta authored
-
Rohit Gupta authored
Merge branch 'enhancement-10-harmony' of gitlab.eurecom.fr:oai/openairinterface5g into enhancement-10-harmony
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Sep 25, 2016
-
-
knopp authored
-
knopp authored
Merge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony
-
knopp authored
-