Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
9ecb6cb6
Commit
9ecb6cb6
authored
Jan 06, 2020
by
YannGarcia
Browse files
Bug fixed in scripts
parent
0101eea5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
scripts/mec_generate_makefile.bash
scripts/mec_generate_makefile.bash
+1
-1
scripts/update_mec_project.bash
scripts/update_mec_project.bash
+6
-1
ttcn/LibIts
ttcn/LibIts
+1
-1
No files found.
scripts/mec_generate_makefile.bash
View file @
9ecb6cb6
...
...
@@ -52,7 +52,7 @@ find .. -type f -name "*.bak" -exec rm {} \;
find ..
-type
f
-name
"*.log"
-exec
rm
{}
\;
# Build JSON files if any and put them in objs directory
REFERENCES
=
"
LibCommon LibHttp
LibMec LibMec/Ams LibMec/AppEna LibMec/AppLCM LibMec/BwManagementAPI LibMec/FixedAccessInformationAPI LibMec/Grant LibMec/LocationAPI LibMec/MeoPkgm LibMec/MepmPkgm LibMec/RnisAPI LibMec/UE
identityAPI
"
REFERENCES
=
"LibMec LibMec/Ams LibMec/AppEna LibMec/AppLCM LibMec/BwManagementAPI LibMec/FixedAccessInformationAPI LibMec/Grant LibMec/LocationAPI LibMec/MeoPkgm LibMec/MepmPkgm LibMec/RnisAPI LibMec/UE
AppInterfaceAPI LibMec/UEidentityAPI LibHttp LibCommon
"
for
i
in
${
REFERENCES
}
do
# TTCN code
...
...
scripts/update_mec_project.bash
View file @
9ecb6cb6
...
...
@@ -125,7 +125,7 @@ do
done
# Update libraries & CC files
TTCN_3_LIB_LIST
=
'LibMec LibMec/Ams LibMec/AppEna LibMec/AppLCM LibMec/BwManagementAPI LibMec/FixedAccessInformationAPI LibMec/Grant LibMec/LocationAPI LibMec/MeoPkgm LibMec/MepmPkgm LibMec/RnisAPI
LibMec/UEAppInterfaceAPI LibMec/UEidentityAPI LibHttp LibCommon'
TTCN_3_LIB_LIST
=
'LibMec LibMec/Ams LibMec/AppEna LibMec/AppLCM LibMec/BwManagementAPI LibMec/FixedAccessInformationAPI LibMec/Grant LibMec/LocationAPI LibMec/MeoPkgm LibMec/MepmPkgm LibMec/RnisAPI LibMec/UEAppInterfaceAPI LibMec/UEidentityAPI LibHttp LibCommon'
for
i
in
${
TTCN_3_LIB_LIST
}
do
if
[
!
-d
${
TTCN_3_DST_PATH
}
/
$i
]
...
...
@@ -154,6 +154,11 @@ do
cp
${
TTCN_3_ORG_PATH
}
/
$i
/ttcn/
*
.ttcn
${
TTCN_3_DST_PATH
}
/
$i
/ttcn
cp
${
TTCN_3_ORG_PATH
}
/
$i
/json/
*
.json
${
TTCN_3_DST_PATH
}
/
$i
/json
rm
-f
${
TTCN_3_DST_PATH
}
/
$i
/ttcn/Ams_sEncdecDeclarations.ttcn
elif
[
"
$i
"
==
"LibMec"
]
then
cp
${
CC_SRC_PATH
}
/externals/LibMec_ExternalFunctions.cc
${
TTCN_3_DST_PATH
}
/
$i
/src
cp
${
TTCN_3_ORG_PATH
}
/
$i
/ttcn/
*
.ttcn
${
TTCN_3_DST_PATH
}
/
$i
/ttcn
cp
${
TTCN_3_ORG_PATH
}
/
$i
/json/
*
.json
${
TTCN_3_DST_PATH
}
/
$i
/json
else
cp
${
TTCN_3_ORG_PATH
}
/
$i
/ttcn/
*
.ttcn
${
TTCN_3_DST_PATH
}
/
$i
/ttcn
cp
${
TTCN_3_ORG_PATH
}
/
$i
/json/
*
.json
${
TTCN_3_DST_PATH
}
/
$i
/json
...
...
LibIts
@
9ccad87d
Subproject commit
77f9d4cf66a865cf5809503bc3e1f1039fe750cd
Subproject commit
9ccad87d3e34ec870bf80c5991bf73757f998340
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