diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-12-04 18:55:58 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-12-04 19:04:24 +0100 |
commit | 71a36023dce72dd69aa110e09e1130a4b3cece67 (patch) | |
tree | 290bc7fdfc51d23d2a6c49d49fe106de929855dc /ggsn_tests/gen_links.sh | |
parent | 961e5c9d3b39670f2cf274af88738c205664e316 (diff) |
ggsn: Verify presence of DNS addresses in IPCP of PCO
If we request DNS in IPCP in PCO, we also expect a corresponding result.
Diffstat (limited to 'ggsn_tests/gen_links.sh')
-rwxr-xr-x | ggsn_tests/gen_links.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh index ee8d7b0..6dd2d62 100755 --- a/ggsn_tests/gen_links.sh +++ b/ggsn_tests/gen_links.sh @@ -44,5 +44,5 @@ FILES="GTPC_EncDec.cc GTPC_Types.ttcn GTPU_EncDec.cc GTPU_Types.ttcn" gen_links $DIR $FILES DIR=../library -FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc" +FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc IPCP_Types.ttcn" gen_links $DIR $FILES |