From 1cc898e3d5e9f6e5873027e967892a4d009ab273 Mon Sep 17 00:00:00 2001 From: YannGarcia Date: Wed, 20 Nov 2019 18:52:51 +0100 Subject: [PATCH] Remove work-around for FAI compilation issues --- scripts/update_mec_project.bash | 5 ----- ttcn/LibIts | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/update_mec_project.bash b/scripts/update_mec_project.bash index 27e9846..f1442eb 100755 --- a/scripts/update_mec_project.bash +++ b/scripts/update_mec_project.bash @@ -124,11 +124,6 @@ do cp ${TTCN_3_ORG_PATH}/../docs/$i/o2.cfg ${TTCN_3_DST_PATH}/$i/docs done -####################################################################################### -# Remove AtsMec_FixedAccessInformationAPI_TestCases, not supported yet -rm ${TTCN_3_DST_PATH}/AtsMec/ttcn/AtsMec_FixedAccessInformationAPI_TestCases.ttcn -####################################################################################### - # Update libraries & CC files TTCN_3_LIB_LIST='LibMec LibMec/LocationAPI LibMec/UEidentityAPI LibMec/RnisAPI LibMec/BwManagementAPI LibMec/Ams LibMec/AppEna LibMec/ApplCM LibMec/FixedAccessInformationAPI LibMec/MeoPkgm LibMec/MepmPkgm LibHttp LibCommon' for i in ${TTCN_3_LIB_LIST} diff --git a/ttcn/LibIts b/ttcn/LibIts index b45c6e8..77f9d4c 160000 --- a/ttcn/LibIts +++ b/ttcn/LibIts @@ -1 +1 @@ -Subproject commit b45c6e85ab69bb72637c9e0396ed0a48944d85ae +Subproject commit 77f9d4cf66a865cf5809503bc3e1f1039fe750cd -- GitLab