Change in docker-playground[master]: ttcn3-bts-test: set bind address for the RTP Emulation

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
Mon Jul 19 08:58:37 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/24957 )

Change subject: ttcn3-bts-test: set bind address for the RTP Emulation
......................................................................

ttcn3-bts-test: set bind address for the RTP Emulation

Otherwise the loopback address is used, what causes test cases
employing the RTP Emulation component to fail:

  Connection refused (unexpected)

Change-Id: Ia20ccd9e6db61d7a105523648c678db90ad345eb
---
M ttcn3-bts-test/BTS_Tests.cfg
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved; Verified



diff --git a/ttcn3-bts-test/BTS_Tests.cfg b/ttcn3-bts-test/BTS_Tests.cfg
index 4e1d2bf..fd2e05d 100644
--- a/ttcn3-bts-test/BTS_Tests.cfg
+++ b/ttcn3-bts-test/BTS_Tests.cfg
@@ -15,6 +15,7 @@
 BTS_Tests.mp_pcu_socket := "/data/unix/pcu_sock"
 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"
 
 [MAIN_CONTROLLER]
 

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/24957
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia20ccd9e6db61d7a105523648c678db90ad345eb
Gerrit-Change-Number: 24957
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210719/1a7abfff/attachment.htm>


More information about the gerrit-log mailing list