dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37468?usp=email )
Change subject: SGP32Definitions_Templates: populate certificates correctly ......................................................................
SGP32Definitions_Templates: populate certificates correctly
The members eumCertificate and euiccCertificate are propulated with the wrong sample certificates.
Related: SYS#6563 Change-Id: Id61c2261f931cacc543c76eea359bdcf22f36a4b --- M library/euicc/SGP32Definitions_Templates.ttcn 1 file changed, 17 insertions(+), 4 deletions(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve
diff --git a/library/euicc/SGP32Definitions_Templates.ttcn b/library/euicc/SGP32Definitions_Templates.ttcn index 649545b..26003ad 100644 --- a/library/euicc/SGP32Definitions_Templates.ttcn +++ b/library/euicc/SGP32Definitions_Templates.ttcn @@ -97,8 +97,8 @@ euiccSigned1 := ts_euiccSigned1, euiccSignature1 := '5252525252525252525252525252525252525252525252525252525252525252 5353535353535353535353535353535353535353535353535353535353535353'O, - euiccCertificate := ts_cert_eum_nist, - eumCertificate := ts_cert_s_sm_dpauth_nist + euiccCertificate := ts_cert_euicc_nist, + eumCertificate := ts_cert_eum_nist } } } @@ -1124,8 +1124,8 @@ template (value) GetCertsResponse ts_getCertsResponse := { certs := { - eumCertificate := ts_cert_s_sm_dpauth_nist, - euiccCertificate := ts_cert_eum_nist + eumCertificate := ts_cert_eum_nist, + euiccCertificate := ts_cert_euicc_nist } }