- May 12, 2017
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Francois TABURET authored
Discovered and fix problems in shared lib build for usrp,bladerf and lime
-
- 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
- Apr 18, 2017
-
-
gabrielC authored
-
gabrielC authored
-
Cedric Roux authored
develop_integration_w15 into develop Summary of changes: - DCI1 20MHz phy-test bug fix - RLC UM/AM max header size fix - UE autotests improvements See merge request !177
-
Cedric Roux authored
- RBs set to 25 - disable SRS
-
- 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.
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
Merge remote-tracking branch 'origin/bugfix-234-rlc-um-max-header-size' into develop_integration_w15
-
tctalcatel authored
-
tctalcatel authored
-
- Apr 12, 2017
-
-
Yoshi authored
-
tctalcatel authored
-
- Apr 11, 2017
-
-
GabrielCouturier authored
-
Cedric Roux authored
Fabrice Nabet (TCL) suggests the value 128 for both. See https://gitlab.eurecom.fr/oai/openairinterface5g/issues/234#note_3179
-
- Apr 10, 2017
-
-
Cedric Roux authored
The constant RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU is set to 24. This is too low. Running a downlink TCP iperf with a 10MHz or 20MHz cell leads to lots of the following warning in the log: [RLC][W][SN 792] Bad RLC header! Discard this RLC PDU (size=618) The problem is that the uplink RLC PDU contains a lot of TCP ack. We can see much more than 24 of them. The RLC layer is not happy and discards the PDU. Putting 256 for RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU (arbitrarily chosen, big but not too big) solves the problem, at least for 10MHz.
-
Cedric Roux authored
it was: *num_li_pP >= RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU it should be: *num_li_pP > RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU
-
Cedric Roux authored
develop_integration_w14 into develop Summary of changes: - minor bug fixes, minor improvements See merge request !173
-
Cedric Roux authored
Using "system" to call "git log" is too error-prone. In the test setup, lte-softmodem was blocked because "git log" uses a pager ("less") and the pager was waiting for the user to press enter. We could pass "--no-pager" to "git log" but then what if someone runs the softmodem out of the source tree? cmake defines PACKAGE_VERSION, we can use that instead, as is done in openair-cn.
-
Cedric Roux authored
-
- Apr 08, 2017
-
-
Florian Kaltenberger authored
-