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
c4060536
Commit
c4060536
authored
Apr 18, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5271
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
4e91ce59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
targets/PROJECTS/GENERIC-LTE-EPC/start_ue.bash
targets/PROJECTS/GENERIC-LTE-EPC/start_ue.bash
+7
-2
No files found.
targets/PROJECTS/GENERIC-LTE-EPC/start_ue.bash
View file @
c4060536
...
...
@@ -108,10 +108,12 @@ THIS_SCRIPT_PATH=$(dirname $(readlink -f $0))
source
$THIS_SCRIPT_PATH
/utils.bash
###########################################################
check_install_epc_software
#
check_install_epc_software
cd
$THIS_SCRIPT_PATH
EMULATION_DEV_ADDRESS
=
`
ifconfig
$EMULATION_DEV_INTERFACE
|
grep
'inet addr:'
|
grep
-v
'127.0.0.1'
|
cut
-d
:
-f2
|
awk
'{ print $1}'
`
#######################################################
# USIM, NVRAM files
#######################################################
...
...
@@ -178,6 +180,9 @@ fi
ip rule add fwmark 5 table lte
ip route add default dev
$LTEIF
table lte
ip route add 239.0.0.160/28 dev
$EMULATION_DEV_INTERFACE
ITTI_LOG_FILE
=
./itti_ue.
$HOSTNAME
.log
rotate_log_file
$ITTI_LOG_FILE
STDOUT_LOG_FILE
=
./stdout_ue.log
...
...
@@ -189,7 +194,7 @@ cd $THIS_SCRIPT_PATH
nohup
xterm
-e
$OPENAIRCN_DIR
/NAS/EURECOM-NAS/bin/UserProcess &
gdb
--args
$OPENAIR_TARGETS
/SIMU/USER/oaisim
-a
l9
-u1
-b0
-M1
-p2
-g1
-D
$EMULATION_DEV_INTERFACE
-K
$ITTI_LOG_FILE
--enb-conf
$CONFIG_FILE_ENB
2>&1 |
tee
$STDOUT_LOG_FILE
gdb
--args
$OPENAIR_TARGETS
/SIMU/USER/oaisim
-a
-l9
-u1
-b0
-M1
-p2
-g1
-D
$EMULATION_DEV_ADDRESS
-K
$ITTI_LOG_FILE
2>&1 |
tee
$STDOUT_LOG_FILE
cat
$STDOUT_LOG_FILE
|
grep
-v
'[PHY]'
|
grep
-v
'[MAC]'
|
grep
-v
'[EMU]'
|
\
grep
-v
'[OCM]'
|
grep
-v
'[OMG]'
|
\
...
...
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