osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40031?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: buildsystem/gen_links: rename ignore_pp_results ......................................................................
buildsystem/gen_links: rename ignore_pp_results
Rename ignore_pp_results to gen_links_finish in preparation for the next patch where the function will be used for generating more symlinks instead of writing to a gitignore file. This is a separate commit to make the next one more readable.
Change-Id: I6a1a79f1a3ff18fe4b51e4c72c3e9b56c571935e --- M SCCP_Test/gen_links.sh M _buildsystem/gen_links.inc.sh M asterisk/gen_links.sh M bsc-nat/gen_links.sh M bsc/gen_links.sh M bts/gen_links.sh M cbc/gen_links.sh M ccid/gen_links.sh M dia2gsup/gen_links.sh M eim/gen_links.sh M epdg/gen_links.sh M fr-net/gen_links.sh M fr/gen_links.sh M gbproxy/gen_links.sh M ggsn_tests/gen_links.sh M hlr/gen_links.sh M hnbgw/gen_links.sh M hnodeb/gen_links.sh M hss/gen_links.sh M ipad/gen_links.sh M mgw/gen_links.sh M mme/gen_links.sh M msc/gen_links.sh M ns/gen_links.sh M pcap-client/gen_links.sh M pcrf/gen_links.sh M pcu/gen_links.sh M pgw/gen_links.sh M remsim/gen_links.sh M s1gw/gen_links.sh M sccp/gen_links.sh M selftest/gen_links.sh M sgsn/gen_links.sh M simtrace/gen_links.sh M sip/gen_links.sh M smlc/gen_links.sh M stp/gen_links.sh M sysinfo/gen_links.sh M upf/gen_links.sh 39 files changed, 39 insertions(+), 39 deletions(-)
Approvals: pespin: Looks good to me, approved laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/SCCP_Test/gen_links.sh b/SCCP_Test/gen_links.sh index f6b5591..8b33c1a 100755 --- a/SCCP_Test/gen_links.sh +++ b/SCCP_Test/gen_links.sh @@ -45,4 +45,4 @@ Native_Functions.ttcn Native_FunctionDefs.cc SCCP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/_buildsystem/gen_links.inc.sh b/_buildsystem/gen_links.inc.sh index c21bcd6..5701f0f 100644 --- a/_buildsystem/gen_links.inc.sh +++ b/_buildsystem/gen_links.inc.sh @@ -35,7 +35,7 @@ done }
-ignore_pp_results() { +gen_links_finish() { # Avoid using the pattern itself if no file is found in globbing below: shopt -s nullglob for pp in *.ttcnpp; do diff --git a/asterisk/gen_links.sh b/asterisk/gen_links.sh index f61052e..4113965 100755 --- a/asterisk/gen_links.sh +++ b/asterisk/gen_links.sh @@ -48,4 +48,4 @@ FILES+="SIP_Emulation.ttcn SIP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/bsc-nat/gen_links.sh b/bsc-nat/gen_links.sh index 8e0f9c1..fa7e868 100755 --- a/bsc-nat/gen_links.sh +++ b/bsc-nat/gen_links.sh @@ -55,4 +55,4 @@ FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn GSM_Types.ttcn IPA_Types.ttcn IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort_CtrlFunctDef.cc IPA_Emulation.ttcnpp L3_Templates.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn BSSMAP_Templates.ttcn RAN_Emulation.ttcnpp SDP_Templates.ttcn MGCP_Types.ttcn MGCP_Templates.ttcn MGCP_CodecPort.ttcn MGCP_CodecPort_CtrlFunct.ttcn MGCP_CodecPort_CtrlFunctDef.cc Osmocom_CTRL_Types.ttcn Osmocom_VTY_Functions.ttcn Osmocom_CTRL_Functions.ttcn Osmocom_CTRL_Adapter.ttcn BSSAP_CodecPort.ttcn Native_Functions.ttcn Native_FunctionDefs.cc" gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/bsc/gen_links.sh b/bsc/gen_links.sh index e6ff0fd..7e31117 100755 --- a/bsc/gen_links.sh +++ b/bsc/gen_links.sh @@ -76,4 +76,4 @@
gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/bts/gen_links.sh b/bts/gen_links.sh index 4e952d2..b04a876 100755 --- a/bts/gen_links.sh +++ b/bts/gen_links.sh @@ -52,4 +52,4 @@ FILES+="IPA_Testing.ttcn" gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/cbc/gen_links.sh b/cbc/gen_links.sh index 9e7e2d0..129de44 100755 --- a/cbc/gen_links.sh +++ b/cbc/gen_links.sh @@ -60,4 +60,4 @@ FILES+="SCTP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/ccid/gen_links.sh b/ccid/gen_links.sh index a0ffc87..dac7ffe 100755 --- a/ccid/gen_links.sh +++ b/ccid/gen_links.sh @@ -18,4 +18,4 @@ FILES+="Native_Functions.ttcn Native_FunctionDefs.cc " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/dia2gsup/gen_links.sh b/dia2gsup/gen_links.sh index a159862..75d165d 100755 --- a/dia2gsup/gen_links.sh +++ b/dia2gsup/gen_links.sh @@ -44,4 +44,4 @@ FILES+="SCTP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/eim/gen_links.sh b/eim/gen_links.sh index 48f2129..c633311 100755 --- a/eim/gen_links.sh +++ b/eim/gen_links.sh @@ -44,4 +44,4 @@ FILES+="HTTP_Server_Emulation.ttcn HTTP_Adapter.ttcn" gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/epdg/gen_links.sh b/epdg/gen_links.sh index 9eeb691..889cb9a 100755 --- a/epdg/gen_links.sh +++ b/epdg/gen_links.sh @@ -66,4 +66,4 @@ FILES+="SCTP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/fr-net/gen_links.sh b/fr-net/gen_links.sh index ce84938..64e5b43 100755 --- a/fr-net/gen_links.sh +++ b/fr-net/gen_links.sh @@ -52,4 +52,4 @@ FILES+="LLC_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/fr/gen_links.sh b/fr/gen_links.sh index ce84938..64e5b43 100755 --- a/fr/gen_links.sh +++ b/fr/gen_links.sh @@ -52,4 +52,4 @@ FILES+="LLC_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/gbproxy/gen_links.sh b/gbproxy/gen_links.sh index 25a5f59..c71f049 100755 --- a/gbproxy/gen_links.sh +++ b/gbproxy/gen_links.sh @@ -95,4 +95,4 @@ GTPv1C_Templates.ttcn IPCP_Types.ttcn IPCP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh index 18b5113..4bbe462 100755 --- a/ggsn_tests/gen_links.sh +++ b/ggsn_tests/gen_links.sh @@ -68,4 +68,4 @@ FILES+="SCTP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/hlr/gen_links.sh b/hlr/gen_links.sh index e7697fb..a077937 100755 --- a/hlr/gen_links.sh +++ b/hlr/gen_links.sh @@ -54,4 +54,4 @@
gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/hnbgw/gen_links.sh b/hnbgw/gen_links.sh index 1c1b1b5..a6a2f54 100755 --- a/hnbgw/gen_links.sh +++ b/hnbgw/gen_links.sh @@ -108,4 +108,4 @@ FILES+="Mutex.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/hnodeb/gen_links.sh b/hnodeb/gen_links.sh index dcb5379..118bb8b 100755 --- a/hnodeb/gen_links.sh +++ b/hnodeb/gen_links.sh @@ -69,4 +69,4 @@ FILES+="SCTP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/hss/gen_links.sh b/hss/gen_links.sh index 74a9db8..5fcd559 100755 --- a/hss/gen_links.sh +++ b/hss/gen_links.sh @@ -37,4 +37,4 @@ FILES+="HTTP_Adapter.ttcn Prometheus_Checker.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/ipad/gen_links.sh b/ipad/gen_links.sh index 8daadaf..f47bc6e 100755 --- a/ipad/gen_links.sh +++ b/ipad/gen_links.sh @@ -40,4 +40,4 @@ FILES+="VPCD_Adapter.ttcn HTTP_Server_Emulation.ttcn" gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/mgw/gen_links.sh b/mgw/gen_links.sh index 69d61fc..f185902 100755 --- a/mgw/gen_links.sh +++ b/mgw/gen_links.sh @@ -52,4 +52,4 @@
gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/mme/gen_links.sh b/mme/gen_links.sh index 3f0b63a..98194ad 100755 --- a/mme/gen_links.sh +++ b/mme/gen_links.sh @@ -84,4 +84,4 @@ FILES+="SCTP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/msc/gen_links.sh b/msc/gen_links.sh index 92e979c..63d90fc 100755 --- a/msc/gen_links.sh +++ b/msc/gen_links.sh @@ -105,4 +105,4 @@ FILES+="SCTP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/ns/gen_links.sh b/ns/gen_links.sh index a726824..e1e9895 100755 --- a/ns/gen_links.sh +++ b/ns/gen_links.sh @@ -57,4 +57,4 @@ FILES+="LLC_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/pcap-client/gen_links.sh b/pcap-client/gen_links.sh index 82c5f99..5e4cd93 100755 --- a/pcap-client/gen_links.sh +++ b/pcap-client/gen_links.sh @@ -28,4 +28,4 @@ FILES+="OPCAP_CodecPort.ttcn OPCAP_CodecPort_CtrlFunct.ttcn OPCAP_CodecPort_CtrlFunctdef.cc OPCAP_Adapter.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/pcrf/gen_links.sh b/pcrf/gen_links.sh index 1e708e4..12ae9f7 100755 --- a/pcrf/gen_links.sh +++ b/pcrf/gen_links.sh @@ -37,4 +37,4 @@ FILES+="HTTP_Adapter.ttcn Prometheus_Checker.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/pcu/gen_links.sh b/pcu/gen_links.sh index dea0ed6..cf3c124 100755 --- a/pcu/gen_links.sh +++ b/pcu/gen_links.sh @@ -60,4 +60,4 @@ FILES+="Osmocom_CTRL_Types.ttcn Osmocom_CTRL_Functions.ttcn Osmocom_CTRL_Adapter.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/pgw/gen_links.sh b/pgw/gen_links.sh index 9da4406..314050e 100755 --- a/pgw/gen_links.sh +++ b/pgw/gen_links.sh @@ -68,4 +68,4 @@ FILES+="SCTP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/remsim/gen_links.sh b/remsim/gen_links.sh index 1ceab7b..e013a77 100755 --- a/remsim/gen_links.sh +++ b/remsim/gen_links.sh @@ -48,4 +48,4 @@ VPCD_Adapter.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/s1gw/gen_links.sh b/s1gw/gen_links.sh index ab85bee..6328ab8 100755 --- a/s1gw/gen_links.sh +++ b/s1gw/gen_links.sh @@ -35,4 +35,4 @@ FILES+="StatsD_Types.ttcn StatsD_CodecPort.ttcn StatsD_CodecPort_CtrlFunct.ttcn StatsD_CodecPort_CtrlFunctdef.cc StatsD_Checker.ttcnpp " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/sccp/gen_links.sh b/sccp/gen_links.sh index 55f171b..693f66f 100755 --- a/sccp/gen_links.sh +++ b/sccp/gen_links.sh @@ -59,4 +59,4 @@ FILES+="SCCP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/selftest/gen_links.sh b/selftest/gen_links.sh index 249baf3..e6dcfbd 100755 --- a/selftest/gen_links.sh +++ b/selftest/gen_links.sh @@ -42,4 +42,4 @@ FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn GSM_Types.ttcn IPA_Types.ttcn IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort_CtrlFunctDef.cc IPA_Emulation.ttcnpp L3_Templates.ttcn BSSMAP_Templates.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn GSM_RR_Types.ttcn GSM_RestOctets.ttcn RSL_Types.ttcn BSSAP_CodecPort.ttcn Osmocom_CTRL_Types.ttcn Osmocom_CTRL_Functions.ttcn PCO_Types.ttcn GSUP_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc" gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/sgsn/gen_links.sh b/sgsn/gen_links.sh index 23fcb83..992e757 100755 --- a/sgsn/gen_links.sh +++ b/sgsn/gen_links.sh @@ -99,4 +99,4 @@ FILES+="GTP_Emulation.ttcn IPCP_Types.ttcn IPCP_Templates.ttcn RAW_NS.ttcnpp " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/simtrace/gen_links.sh b/simtrace/gen_links.sh index 63be15e..62b4346 100755 --- a/simtrace/gen_links.sh +++ b/simtrace/gen_links.sh @@ -18,4 +18,4 @@ FILES+="SIMTRACE_Types.ttcn SIMTRACE_Templates.ttcn SIMTRACE_Emulation.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/sip/gen_links.sh b/sip/gen_links.sh index 99536cf..72c5122 100755 --- a/sip/gen_links.sh +++ b/sip/gen_links.sh @@ -49,4 +49,4 @@ FILES+="SIP_Emulation.ttcn SIP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/smlc/gen_links.sh b/smlc/gen_links.sh index 0626a53..4aeedd8 100755 --- a/smlc/gen_links.sh +++ b/smlc/gen_links.sh @@ -72,4 +72,4 @@
gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/stp/gen_links.sh b/stp/gen_links.sh index 17000ed..625a3de 100755 --- a/stp/gen_links.sh +++ b/stp/gen_links.sh @@ -55,4 +55,4 @@ FILES+="SCTP_Templates.ttcn " gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/sysinfo/gen_links.sh b/sysinfo/gen_links.sh index 12d6615..95bb0ee 100755 --- a/sysinfo/gen_links.sh +++ b/sysinfo/gen_links.sh @@ -28,4 +28,4 @@ FILES="GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_SystemInformation.ttcn GSM_RestOctets.ttcn GSM_RR_Types.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn GSM_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4_GSMTAP_CtrlFunctDef.cc Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc Misc_Helpers.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn" gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish diff --git a/upf/gen_links.sh b/upf/gen_links.sh index 62e8c56..2a65368 100755 --- a/upf/gen_links.sh +++ b/upf/gen_links.sh @@ -33,4 +33,4 @@ FILES+="PFCP_CodecPort.ttcn PFCP_CodecPort_CtrlFunct.ttcn PFCP_CodecPort_CtrlFunctDef.cc PFCP_Emulation.ttcn PFCP_Templates.ttcn" gen_links $DIR $FILES
-ignore_pp_results +gen_links_finish