- 06 Sep, 2024 6 commits
-
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
- 05 Sep, 2024 6 commits
-
-
Bartosz Podrygajlo authored
Do not attempt to copy scope types >= MAX_SCOPE_TYPES in nrscope as it does not support them at this point.
-
Bartosz Podrygajlo authored
pdschRxdataF_comp data source was handled incorrectly. Each symbol entire slot data was copied. This caused pdschRxdataF_comp to mostly contain zeros. The call to UEscopeCopy was moved from symbol loop into last symbol processing. In case imscope is used padding and unused REs are not copied to the sink. Added checks inside scope functions to ensure correct functionality.
-
Guido Casati authored
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
A new phy scope based on ImGui and ImPlot. This scope uses a different concurrency model than previous scopes. The PHY thread writing the data first checks if the data is ready to be written. If its not, nothing is copied. The GUI thread reads data if available and marks it ready to write. This makes sure that the PHY threads are not busy copying data that would never be displayed. Some of the scopes also have a freeze functionality that further limit the amount of data that needs to be copied from PHY threads. If a scope is "frozen" it still allows the user to explore the data using plots zoom/pan functions but doesn't cause PHY threads to perform extra writes on the displayed data. A compile option was added to enable/disable the scope. Use cmake -DENABLE_IMSCOPE=ON to enable the scope. Update CXX standard to 17; it is required by some libraries (e.g., dear imgui). The oldest gcc version in use by a distribution supported is Ubuntu 20, which has gcc 9.4 with c++17 support.
-
- 04 Sep, 2024 17 commits
-
-
Robert Schmidt authored
chore(ci): CI Infrastructure Refactoring: Streamlining Deployment function, Logging, and docker images See merge request oai/openairinterface5g!2770
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Bipin Adhikari authored
-
Bipin authored
-
Bipin authored
-
Bipin authored
-
Bipin Adhikari authored
-
Bipin Adhikari authored
-
Bipin Adhikari authored
- Introduced additional helper functions: CopyinContainerLog, GetRunningServices, CheckLogs.
-
Bipin Adhikari authored
- Introduced helper functions: GetCredentials, GetContainerName, GetImageInfo, GetContainerHealth, ReTagImages, DeployServices.
-
Bipin Adhikari authored
-
Bipin Adhikari authored
XML file changed accordingly
-
Bipin Adhikari authored
Create_Workspace is used used in XML files instead of directly being executed in DeployObject(). This can be problematic if we deploy multiple services on the same host, since a previous workspace will be deleted. Also, it removes futile git clones. There are other XML steps (CppCheckAnalysis, LicenceAndFormattingCheck, BuildImage, BuildProxy, BuildClusterImage) that implicitly called Create_Workspace. Those calls have been removed and care has been taken to insert the corresponding Create_Workspace steps in the XML.
-
Bipin Adhikari authored
It can be set using nodes and svr_node tags in xml files
-
Bipin Adhikari authored
-
Bipin Adhikari authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 03 Sep, 2024 3 commits
-
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
* restructured the documentation * add details from specs * add tables and Mermaid diagrams whenever possible
-
- 02 Sep, 2024 8 commits
-
-
arora authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Robert Schmidt authored
Integration: `2024.w35` Closes #825 See merge request oai/openairinterface5g!2943 * !2181 ULSCH power computation * !2915 benchmark for rotate_cpx_vector * !2936 Avoid complete rebuild on cmake run with git info change * !2855 NR UE replace phy_config_request_sent * !2937 small fixes for rfsim * !2925 CI: Increase tested throughput in SA 2x2 pipeline * !2934 Run optimized parity check in ldpc encoder only on supported Zc values * !2912 changes for multi-RU support in fhi72 * !2928 Distribution check: check for F40, remove old U/RHEL releases * !2913 NR gNB cleanup * !2927 Update Aerial docs to reference current version * !2940 remove double define with nr_common.h
-