dexter has uploaded this change for review.

View Change

SGP32Definitions_Templates: add template tr_provideEimPackageResult_ePRAndNotif

Add a new template to verify the provideEimPackageResult request (ESipa)
from the IPAd

Related: SYS#6563
Change-Id: I86231f0e9dcef90abf60757cc55895863ad2b1b3
---
M library/euicc/SGP32Definitions_Templates.ttcn
1 file changed, 22 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/08/36608/1
diff --git a/library/euicc/SGP32Definitions_Templates.ttcn b/library/euicc/SGP32Definitions_Templates.ttcn
index 36d77b4..29e7579 100644
--- a/library/euicc/SGP32Definitions_Templates.ttcn
+++ b/library/euicc/SGP32Definitions_Templates.ttcn
@@ -363,6 +363,15 @@
}

/* GSMA SGP.32, section 6.3.2.7 */
+template (present) EsipaMessageFromIpaToEim
+tr_provideEimPackageResult_ePRAndNotif := {
+ provideEimPackageResult := {
+ ePRAndNotifications := {
+ euiccPackageResult := ?,
+ notificationList := ?
+ }
+ }
+}
template (present) EsipaMessageFromEimToIpa
tr_provideEimPackageResultResponse_eimAck := {
provideEimPackageResultResponse := {

To view, visit change 36608. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I86231f0e9dcef90abf60757cc55895863ad2b1b3
Gerrit-Change-Number: 36608
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange