Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
Michael Black
OpenXG-RAN
Commits
8ea5d720
Commit
8ea5d720
authored
Nov 22, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deactive legacy 4G RFsim pipeline
parent
0feaf87c
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
1122 deletions
+6
-1122
ci-scripts/buildOnVM.sh
ci-scripts/buildOnVM.sh
+1
-1
ci-scripts/conf_files/lte-fdd-basic-sim.conf
ci-scripts/conf_files/lte-fdd-basic-sim.conf
+0
-266
ci-scripts/conf_files/lte-fdd-fembms-basic-sim.conf
ci-scripts/conf_files/lte-fdd-fembms-basic-sim.conf
+0
-422
ci-scripts/conf_files/lte-fdd-mbms-basic-sim.conf
ci-scripts/conf_files/lte-fdd-mbms-basic-sim.conf
+0
-422
ci-scripts/createVM.sh
ci-scripts/createVM.sh
+1
-1
ci-scripts/runTestOnVM.sh
ci-scripts/runTestOnVM.sh
+2
-8
ci-scripts/waitBuildOnVM.sh
ci-scripts/waitBuildOnVM.sh
+2
-2
No files found.
ci-scripts/buildOnVM.sh
View file @
8ea5d720
...
@@ -62,7 +62,7 @@ function build_on_vm {
...
@@ -62,7 +62,7 @@ function build_on_vm {
echo
"ARCHIVES_LOC =
$ARCHIVES_LOC
"
echo
"ARCHIVES_LOC =
$ARCHIVES_LOC
"
echo
"BUILD_OPTIONS =
$BUILD_OPTIONS
"
echo
"BUILD_OPTIONS =
$BUILD_OPTIONS
"
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
then
then
echo
"This VM type is no longer supported in the pipeline framework"
echo
"This VM type is no longer supported in the pipeline framework"
return
return
...
...
ci-scripts/conf_files/lte-fdd-basic-sim.conf
deleted
100644 → 0
View file @
0feaf87c
This diff is collapsed.
Click to expand it.
ci-scripts/conf_files/lte-fdd-fembms-basic-sim.conf
deleted
100644 → 0
View file @
0feaf87c
This diff is collapsed.
Click to expand it.
ci-scripts/conf_files/lte-fdd-mbms-basic-sim.conf
deleted
100644 → 0
View file @
0feaf87c
This diff is collapsed.
Click to expand it.
ci-scripts/createVM.sh
View file @
8ea5d720
...
@@ -87,7 +87,7 @@ function create_vm {
...
@@ -87,7 +87,7 @@ function create_vm {
echo
"VM_CPU =
$VM_CPU
"
echo
"VM_CPU =
$VM_CPU
"
echo
"VM_DISK =
$VM_DISK
GBytes"
echo
"VM_DISK =
$VM_DISK
GBytes"
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
then
then
echo
"This VM type is no longer supported in the pipeline framework"
echo
"This VM type is no longer supported in the pipeline framework"
return
return
...
...
ci-scripts/runTestOnVM.sh
View file @
8ea5d720
...
@@ -1301,14 +1301,8 @@ function run_test_on_vm {
...
@@ -1301,14 +1301,8 @@ function run_test_on_vm {
fi
fi
if
[[
((
"
$RUN_OPTIONS
"
==
"complex"
)
&&
(
$VM_NAME
=
~ .
*
-rf-sim
.
*
))
]]
if
[[
((
"
$RUN_OPTIONS
"
==
"complex"
)
&&
(
$VM_NAME
=
~ .
*
-rf-sim
.
*
))
]]
then
then
ENB_VM_NAME
=
`
echo
$VM_NAME
|
sed
-e
"s#rf-sim#enb-ethernet#"
`
echo
"This VM test type is no longer supported in the pipeline framework"
ENB_VM_CMDS
=
${
ENB_VM_NAME
}
_cmds.txt
return
echo
"ENB_VM_NAME =
$ENB_VM_NAME
"
echo
"ENB_VM_CMD_FILE =
$ENB_VM_CMDS
"
UE_VM_NAME
=
`
echo
$VM_NAME
|
sed
-e
"s#rf-sim#ue-ethernet#"
`
UE_VM_CMDS
=
${
UE_VM_NAME
}
_cmds.txt
echo
"UE_VM_NAME =
$UE_VM_NAME
"
echo
"UE_VM_CMD_FILE =
$UE_VM_CMDS
"
elif
[[
((
"
$RUN_OPTIONS
"
==
"complex"
)
&&
(
$VM_NAME
=
~ .
*
-rf5g-sim
.
*
))
]]
elif
[[
((
"
$RUN_OPTIONS
"
==
"complex"
)
&&
(
$VM_NAME
=
~ .
*
-rf5g-sim
.
*
))
]]
then
then
GNB_VM_NAME
=
`
echo
$VM_NAME
|
sed
-e
"s#rf5g-sim#gnb-usrp#"
`
GNB_VM_NAME
=
`
echo
$VM_NAME
|
sed
-e
"s#rf5g-sim#gnb-usrp#"
`
...
...
ci-scripts/waitBuildOnVM.sh
View file @
8ea5d720
...
@@ -47,7 +47,7 @@ function wait_on_vm_build {
...
@@ -47,7 +47,7 @@ function wait_on_vm_build {
echo
"ARCHIVES_LOC =
$ARCHIVES_LOC
"
echo
"ARCHIVES_LOC =
$ARCHIVES_LOC
"
echo
"BUILD_OPTIONS =
$BUILD_OPTIONS
"
echo
"BUILD_OPTIONS =
$BUILD_OPTIONS
"
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
then
then
echo
"This VM type is no longer supported in the pipeline framework"
echo
"This VM type is no longer supported in the pipeline framework"
return
return
...
@@ -93,7 +93,7 @@ function wait_on_vm_build {
...
@@ -93,7 +93,7 @@ function wait_on_vm_build {
}
}
function
check_on_vm_build
{
function
check_on_vm_build
{
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
then
then
echo
"This VM type is no longer supported in the pipeline framework"
echo
"This VM type is no longer supported in the pipeline framework"
return
return
...
...
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