aboutsummaryrefslogtreecommitdiffstats
path: root/ns
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-10-21 03:07:00 +0700
committerfixeria <vyanitskiy@sysmocom.de>2022-10-21 10:35:10 +0000
commitc6c194323bb0bdf1093ecde28c74dcc26ea27a88 (patch)
tree992f78bfd09b3b709cb1f67d2f39458e51810e5d /ns
parent3f41e321c74eeab52ad1c8f20b006882e33cf586 (diff)
{ns,sgsn,gbproxy}: gen_links.sh: do not link unused modules
Diffstat (limited to 'ns')
-rwxr-xr-xns/gen_links.sh5
-rwxr-xr-xns/regen_makefile.sh1
2 files changed, 2 insertions, 4 deletions
diff --git a/ns/gen_links.sh b/ns/gen_links.sh
index 42e5547d..8d78ddfd 100755
--- a/ns/gen_links.sh
+++ b/ns/gen_links.sh
@@ -50,12 +50,11 @@ FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
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 88360d89..ad86d716 100755
--- a/ns/regen_makefile.sh
+++ b/ns/regen_makefile.sh
@@ -12,7 +12,6 @@ FILES="
IPL4asp_discovery.cc
LLC_EncDec.cc
Native_FunctionDefs.cc
- RLCMAC_EncDec.cc
StatsD_CodecPort_CtrlFunctdef.cc
TCCConversion.cc
TCCInterface.cc