Change in docker-playground[master]: SGSN_Tests: fix module parameters

2018-08-14 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10441 )

Change subject: SGSN_Tests: fix module parameters
..

SGSN_Tests: fix module parameters

ttcn commit I9128f9ad5c372779c38799269393137ba52576cd moves the
modules parameters from NS_Emulation to SGSN_Tests.

Change-Id: I8d46c37b9c932582fe94e670d9347209bb599192
---
M ttcn3-sgsn-test/SGSN_Tests.cfg
1 file changed, 4 insertions(+), 2 deletions(-)

Approvals:
  lynxis lazus: Verified
  Harald Welte: Looks good to me, approved



diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg
index ea193ef..92ed77b 100644
--- a/ttcn3-sgsn-test/SGSN_Tests.cfg
+++ b/ttcn3-sgsn-test/SGSN_Tests.cfg
@@ -12,8 +12,10 @@
 *.SGSNVTY.CTRL_HOSTNAME := "172.18.8.10"

 [MODULE_PARAMETERS]
-NS_Emulation.mp_local_ip := "172.18.8.103"
-NS_Emulation.mp_remote_ip := "172.18.8.10"
+SGSN_Tests.mp_nsconfig := {
+   local_ip := "172.18.8.103",
+   remote_ip := "172.18.8.10"
+}
 SGSN_Tests.mp_hlr_ip := "172.18.8.103"
 SGSN_Tests.mp_ggsn_ip := "172.18.8.103"


--
To view, visit https://gerrit.osmocom.org/10441
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8d46c37b9c932582fe94e670d9347209bb599192
Gerrit-Change-Number: 10441
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: lynxis lazus 


Change in docker-playground[master]: SGSN_Tests: fix module parameters

2018-08-14 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/10441 )

Change subject: SGSN_Tests: fix module parameters
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/10441
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I8d46c37b9c932582fe94e670d9347209bb599192
Gerrit-Change-Number: 10441
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Comment-Date: Tue, 14 Aug 2018 06:52:38 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in docker-playground[master]: SGSN_Tests: fix module parameters

2018-08-13 Thread lynxis lazus
lynxis lazus has posted comments on this change. ( 
https://gerrit.osmocom.org/10441 )

Change subject: SGSN_Tests: fix module parameters
..


Patch Set 1: Verified+1

tested it on my machine


--
To view, visit https://gerrit.osmocom.org/10441
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I8d46c37b9c932582fe94e670d9347209bb599192
Gerrit-Change-Number: 10441
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Comment-Date: Mon, 13 Aug 2018 16:45:47 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in docker-playground[master]: SGSN_Tests: fix module parameters

2018-08-13 Thread lynxis lazus
lynxis lazus has uploaded this change for review. ( 
https://gerrit.osmocom.org/10441


Change subject: SGSN_Tests: fix module parameters
..

SGSN_Tests: fix module parameters

ttcn commit I9128f9ad5c372779c38799269393137ba52576cd moves the
modules parameters from NS_Emulation to SGSN_Tests.

Change-Id: I8d46c37b9c932582fe94e670d9347209bb599192
---
M ttcn3-sgsn-test/SGSN_Tests.cfg
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/41/10441/1

diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg
index ea193ef..92ed77b 100644
--- a/ttcn3-sgsn-test/SGSN_Tests.cfg
+++ b/ttcn3-sgsn-test/SGSN_Tests.cfg
@@ -12,8 +12,10 @@
 *.SGSNVTY.CTRL_HOSTNAME := "172.18.8.10"

 [MODULE_PARAMETERS]
-NS_Emulation.mp_local_ip := "172.18.8.103"
-NS_Emulation.mp_remote_ip := "172.18.8.10"
+SGSN_Tests.mp_nsconfig := {
+   local_ip := "172.18.8.103",
+   remote_ip := "172.18.8.10"
+}
 SGSN_Tests.mp_hlr_ip := "172.18.8.103"
 SGSN_Tests.mp_ggsn_ip := "172.18.8.103"


--
To view, visit https://gerrit.osmocom.org/10441
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8d46c37b9c932582fe94e670d9347209bb599192
Gerrit-Change-Number: 10441
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus