From 972f7ec5e8f25db52d27959a01c8d2680bc73614 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 8 Mar 2023 00:31:22 +0700 Subject: [PATCH] bts: fix osmo-bts.cfg: change osmux local-ip 127.0.0.{1->11} When running ttcn3-bts-test natively (without Docker), the osmux related testcases TC_speech_osmux_tch[fh] fail because both osmo-bts and the testsuite are configured to bind() at '127.0.0.1:1984'. Change-Id: I768933c83ae9dd2cd65eed955b2f823b6421cc4c --- bts/osmo-bts.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg index 2eb84ffee..6bd22bfbd 100644 --- a/bts/osmo-bts.cfg +++ b/bts/osmo-bts.cfg @@ -64,7 +64,7 @@ bts 0 pcu-socket /tmp/pcu_sock osmux use on - local-ip 127.0.0.1 + local-ip 127.0.0.11 local-port 1984 trx 0 power-ramp max-initial 0 mdBm