Change in ...osmo-ttcn3-hacks[master]: ggsn: Delete previously activated pdp ctx in *_interact()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Sep 3 15:39:50 UTC 2019


pespin has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15390 )

Change subject: ggsn: Delete previously activated pdp ctx in *_interact()
......................................................................

ggsn: Delete previously activated pdp ctx in *_interact()

This change fixes some GGSN_Tests failing lately since osmo-ggsn
correctly sends DeleteCtxReq for dangling pdp ctx upon increased
Recovery counter received, and tests are not expecting that (because
they don't expectect dangling pdp ctx from previous tests).

Change-Id: I232298e2bfd8bfc99d82cbf5803d11db7eb1786a
---
M ggsn_tests/GGSN_Tests.ttcn
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/ggsn_tests/GGSN_Tests.ttcn b/ggsn_tests/GGSN_Tests.ttcn
index 4a53fa1..44dba4a 100644
--- a/ggsn_tests/GGSN_Tests.ttcn
+++ b/ggsn_tests/GGSN_Tests.ttcn
@@ -958,6 +958,7 @@
 		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 @@
 		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 @@
 		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 */

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15390
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I232298e2bfd8bfc99d82cbf5803d11db7eb1786a
Gerrit-Change-Number: 15390
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190903/a6b4b489/attachment.htm>


More information about the gerrit-log mailing list