fixeria has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37253?usp=email )
Change subject: ttcn3-s1gw-test: fixup: align with the moduleparam naming changes ......................................................................
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(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
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 ]},