laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36819?usp=email )
Change subject: SGP32Definitions_Templates: add new template ......................................................................
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(-)
Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
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 := {