diff --git a/ggsn_tests/GGSN_Tests.ttcn b/ggsn_tests/GGSN_Tests.ttcn index 4a53fa14a..44dba4afd 100644 --- a/ggsn_tests/GGSN_Tests.ttcn +++ b/ggsn_tests/GGSN_Tests.ttcn @@ -958,6 +958,7 @@ module GGSN_Tests { f_wait_gtpu_fail(ctxB); f_pdp_ctx_del(ctxA, '1'B); + f_pdp_ctx_del(ctxB, '1'B); } /* Test PDP context activation for dynamic IPv4 EUA without DNS request */ @@ -1089,6 +1090,7 @@ module GGSN_Tests { f_wait_icmp4_echo_request(ctxB); f_pdp_ctx_del(ctxA, '1'B); + f_pdp_ctx_del(ctxB, '1'B); } /* Validate if different clients (pdp ctx) can reach one another through GGSN. */ @@ -1345,6 +1347,7 @@ module GGSN_Tests { f_wait_gtpu_fail(ctxB); f_pdp_ctx_del(ctxA, '1'B); + f_pdp_ctx_del(ctxB, '1'B); } /* Test IPv4v6 context activation for dynamic IPv4v6 EUA on a v4-only APN */