fixeria submitted this change.

View Change


Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
ttcn3-s1gw-test: fixup: align with the moduleparam naming changes

Change-Id: Ibbc8501b01e4b168c856b6817e5b92bfd9816669
---
M ttcn3-s1gw-test/osmo-s1gw.config
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/ttcn3-s1gw-test/osmo-s1gw.config b/ttcn3-s1gw-test/osmo-s1gw.config
index 4dabb8f..13b5058 100644
--- a/ttcn3-s1gw-test/osmo-s1gw.config
+++ b/ttcn3-s1gw-test/osmo-s1gw.config
@@ -11,7 +11,7 @@
%% +----------------+ +-----------------+
%% ================================================================================
{osmo_s1gw,
- [{s1gw_bind_addr, "172.18.10.100"}, %% S1GW bind address for incoming eNB connections
+ [{s1gw_bind_addr, "172.18.10.200"}, %% S1GW bind address for incoming eNB connections
{mme_loc_addr, "172.18.10.100"}, %% local address for outgoing connections to the MME
{mme_rem_addr, "172.18.10.101"} %% remote address for outgoing connections to the MME
]},

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ibbc8501b01e4b168c856b6817e5b92bfd9816669
Gerrit-Change-Number: 37253
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: merged