dexter has uploaded this change for review.

View Change

WIP: SGP32Definitions: apply (questionable) workaround

Depends: onomondo-eim.git Change-Id I566571778d2433bd87a46276e81d9d526ae97325
Change-Id: I4e9834a8a5ae29397542c696c0bc81692d4d564b
Related: SYS#8100
---
M library/euicc/SGP32Definitions.asn
1 file changed, 4 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/84/43184/1
diff --git a/library/euicc/SGP32Definitions.asn b/library/euicc/SGP32Definitions.asn
index dcfe1c5..04b13e8 100644
--- a/library/euicc/SGP32Definitions.asn
+++ b/library/euicc/SGP32Definitions.asn
@@ -818,9 +818,11 @@
pendingNotification [0] SGP32-PendingNotification, -- A Notification to be delivered to a Notification Receiver, possibly in compact format
provideEimPackageResult [80] ProvideEimPackageResult -- Tag 'BF50'
}
+-- workaround: explicitly assign tag [0] to member transactionId, exactly like it is done with other esipa-types
+-- workaround: explicitly assign tag [65] to member cancelSessionResponse, as it is done in other esipa-types
CancelSessionRequestEsipa ::= [65] SEQUENCE { -- Tag 'BF41'
- transactionId TransactionId, -- The TransactionID generated by the SM-DP+
- cancelSessionResponse SGP32-CancelSessionResponse -- This is the response from ES10b. CancelSession function, possibly in compact format
+ transactionId [0] TransactionId, -- The TransactionID generated by the SM-DP+
+ cancelSessionResponse [65] SGP32-CancelSessionResponse -- This is the response from ES10b. CancelSession function, possibly in compact format
}
CancelSessionResponseEsipa ::= [65] CHOICE { -- Tag 'BF41'
cancelSessionOk SGP32-CancelSessionOk,

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

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