laforge submitted this change.
RSPDefinitions_Templates: add iccid to ts_profileInstallationResultData
In the context of the ProfileInstallationResultData the iccid plays a
major role as profile identifier, so we should not omit it in
ts_profileInstallationResultData.
Related: SYS#6824
Change-Id: I7f16b490aadf17cb56eaa42a75d99cc781488a2e
---
M library/euicc/RSPDefinitions_Templates.ttcn
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/library/euicc/RSPDefinitions_Templates.ttcn b/library/euicc/RSPDefinitions_Templates.ttcn
index fc87ff6..0746c48 100644
--- a/library/euicc/RSPDefinitions_Templates.ttcn
+++ b/library/euicc/RSPDefinitions_Templates.ttcn
@@ -229,7 +229,7 @@
seqNumber := 1234,
profileManagementOperation := '01'B, /* is this correct? (notificationInstall) */
notificationAddress := "smdp.example.com",
- iccid := omit
+ iccid := '123456789ABCDEFFAAAA'O
},
smdpOid := id_rsp, /* random OBJECT IDENTIFIER for testing */
finalResult := {
To view, visit change 36917. To unsubscribe, or for help writing mail filters, visit settings.