- Jun 26, 2017
-
-
Cédric Roux authored
develop_integration_w25 into develop Summary of changes: - UE: configurable thread - UE: fix in dci format1c decoding - bladeRF hack - configuration files for oaisim See merge request !209
-
- Jun 23, 2017
-
-
Cédric Roux authored
-
Cédric Roux authored
changes: - ue mcc/mnc 208.93 - use correct key/opc for user - change addresses in conf file for them to be easier to understand (maybe) With those changes, running: sudo ./run_enb_ue_virt_s1 in cmake_targets/tools should work out of the box The user still has to configure correct IP addresses in targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.generic.oaisim.local_mme.conf We supposed oaisim (enb+ue) machine to be on IP address 10.0.1.1 and EPC (hss, mme, spgw) machine to be on IP address 10.0.1.2.
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric 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.
-
- Jun 21, 2017
- Jun 19, 2017
-
-
Cédric Roux authored
develop_integration_w24 into develop Summary or changes: - work on transmission mode 3 and 4 See merge request !204
-
- Jun 16, 2017
-
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
- Jun 15, 2017
-
-
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
-
- Jun 14, 2017
-
-
Elena Lukashova authored
-
Elena Lukashova authored
-
- Jun 13, 2017
-
-
Elena Lukashova authored
-
Elena Lukashova authored
-
Florian Kaltenberger authored
-
Elena Lukashova authored
-
- Jun 12, 2017
-
-
Elena Lukashova authored
-
Elena Lukashova authored
-
Elena Lukashova authored
-
Elena Lukashova authored
-
- Jun 08, 2017
-
-
Elena Lukashova authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Elena Lukashova authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- Jun 07, 2017
-
-
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
-