-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # tests/unittests/phy/upper/channel_processors/prach_detector_test_data.tar.gz # tests/unittests/phy/upper/channel_processors/pucch_processor_format0_test_data.tar.gz # tests/unittests/phy/upper/signal_processors/port_channel_estimator_test_data.tar.gz
- Loading branch information
Showing
118 changed files
with
2,747 additions
and
1,096 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# | ||
# Copyright 2013-2024 Software Radio Systems Limited | ||
# | ||
# By using this file, you agree to the terms and conditions set | ||
# forth in the LICENSE file which can be found at the top level of | ||
# the distribution. | ||
# | ||
|
||
- name: amarisoft-ue | ||
type: ue | ||
image: ${RETINA_REGISTRY_PREFIX}/amarisoftue:${AMARISOFT_VERSION}_${RETINA_VERSION} | ||
labels: | ||
- ${ZMQ_HOSTLABEL_1} | ||
nof_ports: 32 | ||
requirements: | ||
arch: amd64 | ||
cpu: | ||
requests: 5 | ||
limits: 5 | ||
memory: | ||
requests: "26G" | ||
limits: "26G" | ||
ephemeral-storage: | ||
requests: "6G" | ||
limits: "6G" | ||
resources: | ||
- type: zmq | ||
nof_antennas_dl: 2 | ||
nof_antennas_ul: 2 | ||
- type: license | ||
model: amarisoft-5g | ||
shared_files: | ||
- local_path: ${AMARISOFT_TXRX_BINARY_PATH} | ||
remote_path: /opt/lteue/trx_srsran.so | ||
is_executable: true | ||
|
||
- name: srs-gnb | ||
type: gnb | ||
image: ${RETINA_REGISTRY_PREFIX}/srsgnb:${RETINA_VERSION} | ||
labels: | ||
- ${ZMQ_HOSTLABEL_1} | ||
requirements: | ||
arch: amd64 | ||
cpu: | ||
requests: 5 | ||
limits: 5 | ||
memory: | ||
requests: "26G" | ||
limits: "26G" | ||
ephemeral-storage: | ||
requests: "6G" | ||
limits: "6G" | ||
resources: | ||
- type: zmq | ||
nof_antennas_dl: 2 | ||
nof_antennas_ul: 2 | ||
environment: | ||
- PATH: ${PATH}:/builds/softwareradiosystems/srsgnb/build/apps/gnb | ||
shared_files: | ||
- local_path: ${GNB_BINARY_PATH} | ||
remote_path: /usr/local/bin/gnb | ||
is_executable: true | ||
|
||
- name: open5gs | ||
type: 5gc | ||
requirements: | ||
arch: amd64 | ||
cpu: | ||
requests: 1 | ||
limits: 1 | ||
memory: | ||
requests: "8G" | ||
limits: "8G" | ||
ephemeral-storage: | ||
requests: "6G" | ||
limits: "6G" | ||
image: ${RETINA_REGISTRY_PREFIX}/open5gs:${OPEN5GS_VERSION}_${RETINA_VERSION} | ||
labels: | ||
- ${ZMQ_HOSTLABEL_1} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.