From f1471e79cc54686a856094cb3493527d5a156e1d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 9 Aug 2017 01:34:51 +0200 Subject: link/use IP and ICMPv6 ProtocolModules We will use them for router solicitation/advertisements soon --- ggsn_tests/gen_links.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ggsn_tests/gen_links.sh') diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh index 7d2b013e..549e2721 100755 --- a/ggsn_tests/gen_links.sh +++ b/ggsn_tests/gen_links.sh @@ -27,6 +27,14 @@ DIR=$BASEDIR/titan.TestPorts.IPL4asp/src FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttcn IPL4asp_Types.ttcn IPL4asp_discovery.cc IPL4asp_protocol_L234.hh" gen_links $DIR $FILES +DIR=$BASEDIR/titan.ProtocolModules.ICMPv6/src +FILES="ICMPv6_EncDec.cc ICMPv6_Types.ttcn" +gen_links $DIR $FILES + +DIR=$BASEDIR/titan.ProtocolModules.IP/src +FILES="IP_EncDec.cc IP_Types.ttcn" +gen_links $DIR $FILES + DIR=../GTP_v13.5.0_CNL113843_LATEST/src FILES="GTPC_EncDec.cc GTPC_Types.ttcn GTPU_EncDec.cc GTPU_Types.ttcn" gen_links $DIR $FILES -- cgit v1.2.3