<p>Pau Espin Pedrol <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/10019">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sgsn: gtp: Use new API to send PDP DEL CTX REQ without freeing ctx locally<br><br>Previous API freed the ctx immediatelly after sending the packet, which<br>triggered a call to cb_delete_context() and dropped the entire<br>sgsn_pdp_ctx before the PDP DEL CTX ACCEPT was received. This new API<br>won't free the pdp ctx and we can tear down everything once we receive<br>the ACCEPT in cb_conf.<br><br>cb_conf is not automatically freed at cb_conf, user needs to free it, so<br>we need to remove setting pctx->lib to NULL in cb_conf to avoid leaking the<br>pdp ctx, as it needs to be freed inside sgsn_pdp_ctx_free().<br><br>Depends: osmo-ggsn (libgtp) Change-Id I29d366253bb98dcba328c7ce8aa3e4daf8f75e6c.<br>Change-Id: I304c59de5d137b81de3c6df0fdbe911ae3dbd1f3<br>---<br>M src/gprs/sgsn_libgtp.c<br>1 file changed, 2 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/19/10019/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/10019">change 10019</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/10019"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I304c59de5d137b81de3c6df0fdbe911ae3dbd1f3 </div>
<div style="display:none"> Gerrit-Change-Number: 10019 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>