From ab4ca94c8c57c1e5804e9915884085d99f40fe13 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 7 Sep 2017 18:41:52 +0200 Subject: ggsn: Extend IPCP PDP IPv4 test with another PCO protocol beyond IPCP This is to test for a bug that osmo-ggsn fixed in Icc2e6716c33d78d3c3e000f529806228d8aa155e --- ggsn_tests/GGSN_Tests.ttcn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ggsn_tests/GGSN_Tests.ttcn') diff --git a/ggsn_tests/GGSN_Tests.ttcn b/ggsn_tests/GGSN_Tests.ttcn index eea7058a..221b297f 100644 --- a/ggsn_tests/GGSN_Tests.ttcn +++ b/ggsn_tests/GGSN_Tests.ttcn @@ -410,6 +410,9 @@ module GGSN_Tests { template ProtConfigOptions ts_PCO_IPv4_DNS_IPCP modifies ts_PCO := { protocols := { + /* dummy PAP entry to check if our parser in the GGSN can properly iterate over + * the list of protocols, see Change-Id Icc2e6716c33d78d3c3e000f529806228d8aa155e */ + { protocolID := 'C023'O, lengthProtoID := 0, protoIDContents := ''O }, { protocolID := '8021'O, lengthProtoID := 16, protoIDContents := '01000010810600000000830600000000'O } } } -- cgit v1.2.3