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
b3147ba6
Commit
b3147ba6
authored
Jun 27, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5448
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
4323c7ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
27 deletions
+4
-27
targets/PROJECTS/GENERIC-LTE-EPC/start_enb_and_ue_virt.bash
targets/PROJECTS/GENERIC-LTE-EPC/start_enb_and_ue_virt.bash
+4
-27
No files found.
targets/PROJECTS/GENERIC-LTE-EPC/start_enb_and_ue_virt.bash
View file @
b3147ba6
...
@@ -40,32 +40,9 @@
...
@@ -40,32 +40,9 @@
# THE DIRECTORY WHERE ARE LOCATED THE CONFIGURATION FILES
# THE DIRECTORY WHERE ARE LOCATED THE CONFIGURATION FILES
#########################################
#########################################
# This script start ENB+UE (all in one executable, on one host)
# This script start ENB+UE (all in one executable, on one host)
# Depending on configuration files a VLAN setting.
# MME+SP-GW executable have to be launched by your own (start_epc.bash) before this script is invoked.
# MME+SP-GW executable have to be launched by your own (start_epc.bash) before this script is invoked.
#
#
###########################################################################################################################
# VLAN SETTING
###########################################################################################################################
# hss.eur
# |
# +-----------+ +-----------+ v +----------+
# | eNB +------+ VLAN 1+------+ MME +----+ +---+ HSS |
# | |ethx.1+------------------+ethy.1| | +------+ | |
# | +------+ +------+ +----+ +---+ |
# | |ethx.2+-------+ | | +----------+
# | +------+ | +-+-------+-+
# | | | | s11mme|
# | | | +---+---+
# | | | (optional)| VLAN 3
# +-----------+ | +---+---+
# | | s11sgw| router.eur
# | +-+-------+-+ | +--------------+
# | | S+P-GW | v | ROUTER |
# | VLAN2 +------+ +-------+ +----+ +----+
# +----------+ethy.2| |sgi +-...-+ | | +---...Internet
# +------+ +-------+ +----+ +----+
# | | 11 VLANS | |
# +-----------+ ids=[5..15] +--------------+
###########################################################
###########################################################
# Parameters
# Parameters
...
@@ -246,13 +223,13 @@ bash_exec "iptables -A FORWARD -i eth1 -p sctp -j DROP"
...
@@ -246,13 +223,13 @@ bash_exec "iptables -A FORWARD -i eth1 -p sctp -j DROP"
cd
$THIS_SCRIPT_PATH
/OUTPUT/
$HOSTNAME
cd
$THIS_SCRIPT_PATH
/OUTPUT/
$HOSTNAME
ITTI_LOG_FILE
=
itti_enb_ue.
$HOSTNAME
.log
ITTI_LOG_FILE
=
itti_enb_ue.
$HOSTNAME
.log
rotate_log_file
$ITTI_LOG_FILE
#
rotate_log_file $ITTI_LOG_FILE
STDOUT_LOG_FILE
=
stdout_enb_ue.
$HOSTNAME
.log
STDOUT_LOG_FILE
=
stdout_enb_ue.
$HOSTNAME
.log
rotate_log_file
$STDOUT_LOG_FILE
#
rotate_log_file $STDOUT_LOG_FILE
rotate_log_file
$STDOUT_LOG_FILE
.filtered
rotate_log_file
$STDOUT_LOG_FILE
.filtered
rotate_log_file tshark_enb_ue.
$HOSTNAME
.pcap
#
rotate_log_file tshark_enb_ue.$HOSTNAME.pcap
cd
$THIS_SCRIPT_PATH
cd
$THIS_SCRIPT_PATH
...
...
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