Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG UE
Commits
789f0609
Commit
789f0609
authored
Oct 07, 2021
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into NR_F1C_F1U_extensions
parents
aff7ad14
bba58132
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
ci-scripts/Jenkinsfile-gitlab
ci-scripts/Jenkinsfile-gitlab
+23
-0
ci-scripts/yaml_files/5g_rfsimulator/README.md
ci-scripts/yaml_files/5g_rfsimulator/README.md
+1
-0
No files found.
ci-scripts/Jenkinsfile-gitlab
View file @
789f0609
...
@@ -503,6 +503,29 @@ pipeline {
...
@@ -503,6 +503,29 @@ pipeline {
}
}
}
}
}
}
stage
(
"Test F1 - FDD - Band 7 - B210"
)
{
when
{
expression
{
doFullTestsuite
}
}
steps
{
script
{
sh
"sleep 60"
triggerSlaveJob
(
'eNB-CI-F1-FDD-Band7-B210'
,
'Test-F1-FDD-Band7'
)
}
}
post
{
always
{
script
{
finalizeSlaveJob
(
'eNB-CI-F1-FDD-Band7-B210'
)
}
}
failure
{
script
{
currentBuild
.
result
=
'FAILURE'
}
}
}
}
stage
(
"Test IF4p5 - TDD - Band 40 - B210"
)
{
stage
(
"Test IF4p5 - TDD - Band 40 - B210"
)
{
when
{
when
{
expression
{
doFullTestsuite
}
expression
{
doFullTestsuite
}
...
...
ci-scripts/yaml_files/5g_rfsimulator/README.md
View file @
789f0609
...
@@ -152,6 +152,7 @@ rfsim5g-traffic: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
...
@@ -152,6 +152,7 @@ rfsim5g-traffic: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
The gNB can be deployed either in monolithic mode, or in CU/DU split mode.
The gNB can be deployed either in monolithic mode, or in CU/DU split mode.
-
For a deployment with a monolithic gNB:
-
For a deployment with a monolithic gNB:
```
bash
```
bash
$
docker-compose up
-d
oai-gnb
$
docker-compose up
-d
oai-gnb
rfsim5g-oai-nrf is up-to-date
rfsim5g-oai-nrf is up-to-date
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment