laforge submitted this change.
SGP32Definitions_Templates: add new template
We do not have a template for the GetBoundProfilePackageRequestEsipa,
so lets add one.
Change-Id: I90b699de01c0476262f0e25c196a147e0ccd44aa
Related: SYS#6824
---
M library/euicc/SGP32Definitions_Templates.ttcn
1 file changed, 33 insertions(+), 0 deletions(-)
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 := {
To view, visit change 36819. To unsubscribe, or for help writing mail filters, visit settings.