dexter has uploaded this change for review.

View 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: 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'

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

Gerrit-MessageType: newchange
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: I5a1d442acb972cce8fa5d09e84b5121d0a5124a6
Gerrit-Change-Number: 43618
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>