laforge submitted this change.

View Change



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
s1gw: cosmetic: reorder module parameters

Change-Id: I6ee5d2e283327f52320ef5580b195c42e400c8de
---
M s1gw/S1GW_Tests.cfg
M s1gw/S1GW_Tests.ttcn
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/s1gw/S1GW_Tests.cfg b/s1gw/S1GW_Tests.cfg
index 8365b13..9ae6d12 100644
--- a/s1gw/S1GW_Tests.cfg
+++ b/s1gw/S1GW_Tests.cfg
@@ -12,8 +12,8 @@

[MODULE_PARAMETERS]
S1GW_Tests.mp_s1gw_enb_ip := "127.0.1.1";
-S1GW_Tests.mp_s1gw_mme_ip := "127.0.2.1";
S1GW_Tests.mp_enb_bind_ip := "127.0.1.10";
+S1GW_Tests.mp_s1gw_mme_ip := "127.0.2.1";
S1GW_Tests.mp_mme_bind_ip := "127.0.2.10";

[MAIN_CONTROLLER]
diff --git a/s1gw/S1GW_Tests.ttcn b/s1gw/S1GW_Tests.ttcn
index 819c2c9..00b83e8 100644
--- a/s1gw/S1GW_Tests.ttcn
+++ b/s1gw/S1GW_Tests.ttcn
@@ -39,10 +39,10 @@

modulepar {
charstring mp_s1gw_enb_ip := "127.0.1.1"; /* eNB facing address of the S1GW */
- charstring mp_s1gw_mme_ip := "127.0.2.1"; /* MME facing address of the S1GW */
- charstring mp_s1gw_upf_ip := "127.0.3.1"; /* UPF facing address of the S1GW */
charstring mp_enb_bind_ip := "127.0.1.10"; /* eNB address to use locally when connecting to S1GW */
+ charstring mp_s1gw_mme_ip := "127.0.2.1"; /* MME facing address of the S1GW */
charstring mp_mme_bind_ip := "127.0.2.10"; /* MME address on which we get connections from S1GW */
+ charstring mp_s1gw_upf_ip := "127.0.3.1"; /* UPF facing address of the S1GW */
charstring mp_upf_bind_ip := "127.0.3.10"; /* UPF address on which we get connections from S1GW */
}


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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I6ee5d2e283327f52320ef5580b195c42e400c8de
Gerrit-Change-Number: 37938
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>