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
4c3d1ab0
Commit
4c3d1ab0
authored
Mar 11, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5140
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
2cc6abf3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
targets/PROJECTS/GENERIC-LTE-EPC/start_lte-epc-vlan.bash
targets/PROJECTS/GENERIC-LTE-EPC/start_lte-epc-vlan.bash
+3
-3
No files found.
targets/PROJECTS/GENERIC-LTE-EPC/start_lte-epc-vlan.bash
View file @
4c3d1ab0
...
@@ -94,7 +94,7 @@ then
...
@@ -94,7 +94,7 @@ then
autoreconf
-i
-f
autoreconf
-i
-f
cd
./
$OBJ_DIR
cd
./
$OBJ_DIR
echo_success
"Invoking configure"
echo_success
"Invoking configure"
../configure
--enable-standalone-epc
--enable-raw-socket-for-sgi
LDFLAGS
=
-L
/usr/local/lib
../configure
--enable-standalone-epc
--enable-raw-socket-for-sgi
--disable-s11
LDFLAGS
=
-L
/usr/local/lib
else
else
cd
./
$OBJ_DIR
cd
./
$OBJ_DIR
fi
fi
...
@@ -106,14 +106,14 @@ else
...
@@ -106,14 +106,14 @@ else
bash_exec
"./autogen.sh"
bash_exec
"./autogen.sh"
cd
./
$OBJ_DIR
cd
./
$OBJ_DIR
echo_success
"Invoking configure"
echo_success
"Invoking configure"
../configure
--enable-standalone-epc
--enable-raw-socket-for-sgi
LDFLAGS
=
-L
/usr/local/lib
../configure
--enable-standalone-epc
--enable-raw-socket-for-sgi
--disable-s11
LDFLAGS
=
-L
/usr/local/lib
fi
fi
pkill oai_epc
pkill oai_epc
if
[
-f
Makefile
]
if
[
-f
Makefile
]
then
then
echo_success
"Compiling..."
echo_success
"Compiling..."
make
-j
`
cat
/proc/cpuinfo |
grep
processor |
wc
-l
`
make
CODE_PDN_WITHOUT_S11
=
1
-j
`
cat
/proc/cpuinfo |
grep
processor |
wc
-l
`
if
[
$?
-ne
0
]
;
then
if
[
$?
-ne
0
]
;
then
echo_error
"Build failed, exiting"
echo_error
"Build failed, exiting"
exit
1
exit
1
...
...
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