- 07 Oct, 2016 1 commit
-
-
fnabet authored
- pusch/pucch power control - pucch encoding call - srb/drb add with default value
-
- 04 Oct, 2016 2 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 03 Oct, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 02 Oct, 2016 1 commit
-
-
Rohit Gupta authored
-
- 01 Oct, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Raymond Knopp authored
-
- 30 Sep, 2016 2 commits
-
-
Rohit Gupta authored
-
hutch authored
-
- 29 Sep, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 28 Sep, 2016 7 commits
-
-
Rohit Gupta 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 7 commits
-
-
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
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 26 Sep, 2016 8 commits
-
-
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
-
- 25 Sep, 2016 3 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
Merge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony
-
Raymond Knopp authored
-