SGP32Definitions_Templates: add new template

We do not have a template for the GetBoundProfilePackageRequestEsipa,
so lets add one.

Change-Id: I90b699de01c0476262f0e25c196a147e0ccd44aa
Related: SYS#6824
diff --git a/library/euicc/SGP32Definitions_Templates.ttcn b/library/euicc/SGP32Definitions_Templates.ttcn
index 26ded29..0e5cf57 100644
--- a/library/euicc/SGP32Definitions_Templates.ttcn
+++ b/library/euicc/SGP32Definitions_Templates.ttcn
@@ -316,6 +316,26 @@
 }
 
 /* GSMA SGP.32, section 6.3.2.3 */
+template (present) EsipaMessageFromIpaToEim
+tr_getBoundProfilePackageRequestEsipa := {
+	getBoundProfilePackageRequestEsipa := {
+		transactionId := ?,
+		prepareDownloadResponse := {
+			downloadResponseOk := tr_prepareDownloadResponseOk
+		}
+	}
+}
+template (value) EsipaMessageFromIpaToEim
+ts_getBoundProfilePackageRequestEsipa := {
+	getBoundProfilePackageRequestEsipa := {
+		transactionId := 'ABCDEF'O,
+		prepareDownloadResponse := {
+			downloadResponseOk := ts_prepareDownloadResponseOk
+		}
+	}
+}
+
+/* GSMA SGP.32, section 6.3.2.3 */
 template (present) EsipaMessageFromEimToIpa
 tr_getBoundProfilePackageResponseEsipa := {
 	getBoundProfilePackageResponseEsipa := {