Skip to content

Commit

Permalink
Update main
Browse files Browse the repository at this point in the history
  • Loading branch information
codebot committed Apr 11, 2024
2 parents 665f40b + 3e9f417 commit 8f2a3ea
Show file tree
Hide file tree
Showing 237 changed files with 5,446 additions and 1,926 deletions.
2 changes: 1 addition & 1 deletion .gitlab/ci/build.yml
Expand Up @@ -31,7 +31,7 @@ variables:
- "on-prem-arm64"
- "aws-spot-amd64"
- "aws-spot-arm64"
value: "aws-spot-amd64"
value: "amd64-avx2"
OS:
description: Operating system
options:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/ci/builders/archlinux/Dockerfile
Expand Up @@ -28,7 +28,7 @@ ADD builder.sh /usr/local/bin
RUN chmod +x /usr/local/bin/builder.sh

RUN python -m venv /usr/local/builder_tools
RUN /usr/local/builder_tools/bin/pip install "pandas<3" "psutil"
RUN /usr/local/builder_tools/bin/pip install "pandas<3" "psutil < 6"
ADD changed_tests.py /usr/local/bin
RUN chmod +x /usr/local/bin/changed_tests.py
ADD ram_reporter.py /usr/local/bin
Expand Down
15 changes: 1 addition & 14 deletions .gitlab/ci/e2e.yml
Expand Up @@ -289,22 +289,9 @@ amari 32UE:
"iperf and udp and not band:3",
"iperf and tcp and band:3",
"iperf and tcp and not band:3",
"reestablishment",
]

amari 32UE [reestablishment]:
extends: .zmq
variables:
MARKERS: "zmq and not smoke"
E2E_LOG_LEVEL: "info"
KEYWORDS: reestablishment
RETINA_ARGS: "gnb.all.pcap=True gnb.all.mac_enable=True gnb.all.rlc_enable=False"
allow_failure: true
needs:
- job: "basic relwithdeb"
artifacts: true
- *txrx-lib
- *retina-needs

amari 32UE asan:
extends: .zmq
variables:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/ci/e2e/.env
@@ -1,6 +1,6 @@
SRSGNB_REGISTRY_URI=registry.gitlab.com/softwareradiosystems/srsgnb
RETINA_REGISTRY_PREFIX=registry.gitlab.com/softwareradiosystems/ci/retina
RETINA_VERSION=0.46.5
RETINA_VERSION=0.46.13
UBUNTU_VERSION=24.04
AMARISOFT_VERSION=2023-09-08
SRSUE_VERSION=23.11
Expand Down
3 changes: 3 additions & 0 deletions apps/examples/radio/CMakeLists.txt
Expand Up @@ -21,4 +21,7 @@
if (UHD_FOUND)
add_executable(radio_util_sample radio_util_sample.cpp)
target_link_libraries(radio_util_sample srsran_radio srslog srsran_support)

add_executable(rx_power_analyzer rx_power_analyzer.cpp)
target_link_libraries(rx_power_analyzer srsran_radio srslog srsran_support srsvec)
endif (UHD_FOUND)

0 comments on commit 8f2a3ea

Please sign in to comment.