SGP32Definitions_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
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 := {