dexter has uploaded this change for review.

View Change

SGP32Definitsions_Templates: add new template

We do not have a template for the EsipaMessageFromIpaToEim message
that contains the HandleNotification field with the
profileInstallationResult, so lets add one.

Related: SYS#6824
Change-Id: Ic5d1b2ea1d3d7de20fbcb029b36e9f9daa27cce0
---
M library/euicc/SGP32Definitions_Templates.ttcn
1 file changed, 38 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/36821/1
diff --git a/library/euicc/SGP32Definitions_Templates.ttcn b/library/euicc/SGP32Definitions_Templates.ttcn
index 0e5cf57..fa1f756 100644
--- a/library/euicc/SGP32Definitions_Templates.ttcn
+++ b/library/euicc/SGP32Definitions_Templates.ttcn
@@ -387,6 +387,30 @@
}
}

+/* GSMA SGP.32, section 6.3.2.4 */
+template (present) EsipaMessageFromIpaToEim
+tr_handleNotificationEsipa_prfleInstRslt := {
+ handleNotificationEsipa := {
+ pendingNotification := {
+ profileInstallationResult := {
+ profileInstallationResultData := tr_profileInstallationResultData,
+ euiccSignPIR := ?
+ }
+ }
+ }
+}
+template (value) EsipaMessageFromIpaToEim
+ts_handleNotificationEsipa_prfleInstRslt := {
+ handleNotificationEsipa := {
+ pendingNotification := {
+ profileInstallationResult := {
+ profileInstallationResultData := ts_profileInstallationResultData,
+ euiccSignPIR := '00112233445566778899AABBCCDDEEFF'O
+ }
+ }
+ }
+}
+
/* GSMA SGP.32, section 6.3.2.7 */
template (present) EsipaMessageFromIpaToEim
tr_provideEimPackageResult_ePRAndNotif := {

To view, visit change 36821. To unsubscribe, or for help writing mail filters, visit settings.

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