<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25019">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: add Coord_PT to communicate between components<br><br>This is used by upcoming BSC_Tests.TC_cm_reestablishment().<br><br>Related: SYS#5130<br>Change-Id: I093ca7f66a3106a75e409ad8ea03e7db3c3cb165<br>---<br>M bsc/MSC_ConnectionHandler.ttcn<br>1 file changed, 6 insertions(+), 0 deletions(-)<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/19/25019/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn</span><br><span>index af93343..5f77764 100644</span><br><span>--- a/bsc/MSC_ConnectionHandler.ttcn</span><br><span>+++ b/bsc/MSC_ConnectionHandler.ttcn</span><br><span>@@ -431,6 +431,11 @@</span><br><span>   [] as_Media_mgw();</span><br><span> }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+type port Coord_PT message</span><br><span style="color: hsl(120, 100%, 40%);">+{</span><br><span style="color: hsl(120, 100%, 40%);">+    inout charstring;</span><br><span style="color: hsl(120, 100%, 40%);">+} with { extension "internal" };</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> /* this component represents a single subscriber connection at the MSC.</span><br><span>  * There is a 1:1 mapping between SCCP connections and RAN_ConnHdlr components.</span><br><span>  * We inherit all component variables, ports, functions, ... from RAN_ConnHdlr */</span><br><span>@@ -441,6 +446,7 @@</span><br><span>     /* procedure port back to our parent (RAN_Emulation_CT) for control */</span><br><span>       port RAN_PROC_PT RAN;</span><br><span>        port TELNETasp_PT BSCVTY;</span><br><span style="color: hsl(120, 100%, 40%);">+     port Coord_PT COORD;</span><br><span> </span><br><span>     /* Proxy MGCP-over-IPA and MGCP-over-UDP */</span><br><span>  port IPA_MGCP_PT MGCP_MSC_CLIENT;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25019">change 25019</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-ttcn3-hacks/+/25019"/><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-Change-Id: I093ca7f66a3106a75e409ad8ea03e7db3c3cb165 </div>
<div style="display:none"> Gerrit-Change-Number: 25019 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>