dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36819?usp=email )


Change subject: SGP32Definitsions_Templates: add new template
......................................................................

SGP32Definitsions_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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/19/36819/1

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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36819?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: I90b699de01c0476262f0e25c196a147e0ccd44aa
Gerrit-Change-Number: 36819
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pma...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to