<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9371">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc/BSC_ConnectionHandler.ttcn: add EST_TYPE_SS_ACT for SS/USSD<br><br>Change-Id: If439e7c082b435d7f668065c9f8e3bdfa941dcc5<br>---<br>M msc/BSC_ConnectionHandler.ttcn<br>1 file changed, 5 insertions(+), 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/71/9371/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn</span><br><span>index b7a4f50..803cb4d 100644</span><br><span>--- a/msc/BSC_ConnectionHandler.ttcn</span><br><span>+++ b/msc/BSC_ConnectionHandler.ttcn</span><br><span>@@ -192,7 +192,8 @@</span><br><span>        EST_TYPE_MO_CALL,</span><br><span>    EST_TYPE_EMERG_CALL,</span><br><span>         EST_TYPE_PAG_RESP,</span><br><span style="color: hsl(0, 100%, 40%);">-      EST_TYPE_MO_SMS</span><br><span style="color: hsl(120, 100%, 40%);">+       EST_TYPE_MO_SMS,</span><br><span style="color: hsl(120, 100%, 40%);">+      EST_TYPE_SS_ACT</span><br><span> };</span><br><span> </span><br><span> /* helper function to fully establish a dedicated channel */</span><br><span>@@ -221,6 +222,9 @@</span><br><span>      case (EST_TYPE_MO_SMS) {</span><br><span>             l3_info := valueof(ts_CM_SERV_REQ(CM_TYPE_MO_SMS, mi));</span><br><span>              }</span><br><span style="color: hsl(120, 100%, 40%);">+     case (EST_TYPE_SS_ACT) {</span><br><span style="color: hsl(120, 100%, 40%);">+              l3_info := valueof(ts_CM_SERV_REQ(CM_TYPE_SS_ACT, mi));</span><br><span style="color: hsl(120, 100%, 40%);">+               }</span><br><span>    }</span><br><span> </span><br><span>        /* Send BSSAP_Conn_Req with COMPL L3 INFO to MSC */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9371">change 9371</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/9371"/><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: If439e7c082b435d7f668065c9f8e3bdfa941dcc5 </div>
<div style="display:none"> Gerrit-Change-Number: 9371 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>