laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36821?usp=email )

Change subject: SGP32Definitions_Templates: add new template
......................................................................

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
---
M library/euicc/SGP32Definitions_Templates.ttcn
1 file changed, 38 insertions(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




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

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36821?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: Ic5d1b2ea1d3d7de20fbcb029b36e9f9daa27cce0
Gerrit-Change-Number: 36821
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to