<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/14282">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gtp: Document spec reasoning drop of Rx DeleteCtxReq<br><br>Change-Id: I563fc0b48595d71ebdf56a50f4e9984eee423676<br>---<br>M gtp/gtp.c<br>1 file changed, 8 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/gtp/gtp.c b/gtp/gtp.c</span><br><span>index b98fba0..430eeb4 100644</span><br><span>--- a/gtp/gtp.c</span><br><span>+++ b/gtp/gtp.c</span><br><span>@@ -2613,6 +2613,14 @@</span><br><span>           gtpie_gettv1(ie, GTPIE_TEARDOWN, 0, &teardown);</span><br><span> </span><br><span>              if (!teardown) {</span><br><span style="color: hsl(120, 100%, 40%);">+                      /* TS 29.060 section 7.3.5: If a GSN receives a Delete PDP context</span><br><span style="color: hsl(120, 100%, 40%);">+                     * without a Teardown Indicator or with a Teardown Indicator with</span><br><span style="color: hsl(120, 100%, 40%);">+                      * value set to "0" and only that PDP context is active for a PDN</span><br><span style="color: hsl(120, 100%, 40%);">+                    * connection, then the GSN shall ignore the message.  (Note:</span><br><span style="color: hsl(120, 100%, 40%);">+                  * This is symptom of a race condition. The reliable delivery of</span><br><span style="color: hsl(120, 100%, 40%);">+                       * signalling messages will eventually lead to a consistent</span><br><span style="color: hsl(120, 100%, 40%);">+                    * situation, allowing the teardown of the PDP context.)</span><br><span style="color: hsl(120, 100%, 40%);">+                       */</span><br><span>                  for (n = 0; n < PDP_MAXNSAPI; n++)</span><br><span>                                if (linked_pdp->secondary_tei[n])</span><br><span>                                         count++;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14282">change 14282</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/14282"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ggsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I563fc0b48595d71ebdf56a50f4e9984eee423676 </div>
<div style="display:none"> Gerrit-Change-Number: 14282 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>