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

 (

7 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
 )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(-)

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_asn1_handler_utils.erl b/src/esipa_asn1_handler_utils.erl
index 2e4295c..8ad9cb6 100644
--- a/src/esipa_asn1_handler_utils.erl
+++ b/src/esipa_asn1_handler_utils.erl
@@ -20,6 +20,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: merged
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: Ibfbc6debcd36d2aae1f4530a608db823caf3a394
Gerrit-Change-Number: 43015
Gerrit-PatchSet: 8
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: jolly <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>

Reply via email to