dexter has uploaded this change for review.

View Change

esipa_rest_utils: use correct ASN.1 type for notificationsList

In SGP.32 V.1.0.1, the type for notificationsList is
SGP32-RetrieveNotificationsListResponse. With SGP.32 V.1.2, the
type is changed to PendingNotificationList

Related SYS#8100

Change-Id: I997b566bf8175a508b30b2696f845a09ba78f266
---
M src/esipa_rest_utils.erl
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/94/43094/1
diff --git a/src/esipa_rest_utils.erl b/src/esipa_rest_utils.erl
index 9398236..3b16492 100644
--- a/src/esipa_rest_utils.erl
+++ b/src/esipa_rest_utils.erl
@@ -571,7 +571,7 @@
notificationsList,
IpaEuiccData,
'SGP32Definitions',
- 'SGP32-RetrieveNotificationsListResponse'
+ 'PendingNotificationList'
)
],
IpaEuiccDataJsonFiltered =

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

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