From 3ab91d6ae45e65362bf658ee242eeabcf7aa9944 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 25 Aug 2017 14:46:39 +0200 Subject: GGSN_Tests: Fix IPv4 PCODNS matching --- ggsn_tests/GGSN_Tests.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ggsn_tests') diff --git a/ggsn_tests/GGSN_Tests.ttcn b/ggsn_tests/GGSN_Tests.ttcn index ecc7d7aa..358945a9 100644 --- a/ggsn_tests/GGSN_Tests.ttcn +++ b/ggsn_tests/GGSN_Tests.ttcn @@ -387,7 +387,7 @@ module GGSN_Tests { } template ProtConfigOptions tr_PCO_IPv6_DNS_resp(template OCT16 contents) modifies tr_PCO := { protocols := { - { protocolID := '0003'O, lengthProtoID := 16, protoIDContents := contents } + *, { protocolID := '0003'O, lengthProtoID := 16, protoIDContents := contents }, * } } @@ -404,7 +404,7 @@ module GGSN_Tests { } template ProtConfigOptions tr_PCO_IPv4_DNS_CONT_resp(template OCT4 contents) modifies tr_PCO := { protocols := { - { protocolID := '000d'O, lengthProtoID := 4, protoIDContents := contents } + *, { protocolID := '000d'O, lengthProtoID := 4, protoIDContents := contents }, * } } -- cgit v1.2.3