- 19 Aug, 2018 1 commit
-
-
Raymond Knopp authored
-
- 18 Aug, 2018 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 17 Aug, 2018 2 commits
-
-
Raymond Knopp authored
Conflicts: common/utils/T/T_messages.txt
-
cdxu0312 authored
-
- 15 Aug, 2018 3 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
Merge remote-tracking branch 'origin/340-fix-beamforming-for-multiple-antenna' into ru_rau_enhancement-external-timing Conflicts: openair1/SCHED/ru_procedures.c
-
Raymond Knopp authored
-
- 13 Aug, 2018 6 commits
-
-
Raphael Defosseux authored
- fix when FDD slave job fails, it still retrieves the HTML report - improvement in HTML report, stats per UE for attach, ping, iperf Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Cedric Roux authored
This commit emoves the warning: make[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Basically, inside a Makefile we should use $(MAKE) instead of make.
-
Cedric Roux authored
-
Cedric Roux authored
Since VCD has now to go through the T tracer, we enforce the consistency of data found in common/utils/LOG/vcd_signal_dumper.[ch] with data found in common/utils/T/T_messages.txt. We might get completely rid of common/utils/LOG/vcd_signal_dumper.[ch] at some point. For the moment, let's keep it. This commit adds the program common/utils/T/check_vcd.c and necessary modifications to enforce its use at compilation time. If you modify common/utils/LOG/vcd_signal_dumper.[ch] but do not update cmake_targets/CMakeLists.txt an error will pop up when you compile the software. You have to keep both modules synchronized.
-
Cedric Roux authored
Use "error:" as prefix to error messages in genids.c to help looking for errors in case of failure of the build.
-
Cedric Roux authored
Don't use shm anymore. Use mmap directly.
-
- 10 Aug, 2018 2 commits
-
-
Cedric Roux authored
Pass the command line arguemnt -vcd to trace all VCD variables and functions.
-
Wang Tsu-Han authored
Conflicts: common/utils/T/T_messages.txt openair1/SCHED/ru_procedures.c targets/RT/USER/lte-enb.c
-
- 09 Aug, 2018 20 commits
-
-
Wang Tsu-Han authored
-
Wang Tsu-Han authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
ISIP CS/NCTU authored
-
Cedric Roux authored
Check result of send_is_on and close connection to tracee on error.
-
Raymond Knopp authored
Conflicts: targets/RT/USER/lte-ru.c targets/RT/USER/lte-softmodem.h
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 08 Aug, 2018 4 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
Conflicts: openair1/PHY/LTE_ESTIMATION/lte_sync_timefreq.c openair1/PHY/LTE_REFSIG/lte_dl_mbsfn.c openair1/PHY/LTE_TRANSPORT/pbch.c openair1/PHY/LTE_TRANSPORT/pmch.c openair1/PHY/LTE_TRANSPORT/prach.c openair1/PHY/LTE_TRANSPORT/sss.c openair1/PHY/LTE_UE_TRANSPORT/initial_sync.c openair1/PHY/TOOLS/lte_dfts.c openair1/PHY/defs_eNB.h openair1/PHY/impl_defs_lte.h openair2/RRC/LTE/rrc_defs.h targets/RT/USER/lte-ue.c targets/RT/USER/lte-uesoftmodem.c
-
Cedric Roux authored
Make it compatible with 'template' gtwave files as found in openair's repository. The type VCD_NAME was added to the VCD IDs in T_messages.txt. The database processing code was adapted to use it. The tracer to_vcd was adapted to use it and render the produced vcd output compatible with the 'template' gtkwave files. When running to_vcd, do not forget to pass -vcd to use this feature.
-
Cedric Roux authored
This tracer allows the connection of several tracers to one tracee. To use the multi tracer: - run the tracee as usual, eg. ./lte-softmodem -O xxxx.conf --T_stdout 0 - run the multi tracer: ./multi -d ../T_messages.txt - connect other tracers to the multi tracer: - ./enb -d ../T_messages.txt -p 2022 - ./textlog -d ../T_messages.txt -p 2022 - etc. By default the multi tracer connects to the tracee to the port 2021, as for any other tracer. Then it accepts connections from other tracers on the port 2022. This can be changed with parameters on the command line. The tracee and the other tracers can be stopped/started at any time.
-