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
canghaiwuhen
OpenXG-RAN
Commits
5bd38be7
Commit
5bd38be7
authored
Aug 16, 2019
by
Dong Anyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove '--mu' from ci-scripts
parent
e3fad64e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ci-scripts/doc/vm_based_simulator_build.md
ci-scripts/doc/vm_based_simulator_build.md
+2
-2
ci-scripts/doc/vm_based_simulator_main_scripts.md
ci-scripts/doc/vm_based_simulator_main_scripts.md
+1
-1
ci-scripts/oai-ci-vm-tool
ci-scripts/oai-ci-vm-tool
+1
-1
No files found.
ci-scripts/doc/vm_based_simulator_build.md
View file @
5bd38be7
...
...
@@ -110,7 +110,7 @@ VM_NAME = RAN-CI-develop-b47-enb-usrp
VM_CMD_FILE
=
RAN-CI-develop-b47-enb-usrp_cmds.txt
JENKINS_WKSP
=
/var/jenkins/workspace/RAN-CI-develop
ARCHIVES_LOC
=
/var/jenkins/workspace/RAN-CI-develop/archives/enb_usrp
BUILD_OPTIONS
=
--eNB
-w
USRP
--mu
BUILD_OPTIONS
=
--eNB
-w
USRP
VM_MEMORY
=
2048 MBytes
VM_CPU
=
4
############################################################
...
...
@@ -147,7 +147,7 @@ unzip -qq -DD ../localZip.zip
cd
/home/ubuntu/tmp
source
oaienv
cd
cmake_targets
./build_oai
-I
--eNB
-w
USRP
--mu
./build_oai
-I
--eNB
-w
USRP
# Here wait for a few minutes 8 to 12 minutes #
...
...
ci-scripts/doc/vm_based_simulator_main_scripts.md
View file @
5bd38be7
...
...
@@ -88,7 +88,7 @@ You can get the list of variant specific variables specifying the variant argume
--variant
enb-usrp OR
-v1
(
build and
test
)
VM_NAME
=
ci-enb-usrp
ARCHIVES_LOC
=
enb_usrp
VM_MEMORY
=
2048
VM_CPU
=
4
NB_PATTERN_FILES
=
9
BUILD_OPTIONS
=
"--eNB -w USRP
--mu
"
NB_PATTERN_FILES
=
9
BUILD_OPTIONS
=
"--eNB -w USRP"
LOG_PATTERN
=
.Rel14.txt
--variant
l1-sim OR
-v20
(
test
)
...
...
ci-scripts/oai-ci-vm-tool
View file @
5bd38be7
...
...
@@ -156,7 +156,7 @@ function setvar_usage {
function
variant__v1__enb_usrp
{
NB_PATTERN_FILES
=
9
BUILD_OPTIONS
=
"--eNB -w USRP
--mu
"
BUILD_OPTIONS
=
"--eNB -w USRP"
}
function
variant__v2__basic_sim
{
...
...
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