- Jan 11, 2017
-
-
Cédric Roux authored
I forgot one file in the previous commit
-
Cédric Roux authored
Some of them might not be correctly handled. I put /* TODO: XXX */ where I didn't know if the fix was correct.
-
- Jan 10, 2017
-
-
Cédric Roux authored
The LOG_X macros emit a lot of warnings when compiling with the T because they call the function logRecord (or logRecord_mt) which has not been "marked" as calling printf, so gcc won't emit typical printf warnings. With the T, they directly translate to sprintf, so those warnings pop up, much more verbose due to several macro expansions. Let's make them pop up all the time so it's easier to fix them.
-
- Jan 09, 2017
-
-
Cédric Roux authored
Develop integration wk01 See merge request !74
-
Cédric Roux authored
-
Rohit Gupta authored
The throughput for the bandrich dongle was limited to 13Mb/s in downlink UDP with iperf, with lots of packets lost (we sent 15Mb/s). TCP was working fine. Replacing /dev/ttyUSB2 by /dev/ttyUSB0 for wvdial solves the issue. We also had to have separate data/control links. (See bandrich.txt in cmake_targets/autotests/v2/actions for full details.)
-
Gabriel authored
-
Cédric Roux authored
calling the function for FDD case executed code for TDD case.
-
- Jan 06, 2017
-
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
The old one is still usable by replacing .gitlab-ci.yml with the previous version.
-
Cédric Roux authored
As reported on the mailing list, there was a problem for some users. The link phase of building the simulators was giving the error "undefined reference to ATL_scopy".
-
Cédric Roux authored
Conflicts, manually resolved. Conflicts: openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_dar.c
-
Cédric Roux authored
Smoe conflicts, manually resolved. Conflicts: openair1/SCHED/phy_procedures_lte_ue.c
-
Cédric Roux authored
There were some conflicts, manually resolved. Conflicts: openair1/PHY/LTE_TRANSPORT/dci_tools.c openair1/SCHED/phy_procedures_lte_ue.c
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Wilson authored
see issue #177
-
Wilson authored
fix incorrect fss_pusch calculation fix the incorrrect HARQ-PID checking remove incorrect checking on downlink DCI HARQ PID value fix incorrect downlink ACK/NACK feedback procedures in TDD fix no activating PDSCH decoding when DL-DCI is indicating a downlink retransmission see issue #176
-
- Jan 05, 2017
- Jan 03, 2017
-
-
Florian Kaltenberger authored
-
- Dec 22, 2016
-
-
Bilel authored
Conflicts: openair1/SCHED/phy_procedures_lte_ue.c
-
Bilel authored
2- reset dataTx buff correctly 3- pucch/pusch power control fix
-
Bilel authored
-
Cédric Roux authored
People are complaining on the mailing list about this. It's not an error to receive a retransmission.
-
- Dec 21, 2016
- Dec 20, 2016
- Dec 19, 2016
-
-
Bilel authored
-