- 11 Oct, 2018 1 commit
-
-
magounak authored
-
- 09 Oct, 2018 3 commits
-
-
magounak authored
Merge branch 'ru_rau_enhancement-external-timing' of https://gitlab.eurecom.fr/oai/openairinterface5g into ru_rau_enhancement-external-timing
-
magounak authored
-
magounak authored
-
- 18 Sep, 2018 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 24 Aug, 2018 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 22 Aug, 2018 2 commits
-
-
Raphael Defosseux authored
added more statistics on iperf server report analysis Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
fix main.py help message Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 21 Aug, 2018 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 20 Aug, 2018 1 commit
-
-
Raphael Defosseux authored
-- no more -x option at compilation time -- iperf server report crash better handled -- python executor retrieve iperf server files in case of failure to analyze -- comparison w/ requested bandwidth Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 17 Aug, 2018 15 commits
-
-
Cedric Roux authored
Summary of changes: - fix compilation on CentOS - some work on the T tracer: - add a 'multi' tracer to connect several tracers at the same time - improve 'to_vcd' to be compatible with previous VCD traces - preliminary work for X2 handover - various bug fixes A new version of asn1c is to be used with this commit. Do: cd [top directory of repository] source oaienv cd cmake_targets ./build_oai -I
-
Raymond Knopp authored
Conflicts: common/utils/T/T_messages.txt
-
Cedric Roux authored
As reported by Konstantinos Alexandris and Robert Schmidt.
-
Cedric Roux authored
As reported by Robert Schmidt.
-
Cedric Roux authored
Merge remote-tracking branch 'origin/fix_missing_s1ap_15.2.0_asn_module_and_update_asn1c_commit' into develop_integration_2018_w33
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
- 'busy' has to be handled in a more atomic fashion to avoid crazy runtime race conditions - the basic simulator is too fast sometimes; rewrite the accesses to the T cache to avoid there again crazy behaviors Hopefully that's better...
-
Cedric Roux authored
This commit removes 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 common/utils/T/T_messages.txt an error will pop up when you compile the software. You have to keep both modules synchronized.
-
cdxu0312 authored
-
- 16 Aug, 2018 2 commits
-
-
Bi-Ruei, Chiu authored
-
Bi-Ruei, Chiu 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
-
- 14 Aug, 2018 1 commit
-
-
Cedric Roux authored
Compilation of UE softmodem failed.
-
- 13 Aug, 2018 7 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>
-
Robert Schmidt authored
-
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
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
-
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
Don't use shm anymore. Use mmap directly.
-