Change in docker-playground[master]: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

2021-03-12 Thread pespin
pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/23277 )

Change subject: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest
..

ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

Change-Id: I4365d54c64e750a708e04e36ea131ec7499560f1
Depends: osmo-ttcn3-hacks.git Change-Id 
Ib4f97a9bcfa68230945effeb6412218faa64ec78
Related: OS#5020
---
M ttcn3-pcu-test/PCU_Tests.cfg
M ttcn3-pcu-test/jenkins.sh
2 files changed, 6 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Verified



diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 07d9c3a..9d2f36f 100644
--- a/ttcn3-pcu-test/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/PCU_Tests.cfg
@@ -36,6 +36,7 @@
}
 }
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
+PCUIF_Components.mp_send_all_data_ind := true;

 [MAIN_CONTROLLER]

diff --git a/ttcn3-pcu-test/jenkins.sh b/ttcn3-pcu-test/jenkins.sh
index 11c77ad..c597e0e 100755
--- a/ttcn3-pcu-test/jenkins.sh
+++ b/ttcn3-pcu-test/jenkins.sh
@@ -16,6 +16,11 @@
 mkdir $VOL_BASE_DIR/pcu-tester/unix
 cp PCU_Tests.cfg $VOL_BASE_DIR/pcu-tester/

+# Disable until osmo-pcu release > 0.9.0
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+   sed -i 
"s/^PCUIF_Components.mp_send_all_data_ind.*/PCUIF_Components.mp_send_all_data_ind
 := false;/" $VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg
+fi
+
 mkdir $VOL_BASE_DIR/pcu
 mkdir $VOL_BASE_DIR/pcu/unix
 cp osmo-pcu.cfg $VOL_BASE_DIR/pcu/

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23277
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I4365d54c64e750a708e04e36ea131ec7499560f1
Gerrit-Change-Number: 23277
Gerrit-PatchSet: 2
Gerrit-Owner: pespin 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


Change in docker-playground[master]: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

2021-03-12 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/23277 )

Change subject: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest
..


Patch Set 1: Verified+1


--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23277
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I4365d54c64e750a708e04e36ea131ec7499560f1
Gerrit-Change-Number: 23277
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Fri, 12 Mar 2021 11:51:33 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in docker-playground[master]: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

2021-03-10 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/23277 )

Change subject: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23277
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I4365d54c64e750a708e04e36ea131ec7499560f1
Gerrit-Change-Number: 23277
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Wed, 10 Mar 2021 12:31:11 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in docker-playground[master]: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

2021-03-08 Thread pespin
pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/23277 )


Change subject: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest
..

ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

Change-Id: I4365d54c64e750a708e04e36ea131ec7499560f1
Depends: osmo-ttcn3-hacks.git Change-Id 
Ib4f97a9bcfa68230945effeb6412218faa64ec78
Related: OS#5020
---
M ttcn3-pcu-test/PCU_Tests.cfg
M ttcn3-pcu-test/jenkins.sh
2 files changed, 6 insertions(+), 0 deletions(-)



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

diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 07d9c3a..9d2f36f 100644
--- a/ttcn3-pcu-test/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/PCU_Tests.cfg
@@ -36,6 +36,7 @@
}
 }
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
+PCUIF_Components.mp_send_all_data_ind := true;

 [MAIN_CONTROLLER]

diff --git a/ttcn3-pcu-test/jenkins.sh b/ttcn3-pcu-test/jenkins.sh
index 11c77ad..c597e0e 100755
--- a/ttcn3-pcu-test/jenkins.sh
+++ b/ttcn3-pcu-test/jenkins.sh
@@ -16,6 +16,11 @@
 mkdir $VOL_BASE_DIR/pcu-tester/unix
 cp PCU_Tests.cfg $VOL_BASE_DIR/pcu-tester/

+# Disable until osmo-pcu release > 0.9.0
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+   sed -i 
"s/^PCUIF_Components.mp_send_all_data_ind.*/PCUIF_Components.mp_send_all_data_ind
 := false;/" $VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg
+fi
+
 mkdir $VOL_BASE_DIR/pcu
 mkdir $VOL_BASE_DIR/pcu/unix
 cp osmo-pcu.cfg $VOL_BASE_DIR/pcu/

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23277
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I4365d54c64e750a708e04e36ea131ec7499560f1
Gerrit-Change-Number: 23277
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-MessageType: newchange


Change in docker-playground[master]: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

2021-03-08 Thread pespin
pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/23262 )

Change subject: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest
..

ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

Depends: osmo-ttcn3-hacks.git Change-Id 
Ib4f97a9bcfa68230945effeb6412218faa64ec78
Related: OS#5020
Change-Id: Id265d08a31f6bc803c565c3ca465bc19f1088b92
---
M ttcn3-pcu-test/PCU_Tests.cfg
M ttcn3-pcu-test/jenkins.sh
2 files changed, 6 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Verified



diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 07d9c3a..9d2f36f 100644
--- a/ttcn3-pcu-test/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/PCU_Tests.cfg
@@ -36,6 +36,7 @@
}
 }
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
+PCUIF_Components.mp_send_all_data_ind := true;

 [MAIN_CONTROLLER]

diff --git a/ttcn3-pcu-test/jenkins.sh b/ttcn3-pcu-test/jenkins.sh
index 11c77ad..c597e0e 100755
--- a/ttcn3-pcu-test/jenkins.sh
+++ b/ttcn3-pcu-test/jenkins.sh
@@ -16,6 +16,11 @@
 mkdir $VOL_BASE_DIR/pcu-tester/unix
 cp PCU_Tests.cfg $VOL_BASE_DIR/pcu-tester/

+# Disable until osmo-pcu release > 0.9.0
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+   sed -i 
"s/^PCUIF_Components.mp_send_all_data_ind.*/PCUIF_Components.mp_send_all_data_ind
 := false;/" $VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg
+fi
+
 mkdir $VOL_BASE_DIR/pcu
 mkdir $VOL_BASE_DIR/pcu/unix
 cp osmo-pcu.cfg $VOL_BASE_DIR/pcu/

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23262
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Id265d08a31f6bc803c565c3ca465bc19f1088b92
Gerrit-Change-Number: 23262
Gerrit-PatchSet: 2
Gerrit-Owner: pespin 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


Change in docker-playground[master]: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

2021-03-08 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/23262 )

Change subject: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest
..


Patch Set 1: Verified+1


--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23262
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Id265d08a31f6bc803c565c3ca465bc19f1088b92
Gerrit-Change-Number: 23262
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Mon, 08 Mar 2021 09:32:59 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in docker-playground[master]: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

2021-03-08 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/23262 )

Change subject: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23262
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Id265d08a31f6bc803c565c3ca465bc19f1088b92
Gerrit-Change-Number: 23262
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Mon, 08 Mar 2021 09:19:01 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in docker-playground[master]: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

2021-03-05 Thread pespin
pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/23262 )


Change subject: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest
..

ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

Depends: osmo-ttcn3-hacks.git Change-Id 
Ib4f97a9bcfa68230945effeb6412218faa64ec78
Related: OS#5020
Change-Id: Id265d08a31f6bc803c565c3ca465bc19f1088b92
---
M ttcn3-pcu-test/PCU_Tests.cfg
M ttcn3-pcu-test/jenkins.sh
2 files changed, 6 insertions(+), 0 deletions(-)



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

diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 07d9c3a..9d2f36f 100644
--- a/ttcn3-pcu-test/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/PCU_Tests.cfg
@@ -36,6 +36,7 @@
}
 }
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
+PCUIF_Components.mp_send_all_data_ind := true;

 [MAIN_CONTROLLER]

diff --git a/ttcn3-pcu-test/jenkins.sh b/ttcn3-pcu-test/jenkins.sh
index 11c77ad..c597e0e 100755
--- a/ttcn3-pcu-test/jenkins.sh
+++ b/ttcn3-pcu-test/jenkins.sh
@@ -16,6 +16,11 @@
 mkdir $VOL_BASE_DIR/pcu-tester/unix
 cp PCU_Tests.cfg $VOL_BASE_DIR/pcu-tester/

+# Disable until osmo-pcu release > 0.9.0
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+   sed -i 
"s/^PCUIF_Components.mp_send_all_data_ind.*/PCUIF_Components.mp_send_all_data_ind
 := false;/" $VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg
+fi
+
 mkdir $VOL_BASE_DIR/pcu
 mkdir $VOL_BASE_DIR/pcu/unix
 cp osmo-pcu.cfg $VOL_BASE_DIR/pcu/

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23262
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Id265d08a31f6bc803c565c3ca465bc19f1088b92
Gerrit-Change-Number: 23262
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-MessageType: newchange