- 17 Jul, 2023 17 commits
-
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
Add more RLC stats (GOL-delay and AVG-soujour) and correct the tx/rxsdu_bytes and tx/rxsdu_occ_bytes
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
Chieh-Chun Chen authored
-
- 16 Jul, 2023 1 commit
-
-
Robert Schmidt authored
integration_2023_w28 See merge request oai/openairinterface5g!2232 * !2190 Reduce compilation time of OAI using ccache * !2209 T: don't use execute_process, integrate in cmake * !2210 only cleaning, not change * !2219 NR UE decode other SI * !2223 Fix rfsimulator build * !2225 Add XnAP ASN.1 definitions * !2131 Polar coding according to the standard * !2160 Add memory sanitizer flag to build_oai and fix some bugs * !2206 Bugfix tx rf burst * !2227 Remove commented code, fix CI issues
-
- 13 Jul, 2023 22 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
mir authored
-
Robert Schmidt authored
- bladerf depends on UTIL via common_lib.h - use header guards
-
Robert Schmidt authored
-
Cedric Roux authored
-
Robert Schmidt authored
- Add CMakeLists.txt to build all T tracer user tools - Previous Makefiles are retained in common/utils/T: you can do $ cd common/utils/T/tracer $ make # all executables are there or also $ mkdir build && cd build $ cmake .. -GNinja $ ninja T_tools # all executables are in build/common/utils/T/tracer
-
Robert Schmidt authored
-
Cedric Roux authored
- Fix memory leaks detected by ASan - Initialize variables that are flagged by compiler - C struct initializer: x:y needs to be .x=y
-
Robert Schmidt authored
We disable for two reasons: - in the CI, with clang, it did not build once, but I cannot reproduce locally (even with clang) - we want to maintain to be able to build without T tracer, so in one pipeline, we have to build without it. What a lucky coincidence!
-
Robert Schmidt authored
USRP code uses the logging module, which has a dependency on T, if configured. Therefore, include UTIL to satisfy this dependency
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-