dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-eim/+/42874?usp=email )
Change subject: es9p_client: section 6.3.2.1, rename euiccCiPKIdToBeused to match SGP.32 V.1.2 ......................................................................
es9p_client: section 6.3.2.1, rename euiccCiPKIdToBeused to match SGP.32 V.1.2
Section 6.3.2.1: rename InitiateAuthenticationOkEsipa.euiccCiPKIdToBeused to InitiateAuthenticationOkEsipa.euiccCiPKIdentifierToBeUsed
Change-Id: I44c60a2f0d1129093ea67908d2eed167643a4a87 Related: SYS#8100 --- M src/esipa_asn1_handler.erl 1 file changed, 6 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/74/42874/1
diff --git a/src/esipa_asn1_handler.erl b/src/esipa_asn1_handler.erl index e816ee3..ae9bfa9 100644 --- a/src/esipa_asn1_handler.erl +++ b/src/esipa_asn1_handler.erl @@ -48,7 +48,12 @@ % FIXME). Otherwise we would have to add a ctxParams1 field and populate it with the matchingId and the % deviceInfo. The deviceInfo can be retrieved via an eUICC data request. % (see GSMA SGP.32, section 3.1.2.3). - {initiateAuthenticationOkEsipa, InitAuthOk}; + InitAuthOkEsipa = #{transactionId => maps:get(transactionId, InitAuthOk), + serverSigned1 => maps:get(serverSigned1, InitAuthOk), + serverSignature1 => maps:get(serverSignature1, InitAuthOk), + euiccCiPKIdentifierToBeUsed => maps:get(euiccCiPKIdToBeUsed, InitAuthOk), + serverCertificate => maps:get(serverCertificate, InitAuthOk)}, + {initiateAuthenticationOkEsipa, InitAuthOkEsipa}; {initiateAuthenticationError, InitAuthErr} -> ok = mnesia_db:work_finish( Pid,