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@127.0.0.1:5700/1   --trx TRX2@127.0.0.1:5700/2 --trx TRX3@127.0.0.1:5700/3

Change-Id: I37e78b4b68beca2ceb15819a0fc30a0134cb177d
Related: OS#4798
This commit is contained in:
Harald Welte 2020-10-11 18:03:40 +02:00
parent d0aed4f1b6
commit 3355c4dc28
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ L1CTL_PortType.m_l1ctl_sock_path := "/tmp/osmocom_l2"
#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

View File

@ -32,8 +32,8 @@ e1_input
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