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
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,