[S] Change in osmo-ttcn3-hacks[master]: asterisk: Add missing 0-digit prefix in user

2024-04-08 Thread pespin
pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36531?usp=email )

Change subject: asterisk: Add missing 0-digit prefix in user
..

asterisk: Add missing 0-digit prefix in user

Change-Id: Ia12552cf70c4c0f2c71cd9d5b70c608c883fb170
---
M asterisk/Asterisk_Tests.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)

Approvals:
  osmith: Looks good to me, but someone else must approve
  jolly: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/asterisk/Asterisk_Tests.ttcn b/asterisk/Asterisk_Tests.ttcn
index 5d9754e..9402f0d 100644
--- a/asterisk/Asterisk_Tests.ttcn
+++ b/asterisk/Asterisk_Tests.ttcn
@@ -79,7 +79,7 @@
 }

 function f_init_ConnHdlrPars(integer idx := 1) runs on test_CT return 
ConnHdlrPars {
-   var ConnHdlrPars pars := valueof(t_Pars(int2str(500 + idx)));
+   var ConnHdlrPars pars := valueof(t_Pars("0" & int2str(500 + idx)));
return pars;
 }


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36531?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia12552cf70c4c0f2c71cd9d5b70c608c883fb170
Gerrit-Change-Number: 36531
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


[S] Change in osmo-ttcn3-hacks[master]: asterisk: Add missing 0-digit prefix in user

2024-04-08 Thread jolly
Attention is currently required from: pespin.

jolly has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36531?usp=email )

Change subject: asterisk: Add missing 0-digit prefix in user
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36531?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia12552cf70c4c0f2c71cd9d5b70c608c883fb170
Gerrit-Change-Number: 36531
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly 
Gerrit-Reviewer: osmith 
Gerrit-Attention: pespin 
Gerrit-Comment-Date: Mon, 08 Apr 2024 15:34:17 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-ttcn3-hacks[master]: asterisk: Add missing 0-digit prefix in user

2024-04-08 Thread osmith
Attention is currently required from: jolly, pespin.

osmith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36531?usp=email )

Change subject: asterisk: Add missing 0-digit prefix in user
..


Patch Set 1: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36531?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia12552cf70c4c0f2c71cd9d5b70c608c883fb170
Gerrit-Change-Number: 36531
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly 
Gerrit-Reviewer: osmith 
Gerrit-Attention: jolly 
Gerrit-Attention: pespin 
Gerrit-Comment-Date: Mon, 08 Apr 2024 09:35:57 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-ttcn3-hacks[master]: asterisk: Add missing 0-digit prefix in user

2024-04-05 Thread pespin
pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36531?usp=email )


Change subject: asterisk: Add missing 0-digit prefix in user
..

asterisk: Add missing 0-digit prefix in user

Change-Id: Ia12552cf70c4c0f2c71cd9d5b70c608c883fb170
---
M asterisk/Asterisk_Tests.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/31/36531/1

diff --git a/asterisk/Asterisk_Tests.ttcn b/asterisk/Asterisk_Tests.ttcn
index 5d9754e..9402f0d 100644
--- a/asterisk/Asterisk_Tests.ttcn
+++ b/asterisk/Asterisk_Tests.ttcn
@@ -79,7 +79,7 @@
 }

 function f_init_ConnHdlrPars(integer idx := 1) runs on test_CT return 
ConnHdlrPars {
-   var ConnHdlrPars pars := valueof(t_Pars(int2str(500 + idx)));
+   var ConnHdlrPars pars := valueof(t_Pars("0" & int2str(500 + idx)));
return pars;
 }
 

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36531?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia12552cf70c4c0f2c71cd9d5b70c608c883fb170
Gerrit-Change-Number: 36531
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-MessageType: newchange