Attention is currently required from: jolly.
4 comments:
File src/ipa/libipa/es10b_retr_notif_from_lst.c:
Patch Set #8, Line 168: "no euiccPackageResults searchCriteria in IpaEuiccDataRequest!\n");
In SGP.32 2.11.1.2: "if there is no searchCriteriaNotification the IPA SHALL return the notificationsList as part of the IpaEuiccDataResponse containing all Notifications stored in the eUICC." (similar sentence for A2).
So it is technically not an error wen the dr_tag is set to 0xA0. Section 5.9.11 (Function (ES10b): RetrieveNotificationsList) is also coherent with this: "If searchCriteria data object is omitted, the eUICC SHALL return all stored Notifications that are in the format of PendingNotificationList.."
I would recommend to drop (or to change the log level to LDEBUG) the error message as it is legal to ask for euiccPackageResults without specifying a search criteria. Having no criteria just means that the criteria is "all"
Patch Set #8, Line 229: "no searchCriteria in IpaEuiccDataRequest!\n");
(see comment above)
Patch Set #8, Line 246: "empty searchCriteria in IpaEuiccDataRequest!\n");
(see comment above)
Patch Set #8, Line 255: "no searchCriteria in IpaEuiccDataRequest!\n");
(see comment above)
To view, visit change 43062. To unsubscribe, or for help writing mail filters, visit settings.