dexter submitted this change.
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
diff --git a/src/esipa_rest_utils.erl b/src/esipa_rest_utils.erl
index e88c58b..6a52f10 100644
--- a/src/esipa_rest_utils.erl
+++ b/src/esipa_rest_utils.erl
@@ -567,7 +567,7 @@
notificationsList,
IpaEuiccData,
'SGP32Definitions',
- 'SGP32-RetrieveNotificationsListResponse'
+ 'PendingNotificationList'
)
],
IpaEuiccDataJsonFiltered =
To view, visit change 43094. To unsubscribe, or for help writing mail filters, visit settings.