Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kun
openairinterface5G
Commits
919842b5
Commit
919842b5
authored
9 years ago
by
gauthier
Browse files
Options
Downloads
Patches
Plain Diff
minor
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7584
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
87ccdc04
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_targets/tools/build_epc
+2
-8
2 additions, 8 deletions
cmake_targets/tools/build_epc
with
2 additions
and
8 deletions
cmake_targets/tools/build_epc
+
2
−
8
View file @
919842b5
...
...
@@ -233,12 +233,12 @@ function main()
##############################################################################
# Compile userspace executable
##############################################################################
rm
-f
$OPENAIR_DIR
/targets/bin/mme_gw
cd
$OPENAIR_DIR
/cmake_targets/epc_build_oai
if
[
$clean
-ne
0
]
;
then
if
[[
$verbose
-eq
1
]]
;
then
echo
"Cleaning EPC"
echo
"Cleaning EPC
: certificates, generated configuration files, obj files, mme_gw executable, GTP kernel module
"
fi
rm
-f
$OPENAIR_DIR
/targets/bin/mme_gw
rm
-Rf
build 2>&1
$SUDO
rm
-Rf
$OPENAIR_TARGETS
/CMAKE/EPC/MME_GW/build 2>&1
$SUDO
rm
-f
/usr/local/etc/freeDiameter/mme
*
2>&1
...
...
@@ -273,9 +273,6 @@ function main()
epc_build_oai mme_gw
\
mme_gw
$dbin
/mme_gw.
$REL
# Only integrated mme+sgw+pgw is operational today
# compilations \
# epc_build_oai oai_sgw \
# oai_sgw $dbin/oai_sgw.$REL
compilations
\
epc_build_oai xt_GTPUAH_lib
\
libxt_GTPUAH_lib.so
$dbin
...
...
@@ -298,9 +295,6 @@ function main()
else
echo_fatal
"not installed EPC config files: not found"
fi
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment