<p>fixeria <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14370">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests.ttcn: fix TRXC port mapping between test_CT and ConnHdlr<br><br>Before this patch, sending special TRXC commands to FakeTRX, such as<br>FAKE_TOA and FAKE_RSSI, from ConnHdlr resulted in a receive timeout<br>waiting for the response.<br><br>As it turned out, both the test_CT and the ConnHdlr have a TRXC port,<br>as depending on the test one would want to globally control it<br>from test_CT or from within a ConnHdlr.<br><br>However, only one of the two should be active (connected) at any given<br>point in time. Otherwise we'll have two UDP sockets on the same bind<br>port, and it's more or less random on which of them it ends up.<br><br>Let's add an optional parameter 'trxc_comp', which would indicate<br>whether we need to control TRXC from ConnHdlr or not.<br><br>Let's get rid of both f_trxc_connect() and f_main_trxc_connect(),<br>which basically do the same, but run on different components.<br><br>Change-Id: Ie7d311bf8f03bf9b1d29b5bb28ffad793f215fd1<br>Closes: OS#4039<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 37 insertions(+), 37 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/70/14370/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14370">change 14370</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/+/14370"/><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: Ie7d311bf8f03bf9b1d29b5bb28ffad793f215fd1 </div>
<div style="display:none"> Gerrit-Change-Number: 14370 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>