Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5g_MAC_scheduling
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor 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
Razvan-Mihai Ursu
openairinterface5g_MAC_scheduling
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
No related tags found
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()
...
@@ -233,12 +233,12 @@ function main()
##############################################################################
##############################################################################
# Compile userspace executable
# Compile userspace executable
##############################################################################
##############################################################################
rm
-f
$OPENAIR_DIR
/targets/bin/mme_gw
cd
$OPENAIR_DIR
/cmake_targets/epc_build_oai
cd
$OPENAIR_DIR
/cmake_targets/epc_build_oai
if
[
$clean
-ne
0
]
;
then
if
[
$clean
-ne
0
]
;
then
if
[[
$verbose
-eq
1
]]
;
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
fi
rm
-f
$OPENAIR_DIR
/targets/bin/mme_gw
rm
-Rf
build 2>&1
rm
-Rf
build 2>&1
$SUDO
rm
-Rf
$OPENAIR_TARGETS
/CMAKE/EPC/MME_GW/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
$SUDO
rm
-f
/usr/local/etc/freeDiameter/mme
*
2>&1
...
@@ -273,9 +273,6 @@ function main()
...
@@ -273,9 +273,6 @@ function main()
epc_build_oai mme_gw
\
epc_build_oai mme_gw
\
mme_gw
$dbin
/mme_gw.
$REL
mme_gw
$dbin
/mme_gw.
$REL
# Only integrated mme+sgw+pgw is operational today
# Only integrated mme+sgw+pgw is operational today
# compilations \
# epc_build_oai oai_sgw \
# oai_sgw $dbin/oai_sgw.$REL
compilations
\
compilations
\
epc_build_oai xt_GTPUAH_lib
\
epc_build_oai xt_GTPUAH_lib
\
libxt_GTPUAH_lib.so
$dbin
libxt_GTPUAH_lib.so
$dbin
...
@@ -298,9 +295,6 @@ function main()
...
@@ -298,9 +295,6 @@ function main()
else
else
echo_fatal
"not installed EPC config files: not found"
echo_fatal
"not installed EPC config files: not found"
fi
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