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
常顺宇
OpenXG-RAN
Commits
fee9758b
Commit
fee9758b
authored
Feb 28, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5094
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
98a9469f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
targets/PROJECTS/SPECTRA/build_all.bash
targets/PROJECTS/SPECTRA/build_all.bash
+3
-2
No files found.
targets/PROJECTS/SPECTRA/build_all.bash
View file @
fee9758b
...
@@ -38,7 +38,7 @@ echo_success "# COMPILE oaisim"
...
@@ -38,7 +38,7 @@ echo_success "# COMPILE oaisim"
echo_success
"###############################"
echo_success
"###############################"
cd
$OPENAIR_TARGETS
/SIMU/USER
cd
$OPENAIR_TARGETS
/SIMU/USER
echo_success
"Executing: make oaisim NAS=1 OAI_NW_DRIVER_TYPE_ETHERNET=1 ENABLE_ITTI=1 USER_MODE=1 OPENAIR2=1 ENABLE_RAL=1 MIH_C_MEDIEVAL_EXTENSIONS=1 RLC_STOP_ON_LOST_PDU=1 Rel10=1 -j
`
grep
-c
^processor /proc/cpuinfo
`
"
echo_success
"Executing: make oaisim NAS=1 OAI_NW_DRIVER_TYPE_ETHERNET=1 ENABLE_ITTI=1 USER_MODE=1 OPENAIR2=1 ENABLE_RAL=1 MIH_C_MEDIEVAL_EXTENSIONS=1 RLC_STOP_ON_LOST_PDU=1 Rel10=1 -j
`
grep
-c
^processor /proc/cpuinfo
`
"
make oaisim
NAS
=
1
OAI_NW_DRIVER_TYPE_ETHERNET
=
1
ENABLE_ITTI
=
1
USER_MODE
=
1
OPENAIR2
=
1
ENABLE_RAL
=
1
MIH_C_MEDIEVAL_EXTENSIONS
=
1
RLC_STOP_ON_LOST_PDU
=
1
Rel10
=
1
-j
`
grep
-c
^processor /proc/cpuinfo
`
make
--keep-going
oaisim
NAS
=
1
OAI_NW_DRIVER_TYPE_ETHERNET
=
1
ENABLE_ITTI
=
1
USER_MODE
=
1
OPENAIR2
=
1
ENABLE_RAL
=
1
MIH_C_MEDIEVAL_EXTENSIONS
=
1
RLC_STOP_ON_LOST_PDU
=
1
Rel10
=
1
-j
`
grep
-c
^processor /proc/cpuinfo
`
if
[[
$?
-eq
2
]]
;
then
if
[[
$?
-eq
2
]]
;
then
exit
1
exit
1
fi
fi
...
@@ -74,9 +74,10 @@ echo_success "###############################"
...
@@ -74,9 +74,10 @@ echo_success "###############################"
cd
$OPENAIR_HOME
/common/utils/itti_analyzer
cd
$OPENAIR_HOME
/common/utils/itti_analyzer
if
[
!
-f
$OPENAIR_HOME
/common/utils/itti_analyzer/Makefile
]
if
[
!
-f
$OPENAIR_HOME
/common/utils/itti_analyzer/Makefile
]
then
then
autoreconf
-i
./configure
./configure
fi
fi
make
install
make
install
-j
`
grep
-c
^processor /proc/cpuinfo
`
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