fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29831 )
Change subject: ns: fix gen_links.sh: do not link unused modules ......................................................................
ns: fix gen_links.sh: do not link unused modules
Change-Id: I8fddd010e2a3ce88c892887fc571ae54d84e931f --- M ns/gen_links.sh M ns/regen_makefile.sh 2 files changed, 2 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/31/29831/1
diff --git a/ns/gen_links.sh b/ns/gen_links.sh index 42e5547..8d78ddf 100755 --- a/ns/gen_links.sh +++ b/ns/gen_links.sh @@ -50,12 +50,11 @@ gen_links $DIR $FILES
DIR=../library -FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn Native_Functions.ttcn Native_FunctionDefs.cc GSM_Types.ttcn GSM_RR_Types.ttcn Osmocom_Types.ttcn RLCMAC_Templates.ttcn RLCMAC_Types.ttcn RLCMAC_CSN1_Templates.ttcn RLCMAC_CSN1_Types.ttcn RLCMAC_EncDec.cc " +FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_VTY_Functions.ttcn Native_Functions.ttcn Native_FunctionDefs.cc GSM_Types.ttcn Osmocom_Types.ttcn " FILES+="StatsD_Types.ttcn StatsD_CodecPort.ttcn StatsD_CodecPort_CtrlFunct.ttcn StatsD_CodecPort_CtrlFunctdef.cc StatsD_Checker.ttcn " FILES+="RAW_NS.ttcnpp NS_Provider_IPL4.ttcn NS_Provider_FR.ttcn NS_Emulation.ttcnpp " FILES+="BSSGP_Emulation.ttcnpp Osmocom_Gb_Types.ttcn " -FILES+="LLC_Templates.ttcn L3_Templates.ttcn L3_Common.ttcn " -FILES+="PCUIF_Types.ttcn PCUIF_CodecPort.ttcn RAW_NS.ttcnpp " +FILES+="LLC_Templates.ttcn " gen_links $DIR $FILES
ignore_pp_results diff --git a/ns/regen_makefile.sh b/ns/regen_makefile.sh index 88360d8..ad86d71 100755 --- a/ns/regen_makefile.sh +++ b/ns/regen_makefile.sh @@ -12,7 +12,6 @@ IPL4asp_discovery.cc LLC_EncDec.cc Native_FunctionDefs.cc - RLCMAC_EncDec.cc StatsD_CodecPort_CtrlFunctdef.cc TCCConversion.cc TCCInterface.cc