aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn_tests/gen_links.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-05-04 15:26:56 +0200
committerlaforge <laforge@osmocom.org>2021-05-17 20:33:00 +0000
commit8c74cbbf5a7534f6aa2d28a30a4b6bff7fe8067b (patch)
tree9f2093ba7135e591d6b88ca9270ba69c90aeedca /ggsn_tests/gen_links.sh
parentc0ca42d1193e63f1ff3138c0632175af3d732b02 (diff)
sgsn: Introduce test TC_rim_eutran_to_geran
GTP_Templates.ttcn new templates use BssgpCellId, hence it depends on Osmocom_Gb_Types.ttcn. Related: SYS#5314 Change-Id: I9dcf6ee2dc55bc6aba178eca30080233254f025e
Diffstat (limited to 'ggsn_tests/gen_links.sh')
-rwxr-xr-xggsn_tests/gen_links.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh
index 1b54e9dd..f9bae1ce 100755
--- a/ggsn_tests/gen_links.sh
+++ b/ggsn_tests/gen_links.sh
@@ -44,9 +44,17 @@ DIR=$BASEDIR/titan.TestPorts.TELNETasp/src
FILES="TELNETasp_PT.cc TELNETasp_PT.hh TELNETasp_PortType.ttcn"
gen_links $DIR $FILES
+DIR=$BASEDIR/titan.ProtocolModules.NS_v7.3.0/src
+FILES="NS_Types.ttcn"
+gen_links $DIR $FILES
+
+DIR=$BASEDIR/titan.ProtocolModules.BSSGP_v13.0.0/src
+FILES="BSSGP_EncDec.cc BSSGP_Types.ttcn"
+gen_links $DIR $FILES
+
DIR=../library
FILES="Misc_Helpers.ttcn General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc IPCP_Types.ttcn PAP_Types.ttcn "
-FILES+="GTP_CodecPort.ttcn GTP_CodecPort_CtrlFunct.ttcn GTP_CodecPort_CtrlFunctDef.cc GTP_Templates.ttcn "
+FILES+="GTP_CodecPort.ttcn GTP_CodecPort_CtrlFunct.ttcn GTP_CodecPort_CtrlFunctDef.cc GTP_Templates.ttcn Osmocom_Gb_Types.ttcn "
FILES+="Osmocom_VTY_Functions.ttcn "
gen_links $DIR $FILES