dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/onomondo-eim/+/43401?usp=email )
Change subject: cosmetic/esipa_rest_utils: re-order IpaEuiccDataJson list
......................................................................
cosmetic/esipa_rest_utils: re-order IpaEuiccDataJson list
The order of the IEs in that list are not in the same order
as in the SGP.32 ASN.1 spec.
Change-Id: I6f962ce90d512369f8df37928546ec4b437d0b48
---
M src/esipa_rest_utils.erl
1 file changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/01/43401/1
diff --git a/src/esipa_rest_utils.erl b/src/esipa_rest_utils.erl
index 7959866..af9a649 100644
--- a/src/esipa_rest_utils.erl
+++ b/src/esipa_rest_utils.erl
@@ -531,6 +531,12 @@
case IpaEuiccDataResponse of
{ipaEuiccData, IpaEuiccData} ->
IpaEuiccDataJson = [
+ memberOrNilAsnHex(
+ notificationsList,
+ IpaEuiccData,
+ 'SGP32Definitions',
+ 'PendingNotificationList'
+ ),
memberOrNil(defaultSmdpAddress, IpaEuiccData),
memberOrNilAsnHex(
euiccInfo1,
@@ -569,12 +575,6 @@
IpaEuiccData,
'RSPDefinitions',
'DeviceInfo'
- ),
- memberOrNilAsnHex(
- notificationsList,
- IpaEuiccData,
- 'SGP32Definitions',
- 'PendingNotificationList'
)
],
IpaEuiccDataJsonFiltered =
--
To view, visit https://gerrit.osmocom.org/c/onomondo-eim/+/43401?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: I6f962ce90d512369f8df37928546ec4b437d0b48
Gerrit-Change-Number: 43401
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>