Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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 UE
Commits
b77c5cb6
Commit
b77c5cb6
authored
Jan 09, 2015
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6343
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
61635f17
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
targets/build_oai.bash
targets/build_oai.bash
+13
-9
No files found.
targets/build_oai.bash
View file @
b77c5cb6
...
...
@@ -672,12 +672,6 @@ build_hss(){
cp
-pv
$OPENAIRCN_DIR
/OPENAIRHSS/objs/openair-hss
$OPENAIR_TARGETS
/bin/
fi
######################################
# LAUNCH HSS #
######################################
echo_info
"8. run hss in
$OPENAIR_TARGETS
/bin/: ./openair-hss -c conf/hss.local.conf"
cd
$OPENAIR_TARGETS
/bin
./openair-hss
-c
conf/hss.local.conf
}
...
...
@@ -794,7 +788,7 @@ esac
# run
############################################
if
[
$RUN
-ne
0
]
;
then
echo_info
"11. Running ...
To be completed
"
echo_info
"11. Running ..."
cd
$OPENAIR_TARGETS
/bin
case
"
$BUILD_LTE
"
in
'ENB'
)
...
...
@@ -818,7 +812,7 @@ if [ $RUN -ne 0 ]; then
'EPC'
)
echo
"############# running
epc
#############"
echo
"############# running
EPC
#############"
if
[
$RUN_GDB
-eq
0
]
;
then
$SUDO
exec
$OPENAIR_TARGETS
/bin/oai_epc
`
echo
$EXE_ARGUMENTS
`
else
...
...
@@ -832,7 +826,17 @@ if [ $RUN -ne 0 ]; then
'HSS'
)
echo_warning
"TODO execute HSS: Experimental"
echo
"############# running HSS #############"
cd
$OPENAIR_TARGETS
/bin
if
[
$RUN_GDB
-eq
0
]
;
then
$SUDO
exec
./openair-hss
-c
conf/hss.local.conf
else
$SUDO
touch
~/.gdb_hss
$SUDO
echo
"file ./openair-hss"
>
~/.gdb_hss
$SUDO
echo
"set args -c conf/hss.local.conf"
>>
~/.gdb_hss
$SUDO
echo
"run"
>>
~/.gdb_hss
$SUDO
gdb
-nh
-x
~/.gdb_hss 2>&1
fi
;;
...
...
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