fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31735 )

Change subject: bts: fix osmo-bts.cfg: change osmux local-ip 127.0.0.{1->11}
......................................................................

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
---
M bts/osmo-bts.cfg
1 file changed, 14 insertions(+), 1 deletion(-)

Approvals:
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  msuraev: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg
index 2eb84ff..6bd22bf 100644
--- a/bts/osmo-bts.cfg
+++ b/bts/osmo-bts.cfg
@@ -64,7 +64,7 @@
  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

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31735
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: I768933c83ae9dd2cd65eed955b2f823b6421cc4c
Gerrit-Change-Number: 31735
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: msuraev <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to