<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10599">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix SCCPlite BSC tests: send IPA ID ACK, not GET<br><br>From libosmo-sccp.git Icffda98579e676ab6ca63c9c22cf5d151c4fe95f on, we expect<br>an IPA ID ACK upon first connecting, not an IPA ID GET. This might be specific<br>to the one MSC tested so far, but it's the status quo.<br><br>Change IPA_Emulation to conform and send the IPA ID ACK upon connecting.  This<br>fixes the ttcn3-bsc-tests,SCCPlite suite, broken by above libosmo-sccp commit.<br><br>Change-Id: I34b6296a1a408729802a9659c6524c0f67a2f4fe<br>---<br>M library/IPA_Emulation.ttcnpp<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/99/10599/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp</span><br><span>index b10a983..c8e0d94 100644</span><br><span>--- a/library/IPA_Emulation.ttcnpp</span><br><span>+++ b/library/IPA_Emulation.ttcnpp</span><br><span>@@ -566,7 +566,7 @@</span><br><span>                   g_ipa_conn_id := asp_evt.connOpened.connId;</span><br><span>                  f_send_IPA_EVT(t_ASP_IPA_EVT_UD(ASP_IPA_EVENT_UP));</span><br><span>                  if (g_mode == IPA_MODE_SERVER and g_ccm_enabled) {</span><br><span style="color: hsl(0, 100%, 40%);">-                              f_ccm_tx(valueof(ts_IPA_ID_GET));</span><br><span style="color: hsl(120, 100%, 40%);">+                             f_ccm_tx(valueof(ts_IPA_ACK));</span><br><span>                       }</span><br><span>            }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10599">change 10599</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/10599"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I34b6296a1a408729802a9659c6524c0f67a2f4fe </div>
<div style="display:none"> Gerrit-Change-Number: 10599 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>