pespin has uploaded this change for review.

View Change

ttcn3-bts: Add osmux configurations

Requires: osmo-ttcn3-hacks.git I1af23c7a60b05edc3b544f1fea0023f48e89f7a7
Requires: osmo-bts.git Ib80be434c06d07b3611bd18ae25dff8b14a7aad9
Related: SYS#5987
Change-Id: I185b77eb4fa05501f098d89b80b66168349175bb
---
M ttcn3-bts-test/generic/BTS_Tests.cfg
M ttcn3-bts-test/generic/osmo-bts.confmerge
2 files changed, 3 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/38/29338/1
diff --git a/ttcn3-bts-test/generic/BTS_Tests.cfg b/ttcn3-bts-test/generic/BTS_Tests.cfg
index fd2e05d..dbf7ae0 100644
--- a/ttcn3-bts-test/generic/BTS_Tests.cfg
+++ b/ttcn3-bts-test/generic/BTS_Tests.cfg
@@ -16,6 +16,7 @@
L1CTL_PortType.m_l1ctl_sock_path := "/data/unix/osmocom_l2"
BTS_Tests.mp_ctrl_ip := "172.18.9.20"
BTS_Tests.mp_rtpem_bind_ip := "172.18.9.10"
+BTS_Tests.mp_osmuxem_bind_ip := "172.18.9.10"

[MAIN_CONTROLLER]

diff --git a/ttcn3-bts-test/generic/osmo-bts.confmerge b/ttcn3-bts-test/generic/osmo-bts.confmerge
index 7837748..9015904 100644
--- a/ttcn3-bts-test/generic/osmo-bts.confmerge
+++ b/ttcn3-bts-test/generic/osmo-bts.confmerge
@@ -7,5 +7,7 @@
oml remote-ip 172.18.9.11
gsmtap-remote-host 172.18.9.10
pcu-socket /data/unix/pcu_sock
+ osmux
+ local-ip 172.18.9.20
ctrl
bind 0.0.0.0

To view, visit change 29338. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I185b77eb4fa05501f098d89b80b66168349175bb
Gerrit-Change-Number: 29338
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange