dexter has submitted this change. (
https://gerrit.osmocom.org/c/onomondo-eim/+/43094?usp=email )
(
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted
one.
)Change subject: esipa_rest_utils: use correct ASN.1 type for notificationsList
......................................................................
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(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
jolly: Looks good to me, but someone else must approve
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 https://gerrit.osmocom.org/c/onomondo-eim/+/43094?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: I997b566bf8175a508b30b2696f845a09ba78f266
Gerrit-Change-Number: 43094
Gerrit-PatchSet: 6
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: jolly <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>