<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20540">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts: HACK: Run TRXC over 127.0.0.1 only<br><br>Due to https://osmocom.org/issues/4798 I'm unable to make fake_trx.py<br>work on anything but 127.0.0.1<br><br>Using the config changes in this commit, I can exectue the tests against<br>the following fake_trx.py command:<br><br>./fake_trx.py -R 127.0.0.1 -r 127.0.0.1 --trx TRX1@127.0.0.1:5700/1   --trx TRX2@127.0.0.1:5700/2 --trx TRX3@127.0.0.1:5700/3<br><br>Change-Id: I37e78b4b68beca2ceb15819a0fc30a0134cb177d<br>Related: OS#4798<br>---<br>M bts/BTS_Tests.cfg<br>M bts/osmo-bts.cfg<br>2 files changed, 3 insertions(+), 3 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/40/20540/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bts/BTS_Tests.cfg b/bts/BTS_Tests.cfg</span><br><span>index ed04163..261596a 100644</span><br><span>--- a/bts/BTS_Tests.cfg</span><br><span>+++ b/bts/BTS_Tests.cfg</span><br><span>@@ -21,7 +21,7 @@</span><br><span> #BTS_Tests.mp_rsl_ip := "192.168.100.2" # home</span><br><span> BTS_Tests.mp_rsl_ip := "127.0.0.10"</span><br><span> BTS_Tests.mp_pcu_socket := "/tmp/pcu_sock"</span><br><span style="color: hsl(0, 100%, 40%);">-BTS_Tests.mp_bts_trxc_ip := "127.0.0.21"</span><br><span style="color: hsl(120, 100%, 40%);">+BTS_Tests.mp_bts_trxc_ip := "127.0.0.1"</span><br><span> BTS_Tests.mp_ctrl_ip   := "127.0.0.20"</span><br><span> #BTS_Tests_OML.mp_oml_ip := "192.168.102.239" # home</span><br><span> #BTS_Tests_OML.mp_oml_port := 3002</span><br><span>diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg</span><br><span>index ccf53db..34e81b9 100644</span><br><span>--- a/bts/osmo-bts.cfg</span><br><span>+++ b/bts/osmo-bts.cfg</span><br><span>@@ -32,8 +32,8 @@</span><br><span>  e1_line 0 port 0</span><br><span>  no e1_line 0 keepalive</span><br><span> phy 0</span><br><span style="color: hsl(0, 100%, 40%);">- osmotrx ip local 127.0.0.20</span><br><span style="color: hsl(0, 100%, 40%);">- osmotrx ip remote 127.0.0.21</span><br><span style="color: hsl(120, 100%, 40%);">+ osmotrx ip local 127.0.0.1</span><br><span style="color: hsl(120, 100%, 40%);">+ osmotrx ip remote 127.0.0.1</span><br><span>  osmotrx fn-advance 20</span><br><span>  osmotrx rts-advance 5</span><br><span>  instance 0</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20540">change 20540</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/+/20540"/><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: I37e78b4b68beca2ceb15819a0fc30a0134cb177d </div>
<div style="display:none"> Gerrit-Change-Number: 20540 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>