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


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

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



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

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: 1
Gerrit-Owner: dexter <pma...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to