- Mar 17, 2025
-
-
- Jan 23, 2025
-
-
cleanup debug/dump flags by avoiding repetitions in the source code and enable compiler checks. Add a help text if we set a wrong debug trace option.
-
- Jan 09, 2025
-
-
Robert Schmidt authored
The parent commit cleans up and groups oai_exit in one place, nr-softmodem-common.h. Therefore, this 5G file is included in the 4G defs_common.h (at least it's mostly 4G), which is not nice. Instead, define oai_exit also in 4G softmodem-common.h, and include this in defs_common.h. Remove the cyclic inclusion of defs_common.h in softmodem-common.h, and resolve all subsequent errors around unknown types and extern definition mismatches.
-
-
- Dec 16, 2024
-
-
Robert Schmidt authored
-
-
Robert Schmidt authored
This adds a basic telnet module to support the O1 interface at the DU, to be used together with the oai/o1-adapter>. Concretely, this first version supports to - read/modify cell parameters - stop/start the L1
-
- Dec 04, 2024
-
-
Bartosz Podrygajlo authored
- removed some whitespace noise. - cleaned up CMakeLists.txt - reintegrated task_manager.c into thread-pool.c - cleaned up some unnecessary code Co-authored-by:
Cedric Roux <cedric.roux@eurecom.fr> Co-authored-by:
Mikel Irazabal <mikel.irazabal@openairinterface.com>
-
- Nov 27, 2024
-
-
Bartosz Podrygajlo authored
Implement run-to-completion for processSlotTX. This is achieved by using a new dynamic_barrier_t which allows to specify callback after the first join has been made.
-
- Nov 17, 2024
-
-
- Nov 12, 2024
-
-
- Nov 07, 2024
-
-
Robert Schmidt authored
telnetsrv uses the Intel/AMD-specific "cpuid" instruction, which is not available on ARM machines. Remove the call. The previous code was checking for the number of cores, which is retained by a call to get_nprocs(). I did not find an equivalent for the number of threads in C. In C++, there would be https://en.cppreference.com/w/cpp/thread/thread/hardware_concurrency, in case it's relevant for anybody.
-
- Oct 25, 2024
-
-
Robert Schmidt authored
-
- Oct 17, 2024
-
-
Robert Schmidt authored
-
- Aug 28, 2024
-
-
Robert Schmidt authored
Before this commit, the following will trigger a complete rebuild: - create another git name (git checkout -b test) - run cmake again manually (cmake ..) - run ninja again The top-level CMakeLists.txt uses add_definitions() to add git information to all targets; if some git information changes, this will mark all command lines as dirty, triggering the build. There is an easy solution: instead of passing this information on the command line, pass it in a header. This commit uses configure_file() to generate a file oai_version.h in the build directory with the same information. Various sources files, e.g., main executables, use this to output the same information as before. It is then also not necessary to use header guards, as cmake takes care to create this file. If cmake is re-run, it will update the header, and trigger only files including this header will be rebuilt (which can be shown with the above stpes). The information passed is the same as before, and updates the information when the old method would have updated it.
-
- Jul 30, 2024
-
-
Bartosz Podrygajlo authored
-
- Jun 27, 2024
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Apr 12, 2024
-
-
Guido Casati authored
-
Guido Casati authored
- created new telnet library ciUE - using X-macro defined NR_UE_L2_STATE string array to get UE sync state - add telnet CI to nrUE container
-
- Mar 06, 2024
-
-
Thomas Laurent authored
log module improvement: remove redundant declarations y using C macro, remove unused variables, remove unused log components, move information to smaller visibility
-
- Mar 01, 2024
-
-
Guido Casati authored
- centralized channel simulation documentation in channel_simulation.md - removed redundant documentation repeated in multipled .md files - updated links - removed obsolete information - introduced mermaid flowchart for rfsim - added missing information about available options and usage - deleted: ../../../openair1/SIMULATION/TOOLS/DOC/devusage.md - deleted: ../../../openair1/SIMULATION/TOOLS/DOC/rtusage.md - deleted: ../../../openair1/SIMULATION/TOOLS/DOC/arch.md related to issue #739
-
- Feb 21, 2024
-
-
Xin Zhe Khooi authored
-
Xin Zhe Khooi authored
-
Xin Zhe Khooi authored
-
Xin Zhe Khooi authored
-
Xin Zhe Khooi authored
-
- Feb 03, 2024
-
-
Robert Schmidt authored
The function rrc_gNB_process_RRCReconfigurationComplete() does almost nothing, we can delete it. The variable name ue_reconfiguration_after_reestablishment_counter is misleading, as it counts all reconfigurations; rename to make it clear.
-
- Jan 31, 2024
-
-
Robert Schmidt authored
-
- Nov 10, 2023
-
-
Robert Schmidt authored
-
Thomas Laurent authored
-
- Oct 26, 2023
-
-
Thomas Laurent authored
-
- Oct 02, 2023
-
-
Robert Schmidt authored
-
- Aug 30, 2023
-
-
Thomas Laurent authored
-
- Aug 12, 2023
-
-
Robert Schmidt authored
Plugin can trigger reestablishment (on DU) and show counters of reestablishment (on CU)
-
- Jul 10, 2023
-
-
- Jun 08, 2023
-
-