<p>dexter <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-mgw/+/24940">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mgcp_protocol: refactor request handler array<br><br>the various types of MGCP requests are implemented in request handlers<br>functions. The function pointers to those functions are held in an array<br>that is used to find the right handler and call it then. The struct used<br>to model the array is defined somewhat away from the array definition<br>and there is also a macro in between that does not help to make the code<br>more understandable. Lets refactor this a bit to have it more distinct.<br><br>Change-Id: I2ef167b2ac179d2b0683a27a095f9662fda460bf<br>Related: SYS#5535<br>---<br>M src/libosmo-mgcp/mgcp_protocol.c<br>1 file changed, 34 insertions(+), 23 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/40/24940/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-mgw/+/24940">change 24940</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/c/osmo-mgw/+/24940"/><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-Change-Id: I2ef167b2ac179d2b0683a27a095f9662fda460bf </div>
<div style="display:none"> Gerrit-Change-Number: 24940 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-CC: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>