dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/onomondo-eim/+/43015?usp=email )


Change subject: esipa_asn1_handler_utils: use eimTransactionId in 
EuiccPackageErrorUnsigned
......................................................................

esipa_asn1_handler_utils: use eimTransactionId in EuiccPackageErrorUnsigned

EuiccPackageErrorUnsigned contains an eimTransactionId, let's make sure that
it is used (if it is present).

Change-Id: Ibfbc6debcd36d2aae1f4530a608db823caf3a394
Related: SYS#8100
---
M src/esipa_asn1_handler_utils.erl
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/15/43015/1

diff --git a/src/esipa_asn1_handler_utils.erl b/src/esipa_asn1_handler_utils.erl
index ead177f..8d6e59a 100644
--- a/src/esipa_asn1_handler_utils.erl
+++ b/src/esipa_asn1_handler_utils.erl
@@ -24,6 +24,8 @@
                 euiccPackageErrorDataSigned, EuiccPackageErrorSigned
             ),
             maps:get(eimTransactionId, EuiccPackageErrorDataSigned, none);
+        {euiccPackageErrorUnsigned, EuiccPackageErrorUnsigned} ->
+            maps:get(eimTransactionId, EuiccPackageErrorUnsigned, none);
         _ ->
             none
     end.

--
To view, visit https://gerrit.osmocom.org/c/onomondo-eim/+/43015?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: Ibfbc6debcd36d2aae1f4530a608db823caf3a394
Gerrit-Change-Number: 43015
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>

Reply via email to