<p>Neels Hofmeyr <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/12201">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">move ASS-COMPL MGCP handling out of a_iface_bssap.c<br><br>BSSMAP Assignment Complete: sort MGCP handling upon Assignment Complete to the<br>proper locations. a_iface_bssap.c is not the right place to invoke the MGCP<br>related procedures.<br><br>- in a_iface_bssap.c only decode the IEs.<br>- call ran_conn_assign_compl() and pass decoded values.<br>- drop msc_assign_compl(), it was dead code; instead:<br>- add ran_conn_assign_compl()<br>- pass on all MGCP related info to msc_mgcp_ass_complete()<br>- move all MGCP ctx related handling from a_iface_bssap.c to msc_mgcp.c.<br><br>I'm dropping some comments to save some time, because if I adjust them IMHO<br>they would still anyway restate the obvious.<br><br>ran_conn_assign_compl() is now quite a thin shim, but it makes sense to have<br>it:<br><br>- This is the place that should tear down the ran_conn in case assignment<br>  failed, left for a future patch.<br><br>- In the light of upcoming inter-MSC handover, ran_conn_assign_compl() will be<br>  the place where the Assignment Complete message might be relayed to a remote<br>  MSC.<br><br>Change-Id: I8137215c443239bddf3e69b5715839a365b73b6c<br>---<br>M include/osmocom/msc/msc_mgcp.h<br>M include/osmocom/msc/ran_conn.h<br>M src/libmsc/a_iface_bssap.c<br>M src/libmsc/msc_mgcp.c<br>M src/libmsc/osmo_msc.c<br>5 files changed, 82 insertions(+), 88 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/01/12201/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/12201">change 12201</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/12201"/><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: I8137215c443239bddf3e69b5715839a365b73b6c </div>
<div style="display:none"> Gerrit-Change-Number: 12201 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>