osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41147?usp=email )
Change subject: */gen_links: remove TCCOpenSecurity_Functions.hh ...................................................................... */gen_links: remove TCCOpenSecurity_Functions.hh The file TCCOpenSecurity_Functions.hh does not exist in a fresh clone of titan.Libraries.TCCUsefulFunctions. Currently it only gets created after gen_links.sh ran, created the symlink (to the not yet existing file) and then ttcn3_compiler writes to it. Adjust the gen_links files to not create this broken symlink. Related: https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions/-/tree/master/src Change-Id: Idab86fa1deb0256737167767ee7f5f2b36018df4 --- M asterisk/gen_links.sh M msc/gen_links.sh M sip/gen_links.sh 3 files changed, 3 insertions(+), 3 deletions(-) Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified diff --git a/asterisk/gen_links.sh b/asterisk/gen_links.sh index 1dba2b9..add1a6d 100755 --- a/asterisk/gen_links.sh +++ b/asterisk/gen_links.sh @@ -6,7 +6,7 @@ DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h " -FILES+="TCCOpenSecurity_Functions.ttcn TCCOpenSecurity.cc TCCOpenSecurity_Functions.hh " +FILES+="TCCOpenSecurity_Functions.ttcn TCCOpenSecurity.cc " FILES+="TCCDateTime.cc TCCDateTime_Functions.ttcn " FILES+="TCCEncoding_Functions.ttcn TCCEncoding.cc " # Base64 gen_links $DIR $FILES diff --git a/msc/gen_links.sh b/msc/gen_links.sh index f18c2f8..db12be6 100755 --- a/msc/gen_links.sh +++ b/msc/gen_links.sh @@ -11,7 +11,7 @@ DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h" FILES+=" TCCEncoding_Functions.ttcn TCCEncoding.cc " # GSM 7-bit coding -FILES+=" TCCOpenSecurity_Functions.ttcn TCCOpenSecurity.cc TCCOpenSecurity_Functions.hh" +FILES+=" TCCOpenSecurity_Functions.ttcn TCCOpenSecurity.cc" gen_links $DIR $FILES DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src diff --git a/sip/gen_links.sh b/sip/gen_links.sh index 72c5122..6b81d2a 100755 --- a/sip/gen_links.sh +++ b/sip/gen_links.sh @@ -10,7 +10,7 @@ DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h " -FILES+="TCCOpenSecurity_Functions.ttcn TCCOpenSecurity.cc TCCOpenSecurity_Functions.hh " +FILES+="TCCOpenSecurity_Functions.ttcn TCCOpenSecurity.cc " FILES+="TCCDateTime.cc TCCDateTime_Functions.ttcn" gen_links $DIR $FILES -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41147?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Idab86fa1deb0256737167767ee7f5f2b36018df4 Gerrit-Change-Number: 41147 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de> Gerrit-Reviewer: osmith <osm...@sysmocom.de>