Change in osmo-ttcn3-hacks[master]: bts: HACK: Run TRXC over 127.0.0.1 only

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Oct 11 16:20:13 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20540 )


Change subject: bts: HACK: Run TRXC over 127.0.0.1 only
......................................................................

bts: HACK: Run TRXC over 127.0.0.1 only

Due to https://osmocom.org/issues/4798 I'm unable to make fake_trx.py
work on anything but 127.0.0.1

Using the config changes in this commit, I can exectue the tests against
the following fake_trx.py command:

./fake_trx.py -R 127.0.0.1 -r 127.0.0.1 --trx TRX1 at 127.0.0.1:5700/1   --trx TRX2 at 127.0.0.1:5700/2 --trx TRX3 at 127.0.0.1:5700/3

Change-Id: I37e78b4b68beca2ceb15819a0fc30a0134cb177d
Related: OS#4798
---
M bts/BTS_Tests.cfg
M bts/osmo-bts.cfg
2 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/40/20540/1

diff --git a/bts/BTS_Tests.cfg b/bts/BTS_Tests.cfg
index ed04163..261596a 100644
--- a/bts/BTS_Tests.cfg
+++ b/bts/BTS_Tests.cfg
@@ -21,7 +21,7 @@
 #BTS_Tests.mp_rsl_ip := "192.168.100.2" # home
 BTS_Tests.mp_rsl_ip := "127.0.0.10"
 BTS_Tests.mp_pcu_socket := "/tmp/pcu_sock"
-BTS_Tests.mp_bts_trxc_ip := "127.0.0.21"
+BTS_Tests.mp_bts_trxc_ip := "127.0.0.1"
 BTS_Tests.mp_ctrl_ip   := "127.0.0.20"
 #BTS_Tests_OML.mp_oml_ip := "192.168.102.239" # home
 #BTS_Tests_OML.mp_oml_port := 3002
diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg
index ccf53db..34e81b9 100644
--- a/bts/osmo-bts.cfg
+++ b/bts/osmo-bts.cfg
@@ -32,8 +32,8 @@
  e1_line 0 port 0
  no e1_line 0 keepalive
 phy 0
- osmotrx ip local 127.0.0.20
- osmotrx ip remote 127.0.0.21
+ osmotrx ip local 127.0.0.1
+ osmotrx ip remote 127.0.0.1
  osmotrx fn-advance 20
  osmotrx rts-advance 5
  instance 0

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20540
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I37e78b4b68beca2ceb15819a0fc30a0134cb177d
Gerrit-Change-Number: 20540
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201011/aa9ac8e8/attachment.htm>


More information about the gerrit-log mailing list