- 23 Jun, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
Several problems are present. The first is that _write returns 0 instead of the number of samples. We solve it by returning nsamps. The second is that _read may return less samples at the beginning and we don't want to exit for that. We solve it also by returning nsamps. (We still need to log more in this, to be done in the next commit.) The third is that after initialization we don't send anything for a while, time for the softmodem to finish its init. This generates lots of "RX overrun". We solve it by disabling TX and RX modules after init and then in trx_brf_start we activate them again (and also call bladerf_sync_config, which seems to be mandatory, and bladerf_calibrate_dc, which may be avoided, perhaps). Maybe not the end of the story. Sometimes it works, UE connects, traffic is fine (tested only with 5MHz). Sometimes it does not, UE does not connect, or it connects but then traffic is bad, especially uplink. To be refined.
-
- 19 Jun, 2017 1 commit
-
-
Cedric Roux authored
develop_integration_w24 into develop Summary or changes: - work on transmission mode 3 and 4 See merge request !204
-
- 16 Jun, 2017 5 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 15 Jun, 2017 3 commits
-
-
Elena_Lukashova authored
only with XFORMS enabled.
-
Elena_Lukashova authored
The way it was done was confusing. However, now rank adaptation (if enabled) is not visualized correctly.
-
Elena_Lukashova authored
-
- 14 Jun, 2017 2 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- 13 Jun, 2017 4 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Florian Kaltenberger authored
-
Elena_Lukashova authored
-
- 12 Jun, 2017 4 commits
-
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
Elena_Lukashova authored
-
- 08 Jun, 2017 7 commits
-
-
Elena_Lukashova authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Elena_Lukashova authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 07 Jun, 2017 4 commits
-
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
fixing handling of ndi/first_tx in dci. commenting out corner case of missed ACK, this needs to be done better
-
Florian Kaltenberger authored
-
- 06 Jun, 2017 3 commits
-
-
Cedric Roux authored
develop_integration_w22 into develop Summary of changes: - UE: * TDD multiplexing * TDD autotest * bug fixes: power control management for Msg3, logging - eNB: * CCE allocation fixes * S1U port in some configuration files set to 2152 (was 2153) - support for RedHat enterprise linux 7 and derivatives (CentOS, ...) (work provided by RedHat) See merge request !198
-
Elena_Lukashova authored
-
Florian Kaltenberger authored
re-adding the possibility in dlsim to bypass the DCI/PDCCH generation. This is necessary for accuracy of the dlsim-tests, which are working again now.
-
- 02 Jun, 2017 5 commits
-
-
Cedric Roux authored
Merge remote-tracking branch 'origin/feature-143-support-enterprise-linux-7' into develop_integration_w22
-
Cedric Roux authored
-
Frank A. Zdarsky authored
Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
-
Cedric Roux authored
-
Cedric Roux authored
- rename UE_NO_LOG to DISABLE_LOG_X because the name is misleading. The full software is impacted, not only the UE part - same for compilation option ---ue-no-log that becomes --disable-log - keep LOG_X for the standard case, that is the case without DISABLE_LOG_X where printf has been put. Two reasons: * printf is not realtime friendly * keep behavior similar for other users who may be troubled by different logs that don't add any benefit to previous logs
-