<p>Stefan Sperling <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/11463">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">add MGCP CRCX command statistics to osmo-mgw<br><br>Add a counter group for CRCX commands. The group contains counters for<br>successful connection processing as well as various error conditions.<br>This provides a quick overview of CRCX failures on each trunk throughout<br>the lifetime of the osmo-mgw process.<br><br>For example, after running the TTCN3 mgw test suite, the counters show<br>the following values:<br><br>OsmoMGW> show rate-counters<br>crxc statistics:<br>             crcx:success:         88 (0/s 88/m 0/h 0/d) CRCX command processed successfully.<br>          crcx:bad_action:          0 (0/s 0/m 0/h 0/d) bad action in CRCX command.<br>     crcx:unhandled_param:          1 (0/s 1/m 0/h 0/d) unhandled parameter in CRCX command.<br>      crcx:missing_callid:          1 (0/s 1/m 0/h 0/d) missing CallId in CRCX command.<br>        crcx:invalid_mode:          1 (0/s 1/m 0/h 0/d) connection invalid mode in CRCX command.<br>      crcx:limit_exceeded:          0 (0/s 0/m 0/h 0/d) limit of concurrent connections was reached.<br>       crcx:unkown_callid:          0 (0/s 0/m 0/h 0/d) unknown CallId in CRCX command.<br>     crcx:alloc_conn_fail:          0 (0/s 0/m 0/h 0/d) connection allocation failure.<br> crcx:no_remote_conn_desc:          1 (0/s 1/m 0/h 0/d) no opposite end specified for connection.<br>   crcx:start_rtp_failure:          0 (0/s 0/m 0/h 0/d) failure to start RTP processing.<br>       crcx:conn_rejected:          0 (0/s 0/m 0/h 0/d) connection rejected by policy.<br>OsmoMGW><br><br>These same counters are now also shown by 'show mgcp stats'<br>in the context of the trunk which they belong to.<br><br>With input from Philipp Maier.<br><br>Change-Id: Ida82fc340d5c66180e5fe9a0d195e9be6dc64c61<br>Related: OS#2660<br>---<br>M include/osmocom/mgcp/mgcp.h<br>M src/libosmo-mgcp/mgcp_protocol.c<br>M src/libosmo-mgcp/mgcp_vty.c<br>3 files changed, 86 insertions(+), 3 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/63/11463/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/11463">change 11463</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/11463"/><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: Ida82fc340d5c66180e5fe9a0d195e9be6dc64c61 </div>
<div style="display:none"> Gerrit-Change-Number: 11463 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Stefan Sperling <ssperling@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>
<div style="display:none"> Gerrit-Reviewer: Stefan Sperling <ssperling@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>