-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # include/srsran/ran/pci_helpers.h # lib/du/adapters/fapi_factory.cpp # lib/du/adapters/fapi_factory.h # lib/du_high/CMakeLists.txt # lib/du_manager/CMakeLists.txt # lib/du_manager/du_ue/CMakeLists.txt # tests/unittests/cu_cp/cu_cp_inter_cu_handover_test.cpp # tests/unittests/phy/upper/channel_processors/pdsch/pdsch_encoder_test_data.tar.gz # tests/unittests/phy/upper/channel_processors/pdsch/pdsch_modulator_test_data.tar.gz
- Loading branch information
Showing
930 changed files
with
15,868 additions
and
7,017 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
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,69 @@ | ||
# | ||
# 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: android-ue | ||
type: ue | ||
image: ${RETINA_REGISTRY_PREFIX}/android:${RETINA_VERSION} | ||
requirements: | ||
arch: amd64 | ||
cpu: | ||
requests: 1 | ||
limits: 1 | ||
memory: | ||
requests: "2G" | ||
limits: "2G" | ||
ephemeral-storage: | ||
requests: "6G" | ||
limits: "6G" | ||
resources: | ||
- type: android | ||
model: xiaomi-12-lite | ||
|
||
- name: srs-gnb | ||
type: gnb | ||
image: ${RETINA_REGISTRY_PREFIX}/srsgnb:${RETINA_VERSION} | ||
requirements: | ||
arch: amd64 | ||
cpu: | ||
requests: 12 | ||
limits: 12 | ||
memory: | ||
requests: "20G" | ||
limits: "20G" | ||
ephemeral-storage: | ||
requests: "6G" | ||
limits: "6G" | ||
taints: ["purpose=manual-testing"] | ||
resources: | ||
- type: sdr | ||
model: x300 | ||
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: amarisoft-mme | ||
type: 5gc | ||
image: ${RETINA_REGISTRY_PREFIX}/amarisoft5gc-remote:${RETINA_VERSION} | ||
taints: ["purpose=retina"] | ||
requirements: | ||
arch: amd64 | ||
cpu: | ||
requests: 4 | ||
limits: 4 | ||
memory: | ||
requests: "4G" | ||
limits: "4G" | ||
ephemeral-storage: | ||
requests: "6G" | ||
limits: "6G" | ||
resources: | ||
- type: emulator | ||
model: callbox |
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,16 @@ | ||
## Summary | ||
|
||
(Summarize the bug encountered concisely) | ||
|
||
## Relevant logs and/or screenshots | ||
|
||
(Paste any relevant logs - use code blocks (```) to format console output, logs, and code, as | ||
it's very hard to read otherwise.) | ||
|
||
## CI Links | ||
|
||
- Add a link to each job that has this failure. Please press `Keep artifacts` to save the job's data as much as possible. | ||
|
||
|
||
/label ~bug::ci ~triage | ||
/assign @Falkenber9 @supreeth.herle @piotr.gawlowicz |
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.