dexter has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/68/37468/1
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
}
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37468?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id61c2261f931cacc543c76eea359bdcf22f36a4b
Gerrit-Change-Number: 37468
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange