Skip to content

Changes

Started by upstream project gerrit-pysim #2780
Started 15 hr ago
Queued 6.6 sec

Summary

  1. es9p_client: smdpOid is optional in download/install notification (details)
Commit 7da1ca47535d287302736040fbed292f1ec01627 by laforge
es9p_client: smdpOid is optional in download/install notification

See the following definition in the ASN.1:

ProfileInstallationResultData ::= [39] SEQUENCE { -- Tag 'BF27'
    transactionId[0] TransactionId, -- The TransactionID generated by the SM-DP+
    notificationMetadata[47] NotificationMetadata,
    smdpOid OBJECT IDENTIFIER OPTIONAL, -- SM-DP+ OID (same value as in CERT.DPpb.ECDSA)
    finalResult [2] CHOICE {
        successResult SuccessResult,
        errorResult ErrorResult
    }
}

Change-Id: I5df54df2ddc0590a5eca31d4f37ae94053d20067
The file was modifiedcontrib/es9p_client.py