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
zzha zzha
OpenXG-RAN
Commits
a51fbbf0
Commit
a51fbbf0
authored
Nov 04, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5966
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
f3c8ea84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash
targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash
+8
-1
No files found.
targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash
View file @
a51fbbf0
...
...
@@ -167,7 +167,7 @@ then
bash_exec
"./autogen.sh"
cd
./
$OBJ_DIR
echo_success
"Invoking configure"
../configure
HAVE_CHECK
=
true
--enable-standalone-epc
--enable-raw-socket-for-sgi
LDFLAGS
=
-L
/usr/local/lib
../configure
HAVE_CHECK
=
true
--enable-
debug
--enable-
standalone-epc
--enable-raw-socket-for-sgi
LDFLAGS
=
-L
/usr/local/lib
else
cd
./
$OBJ_DIR
fi
...
...
@@ -312,6 +312,8 @@ PCAP_S6A_LOG_FILE=tshark_mme_s6a.$HOSTNAME.pcap
PCAP_S6A_S1C_LOG_FILE
=
tshark_mme_s6a_s1c.
$HOSTNAME
.pcap
PCAP_SGI_LOG_FILE
=
tshark_mme_sgi.
$HOSTNAME
.pcap
touch
$THIS_SCRIPT_PATH
/kill_epc.bash
echo
'#!/bin/bash'
>
$THIS_SCRIPT_PATH
/kill_epc.bash
...
...
@@ -355,6 +357,11 @@ else
nohup
tshark
-i
$MME_INTERFACE_NAME_FOR_S1_MME
-f
"not port 22"
-w
$THIS_SCRIPT_PATH
/OUTPUT/
$HOSTNAME
/
$PCAP_S1C_LOG_FILE
&
nohup
tshark
-i
$MME_INTERFACE_NAME_FOR_S6A
-f
"not port 22"
-w
$THIS_SCRIPT_PATH
/OUTPUT/
$HOSTNAME
/
$PCAP_S6A_LOG_FILE
&
fi
if
[
x
$PGW_INTERFACE_NAME_FOR_SGI
!=
xnone
]
;
then
nohup
tshark
-i
$PGW_INTERFACE_NAME_FOR_SGI
-f
"not port 22"
-w
$THIS_SCRIPT_PATH
/OUTPUT/
$HOSTNAME
/
$PCAP_SGI_LOG_FILE
&
fi
wait_process_started tshark
...
...
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