diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-08-09 01:34:51 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-08-09 01:34:51 +0200 |
commit | f1471e79cc54686a856094cb3493527d5a156e1d (patch) | |
tree | d3ba4601bd31023d8a407e91018240ed766cc293 /ggsn_tests/gen_links.sh | |
parent | 811651ebdcffad008916861a734b4ac67acb82e4 (diff) |
link/use IP and ICMPv6 ProtocolModules
We will use them for router solicitation/advertisements soon
Diffstat (limited to 'ggsn_tests/gen_links.sh')
-rwxr-xr-x | ggsn_tests/gen_links.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh index 7d2b013..549e272 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 |