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
5de26edc
Commit
5de26edc
authored
Mar 06, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5127
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
1d3b5e7a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
targets/PROJECTS/GENERIC-LTE-EPC/start_lte-enb-vlan.bash
targets/PROJECTS/GENERIC-LTE-EPC/start_lte-enb-vlan.bash
+1
-1
targets/PROJECTS/GENERIC-LTE-EPC/start_lte-epc-vlan.bash
targets/PROJECTS/GENERIC-LTE-EPC/start_lte-epc-vlan.bash
+15
-6
No files found.
targets/PROJECTS/GENERIC-LTE-EPC/start_lte-enb-vlan.bash
View file @
5de26edc
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
###########################################################
###########################################################
# Parameters
# Parameters
###########################################################
###########################################################
declare
MAKE_LTE_ACCESS_STRATUM_TARGET
=
"
oaisim
ENABLE_ITTI=1 USE_MME=R10 NAS=1 Rel10=1"
declare
MAKE_LTE_ACCESS_STRATUM_TARGET
=
"
DISABLE_XER_PRINT=1
ENABLE_ITTI=1 USE_MME=R10 NAS=1 Rel10=1"
declare
MAKE_IP_DRIVER_TARGET
=
"ue_ip.ko"
declare
MAKE_IP_DRIVER_TARGET
=
"ue_ip.ko"
declare
IP_DRIVER_NAME
=
"ue_ip"
declare
IP_DRIVER_NAME
=
"ue_ip"
declare
LTEIF
=
"oip1"
declare
LTEIF
=
"oip1"
...
...
targets/PROJECTS/GENERIC-LTE-EPC/start_lte-epc-vlan.bash
View file @
5de26edc
...
@@ -31,12 +31,21 @@ source $THIS_SCRIPT_PATH/utils.bash
...
@@ -31,12 +31,21 @@ source $THIS_SCRIPT_PATH/utils.bash
###########################################################
###########################################################
test_command_install_package
"gccxml"
"gccxml"
"--force-yes"
test_command_install_package
"gccxml"
"gccxml"
"--force-yes"
test_command_install_package
"gcc"
"gcc"
"--force-yes"
test_command_install_package
"g++"
"g++"
"--force-yes"
test_command_install_package
"automake"
"automake"
"--force-yes"
test_command_install_package
"vconfig"
"vlan"
"--force-yes"
test_command_install_package
"vconfig"
"vlan"
"--force-yes"
test_command_install_package
"iptables"
"iptables"
test_command_install_package
"iptables"
"iptables"
test_command_install_package
"iperf"
"iperf"
"--force-yes"
test_command_install_package
"iperf"
"iperf"
"--force-yes"
test_command_install_package
"ip"
"iproute"
test_command_install_package
"ip"
"iproute"
test_command_install_package
"tunctl"
"uml-utilities"
test_command_install_package
"tunctl"
"uml-utilities"
test_command_install_package
"bison"
"bison"
"--force-yes"
test_command_install_package
"flex"
"flex"
"--force-yes"
test_command_install_package
"libtool"
"libtool"
"--force-yes"
test_command_install_lib
"/usr/lib/libconfig.so"
"libconfig-dev"
"--force-yes"
test_command_install_lib
"/usr/lib/libconfig.so"
"libconfig-dev"
"--force-yes"
#test_command_install_lib "/usr/lib/libsctp-dev.so" "libsctp-dev" "--force-yes"
test_command_install_lib
"/usr/lib/libsctp.so"
"libsctp1"
"--force-yes"
#test_command_install_lib "/usr/lib/libpthread-stubs0-dev.so" "libpthread-stubs0-dev" "--force-yes"
if
[
!
-d
/usr/local/etc/freeDiameter
]
if
[
!
-d
/usr/local/etc/freeDiameter
]
then
then
...
@@ -82,9 +91,9 @@ then
...
@@ -82,9 +91,9 @@ then
OBJ_DIR
=
`
basename
$OBJ_DIR
`
OBJ_DIR
=
`
basename
$OBJ_DIR
`
if
[
!
-f
$OBJ_DIR
/Makefile
]
if
[
!
-f
$OBJ_DIR
/Makefile
]
then
then
autoreconf
-i
-f
cd
./
$OBJ_DIR
cd
./
$OBJ_DIR
echo_success
"Invoking configure"
echo_success
"Invoking configure"
rm
-f
Makefile
../configure
--enable-standalone-epc
--enable-raw-socket-for-sgi
LDFLAGS
=
-L
/usr/local/lib
../configure
--enable-standalone-epc
--enable-raw-socket-for-sgi
LDFLAGS
=
-L
/usr/local/lib
else
else
cd
./
$OBJ_DIR
cd
./
$OBJ_DIR
...
...
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