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
cb41e928
Commit
cb41e928
authored
Jun 07, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test XML
parent
c518deee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
72 additions
and
0 deletions
+72
-0
ci-scripts/run-5g-rfsim.sh
ci-scripts/run-5g-rfsim.sh
+72
-0
No files found.
ci-scripts/run-5g-rfsim.sh
0 → 100755
View file @
cb41e928
#!/bin/bash
ranBranch
=
develop
ranCommitID
=
c81ed57a9303f1c0b842051956c730beced9997e
eNBIPAddress
=
none
eNBUserName
=
oaicicd
eNBPassword
=
DOESNOTMATTER
eNB1IPAddress
=
none
eNB1UserName
=
oaicicd
eNB1Password
=
DOESNOTMATTER
eNB2IPAddress
=
none
eNB2UserName
=
oaicicd
eNB2Password
=
DOESNOTMATTER
UEIPAddress
=
none
UEUserName
=
oaicicd
UEPassword
=
DOESNOTMATTER
EPCIPAddress
=
none
EPCType
=
ltebox
EPCUserName
=
oaicicd
EPCPassword
=
DOESNOTMATTER
python3 main.py
\
--mode
=
InitiateHtml
\
--ranRepository
=
https://gitlab.eurecom.fr/oai/openairinterface5g.git
\
--ranBranch
=
$ranBranch
--ranCommitID
=
$ranCommitID
--ranTargetBranch
=
$ranTargetBranch
\
--ranAllowMerge
=
true
\
--XMLTestFile
=
xml_files/container_5g_rfsim.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_down.xml
\
--XMLTestFile
=
xml_files/container_5g_fdd_rfsim.xml
\
--XMLTestFile
=
xml_files/container_5g_fdd_rfsim_down.xml
\
--XMLTestFile
=
xml_files/container_5g_f1_rfsim.xml
\
--XMLTestFile
=
xml_files/container_5g_f1_rfsim_down.xml
\
--XMLTestFile
=
xml_files/container_5g_e1_rfsim.xml
\
--XMLTestFile
=
xml_files/container_5g_e1_rfsim_down.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_24prb.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_24prb_down.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_fr2_32prb.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_fr2_32prb_down.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_fdd_phytest.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_fdd_phytest_down.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_tdd_dora.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_tdd_dora_down.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_u0_25prb.xml
\
--XMLTestFile
=
xml_files/container_5g_rfsim_u0_25prb_down.xml
python3 main.py
\
--mode
=
TesteNB
\
--ranRepository
=
https://gitlab.eurecom.fr/oai/openairinterface5g.git
\
--ranBranch
=
$ranBranch
--ranCommitID
=
$ranCommitID
--ranTargetBranch
=
$ranTargetBranch
\
--ranAllowMerge
=
true
\
--eNBIPAddress
=
$eNBIPAddress
--eNBUserName
=
$eNBUserName
--eNBPassword
=
$eNBPassword
\
--eNBSourceCodePath
=
/tmp/CI_phy_sim_test
\
--EPCIPAddress
=
$eNBIPAddress
--EPCType
=
OAI-Rel14-Docker
--EPCUserName
=
$eNBUserName
--EPCPassword
=
$eNBPassword
\
--EPCSourceCodePath
=
/tmp/CI-epc-test
\
--XMLTestFile
=
xml_files/container_5g_rfsim_tdd_dora.xml
python3 main.py
\
--mode
=
TesteNB
\
--ranRepository
=
https://gitlab.eurecom.fr/oai/openairinterface5g.git
\
--ranBranch
=
$ranBranch
--ranCommitID
=
$ranCommitID
--ranTargetBranch
=
$ranTargetBranch
\
--ranAllowMerge
=
true
\
--eNBIPAddress
=
$eNBIPAddress
--eNBUserName
=
$eNBUserName
--eNBPassword
=
$eNBPassword
\
--eNBSourceCodePath
=
/tmp/CI_phy_sim_test
\
--EPCIPAddress
=
$eNBIPAddress
--EPCType
=
OAI-Rel14-Docker
--EPCUserName
=
$eNBUserName
--EPCPassword
=
$eNBPassword
\
--EPCSourceCodePath
=
/tmp/CI-epc-test
\
--XMLTestFile
=
xml_files/container_5g_rfsim_tdd_dora_down.xml
python3 main.py
\
--mode
=
FinalizeHtml
\
--finalStatus
=
false
\
--eNBIPAddress
=
$eNBIPAddress
--eNBUserName
=
$eNBUserName
--eNBPassword
=
$eNBPassword
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