dexter has uploaded this change for review.

View 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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/17/36917/1
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.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7f16b490aadf17cb56eaa42a75d99cc781488a2e
Gerrit-Change-Number: 36917
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange