dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36923?usp=email )


Change subject: SGP32Definitions_Templates: fill in some realistic data into 
listProfileInfoResult
......................................................................

SGP32Definitions_Templates: fill in some realistic data into 
listProfileInfoResult

The listProfileInfoResult/profileInfoListOk currently onl has the profileName
field populated, let's fill in some basic profile info to be more realistic.

Related: SYS#6824
Change-Id: I82bca8a1ec6fe44425c5ae00ad7dcd8772d2b157
---
M library/euicc/SGP32Definitions_Templates.ttcn
1 file changed, 16 insertions(+), 3 deletions(-)



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

diff --git a/library/euicc/SGP32Definitions_Templates.ttcn 
b/library/euicc/SGP32Definitions_Templates.ttcn
index 87ef86d..98846c5 100644
--- a/library/euicc/SGP32Definitions_Templates.ttcn
+++ b/library/euicc/SGP32Definitions_Templates.ttcn
@@ -814,15 +814,15 @@
                                        listProfileInfoResult := {
                                                profileInfoListOk := {
                                                        {
-                                                               iccid := omit,
+                                                               iccid := 
'123456789ABCDEFFAAAA'O,
                                                                isdpAid := omit,
-                                                               profileState := 
omit,
+                                                               profileState := 
1, /* enabled */
                                                                profileNickname 
:= omit,
                                                                
serviceProviderName := omit,
                                                                profileName := 
"testme",
                                                                iconType := 
omit,
                                                                icon := omit,
-                                                               profileClass := 
omit,
+                                                               profileClass := 
2, /* operational */
                                                                
notificationConfigurationInfo := omit,
                                                                profileOwner := 
omit,
                                                                
dpProprietaryData := omit,

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36923?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: I82bca8a1ec6fe44425c5ae00ad7dcd8772d2b157
Gerrit-Change-Number: 36923
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-MessageType: newchange

Reply via email to