<p>pespin <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15390">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ggsn: Delete previously activated pdp ctx in *_interact()<br><br>This change fixes some GGSN_Tests failing lately since osmo-ggsn<br>correctly sends DeleteCtxReq for dangling pdp ctx upon increased<br>Recovery counter received, and tests are not expecting that (because<br>they don't expectect dangling pdp ctx from previous tests).<br><br>Change-Id: I232298e2bfd8bfc99d82cbf5803d11db7eb1786a<br>---<br>M ggsn_tests/GGSN_Tests.ttcn<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ggsn_tests/GGSN_Tests.ttcn b/ggsn_tests/GGSN_Tests.ttcn</span><br><span>index 4a53fa1..44dba4a 100644</span><br><span>--- a/ggsn_tests/GGSN_Tests.ttcn</span><br><span>+++ b/ggsn_tests/GGSN_Tests.ttcn</span><br><span>@@ -958,6 +958,7 @@</span><br><span>               f_wait_gtpu_fail(ctxB);</span><br><span> </span><br><span>          f_pdp_ctx_del(ctxA, '1'B);</span><br><span style="color: hsl(120, 100%, 40%);">+            f_pdp_ctx_del(ctxB, '1'B);</span><br><span>   }</span><br><span> </span><br><span>        /* Test PDP context activation for dynamic IPv4 EUA without DNS request */</span><br><span>@@ -1089,6 +1090,7 @@</span><br><span>           f_wait_icmp4_echo_request(ctxB);</span><br><span> </span><br><span>                 f_pdp_ctx_del(ctxA, '1'B);</span><br><span style="color: hsl(120, 100%, 40%);">+            f_pdp_ctx_del(ctxB, '1'B);</span><br><span>   }</span><br><span> </span><br><span>        /* Validate if different clients (pdp ctx) can reach one another through GGSN. */</span><br><span>@@ -1345,6 +1347,7 @@</span><br><span>            f_wait_gtpu_fail(ctxB);</span><br><span> </span><br><span>          f_pdp_ctx_del(ctxA, '1'B);</span><br><span style="color: hsl(120, 100%, 40%);">+            f_pdp_ctx_del(ctxB, '1'B);</span><br><span>   }</span><br><span> </span><br><span>        /* Test IPv4v6 context activation for dynamic IPv4v6 EUA on a v4-only APN */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15390">change 15390</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15390"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I232298e2bfd8bfc99d82cbf5803d11db7eb1786a </div>
<div style="display:none"> Gerrit-Change-Number: 15390 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>