fixeria has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/53/37253/1
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.