dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-eim/+/43618?usp=email )
Change subject: SGP32Definitions: revert workaround for SGP32-RetrieveNotificationsListResponse ......................................................................
SGP32Definitions: revert workaround for SGP32-RetrieveNotificationsListResponse
The SGP32-RetrieveNotificationsListResponse only plays a role on ES10b level (see also SGP.32, section 5.9.11). This means that this ASN.1 type is irrelevant on eIM level. Let's revert the workaround we did since it does not have any effect.
Change-Id: Ia084c9dcbec4f26e4f0ddb7e455702bfcd03dd18 Related SYS#8100
Change-Id: I5a1d442acb972cce8fa5d09e84b5121d0a5124a6 --- M asn1/SGP32Definitions.asn1 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/18/43618/1
diff --git a/asn1/SGP32Definitions.asn1 b/asn1/SGP32Definitions.asn1 index cc052b4..b82e352 100644 --- a/asn1/SGP32Definitions.asn1 +++ b/asn1/SGP32Definitions.asn1 @@ -490,9 +490,8 @@ euiccPackageResults [2] NULL } OPTIONAL } --- workaround for erlang asn1ct: remove already specified context-specific tag [43] -- workaround: add prefix ("SGP32-") to avoid clash with SGP.22 -SGP32-RetrieveNotificationsListResponse ::= CHOICE { -- Tag 'BF2B' +SGP32-RetrieveNotificationsListResponse ::= [43] CHOICE { -- Tag 'BF2B' notificationList PendingNotificationList, -- Tag 'A0' notificationsListResultError INTEGER { undefinedError(127)}, -- Tag '81' euiccPackageResultList EuiccPackageResultList -- Tag 'A2'