aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2024-05-24 16:35:35 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2024-05-24 16:39:49 +0200
commit1ff26e8af920e33e763fcdb8f3fdaa8af4ecaadf (patch)
treea1b0da206db93082c4a1f9d19471a989ab87513c
parentdb9898a6ba3813cac8e22578a75c603c9009ecaa (diff)
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
-rw-r--r--library/euicc/SGP32Definitions_Templates.ttcn6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/euicc/SGP32Definitions_Templates.ttcn b/library/euicc/SGP32Definitions_Templates.ttcn
index 87ef86df..98846c58 100644
--- a/library/euicc/SGP32Definitions_Templates.ttcn
+++ b/library/euicc/SGP32Definitions_Templates.ttcn
@@ -814,15 +814,15 @@ ts_euiccPackageResultSigned_listProfileInfo := {
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,