laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36917?usp=email )
Change subject: RSPDefinitions_Templates: add iccid to ts_profileInstallationResultData
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
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
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36917?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: I7f16b490aadf17cb56eaa42a75d99cc781488a2e
Gerrit-Change-Number: 36917
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged