- 04 Oct, 2016 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 03 Oct, 2016 6 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
Merge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony
-
Cedric Roux authored
rrc_ue_generate_MeasurementReport calls pdcp_data_req which changes the content of ctxt_pP. I'm not sure of the logic at play here, so maybe removing 'const' is not the right solution and there is a real bug...
-
Cedric Roux authored
-
Cedric Roux authored
-
Rohit Gupta authored
-
- 02 Oct, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
Merge branch 'enhancement-10-harmony' of gitlab.eurecom.fr:oai/openairinterface5g into enhancement-10-harmony
-
Rohit Gupta authored
-
- 01 Oct, 2016 7 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
Merge branch 'enhancement-10-harmony' of gitlab.eurecom.fr:oai/openairinterface5g into enhancement-10-harmony
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 30 Sep, 2016 4 commits
-
-
Rohit Gupta authored
Merge branch 'enhancement-10-harmony' of gitlab.eurecom.fr:oai/openairinterface5g into enhancement-10-harmony
-
Rohit Gupta authored
-
Rohit Gupta authored
-
hutch authored
-
- 29 Sep, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 28 Sep, 2016 10 commits
-
-
Raymond Knopp authored
Merge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony
-
Rohit Gupta authored
-
Rohit Gupta authored
Merge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony
-
hutch authored
-
Rohit Gupta authored
-
Cedric 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
-
- 27 Sep, 2016 6 commits
-
-
Raymond Knopp authored
-
Rohit Gupta authored
-
S. Sandeep Kumar authored
-
S. Sandeep Kumar authored
-
Cedric 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
-