- 06 Jul, 2016 1 commit
-
-
Elena Lukashova authored
Introduced >>1 shift in SIC modulation for 64QAM to avoid overflow. Shift is then compensated in llr computation.
-
- 15 Jun, 2016 2 commits
-
-
Elena Lukashova authored
-
Elena Lukashova authored
Conflicts: openair1/PHY/LTE_TRANSPORT/dci_tools.c openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c openair1/PHY/LTE_TRANSPORT/proto.h openair1/SIMULATION/LTE_PHY/dlsim.c
-
- 13 Jun, 2016 2 commits
-
-
Rohit Gupta authored
T I did some compilation tests using `./build_oai -s --run-group "0101*"`, all was fine. I ran `lte-softmodem` with the sequans and let it run for a while with both uplink and downlink UDP low throughput traffic, all was fine. I ran some TCP tests, downlink 14 Mb/s (because the sequans does not report a CQI of 15 but 14 maximum, so we don't go to maximum MCS, so 14 Mb/s instead of 16) with a very clean radio (almost no error in the HARQ processes). For uplink things are not so clean, it starts at 6 Mb/s and after a while goes down to 2/3 Mbit/s. Lot's of errors in the HARQ processes, mostly uplink but also downlink. This is a both with and without T activated. So to me it's fine. The T tracer is a debugging tool. When it's not enabled, it has zero impact on the processing. I think we need to do very little tests before merging. I'll let you decide but to me it's okay! See merge request !36
-
knopp authored
-
- 10 Jun, 2016 10 commits
-
-
Cédric Roux authored
if you compile *without* T it fails because the T macro is interpreted as a function call
-
Cédric Roux authored
-
Cédric Roux authored
Conflicts: cmake_targets/CMakeLists.txt cmake_targets/build_oai openair1/PHY/LTE_TRANSPORT/pucch.c openair1/SCHED/phy_procedures_lte_eNb.c openair2/LAYER2/MAC/eNB_scheduler_ulsch.c targets/RT/USER/lte-softmodem.c
-
-
-
Cédric Roux authored
very basic, to be refined, find a nice way to display (plot? text?) protocol data movement
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
to be refined, it's rough
-
- 09 Jun, 2016 8 commits
-
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
3 pixels wide look better than 1
-
Cédric Roux authored
- update T_messages.txt - update call sites of the T for thoses traces
-
Cédric Roux authored
more readable, still not satisfying though
-
Cédric Roux authored
-
- 08 Jun, 2016 7 commits
-
-
Cédric Roux authored
-
Cédric Roux authored
events are accepted by the logger if the filter accepts them the filter is optional (no filter means to accept all events)
-
Cédric Roux authored
improve the use of the variable "frame" in oaisim The modifications are only in oaisim.c. It is thus needless to run soft-modem tests. Only oaisim tests are required. See merge request !34
-
Cédric Roux authored
this is like timeview but the plotting is done at frame/subframe resolution of a given reference clock signal, let's say. The realtime information of the events is not used. It's all logical. It will be used to log harq processes for the moment.
-
Cédric Roux authored
-
Rohit Gupta authored
-
-
- 07 Jun, 2016 3 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- 06 Jun, 2016 7 commits
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Cédric Roux authored
-
Cédric Roux authored
this may be removed at some point, it's very brutal. But when you write some code, it may happen (it "may"!!) that *sometimes* the code does not work and crashes. In thoses cases I prefer the local tracer (or the tracee) to go away immediately without even thinking about it maybe still running in the background. In case of monitoring (as opposed to debugging) maybe it's preferable to let the process live its life as it wants. Time will tell.
-
Cédric Roux authored
and also start to use the PHY textview
-