<p>osmith <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/12730">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Inactive connection cleanup (disabled by default)<br><br>Add a watchdog timer to connections, and close these connections when<br>the watchdog timer expires. Kick the watchdog whenever RTP messages or<br>the relevant MGCP messages arrive.<br><br>This feature is disabled by default, as it is incompatible with LCLS<br>(connections in LCLS state appear to be inactive). Enable it with the<br>new "conn-timeout" VTY setting.<br><br>MDCX is the only relevant MGCP message:<br>- CRCX creates the conn and timer<br>- DLCX deletes the conn and timer<br>- MDCX is the only remaining supported MGCP message that indicates a CI<br>- Can't easily generically parse a CI for all MGCP messages, parsing is<br>  done in handle_modify_con().<br><br>Related: OS#3429<br>Change-Id: I18886052e090466f73829133c24f011806cc1fe0<br>---<br>M include/osmocom/mgcp/mgcp.h<br>M include/osmocom/mgcp/mgcp_internal.h<br>M src/libosmo-mgcp/mgcp_conn.c<br>M src/libosmo-mgcp/mgcp_network.c<br>M src/libosmo-mgcp/mgcp_protocol.c<br>M src/libosmo-mgcp/mgcp_vty.c<br>M tests/mgcp/mgcp_test.c<br>7 files changed, 55 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/30/12730/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/12730">change 12730</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/12730"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-mgw </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I18886052e090466f73829133c24f011806cc1fe0 </div>
<div style="display:none"> Gerrit-Change-Number: 12730 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>