laforge submitted this change.
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: I5a1d442acb972cce8fa5d09e84b5121d0a5124a6
Related: SYS#8100
---
M asn1/SGP32Definitions.asn1
1 file changed, 1 insertion(+), 2 deletions(-)
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'
To view, visit change 43618. To unsubscribe, or for help writing mail filters, visit settings.