<p>Vadim Yanitskiy <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/11992">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">libmsc/gsm_09_11.c: implement guard timer for SS sessions<br><br>It may happen that either the MS or an ESME would become unresponsive,<br>e.g. due to a bug, or dropped message. In such cases, the<br>corresponding transaction will remain unfreed forever.<br><br>This change introduces a guard timer, that prevents keeping<br>'stalled' SS sessions forever. As soon as it expires, both<br>sides (i.e. MS and ESME) are getting notified, and the<br>transaction is being released.<br><br>By default, the timer expires after 120 seconds. As soon as<br>either the MS, or an ESME initiates any activity, the timer<br>is being rescheduled.<br><br>The timer can be configured from the VTY:<br><br>  msc<br>   ss-guard-timeout 120<br><br>or disabled by setting 0.<br><br>Change-Id: Icf4d87c45e90324764073e8230e0fb9cb96dd9cb<br>Depends Change-Id: (OsmoHLR) I0589ff27933e9bca2bcf93b8259004935778db8f<br>Related Change-Id: (TTCN) I3e1791773d56617172ae27a46889a1ae4d400e2f<br>Related: OS#3655<br>---<br>M include/osmocom/msc/gsm_data.h<br>M include/osmocom/msc/transaction.h<br>M src/libmsc/gsm_09_11.c<br>M src/libmsc/msc_vty.c<br>M src/libmsc/osmo_msc.c<br>5 files changed, 75 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/92/11992/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/11992">change 11992</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/11992"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Icf4d87c45e90324764073e8230e0fb9cb96dd9cb </div>
<div style="display:none"> Gerrit-Change-Number: 11992 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>