This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Hoernchen gerrit-no-reply at lists.osmocom.orgHoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/17039 )
Change subject: PC_to_RDR_ResetParameters fix
......................................................................
PC_to_RDR_ResetParameters fix
Change-Id: I1d89a704727baa0fd1d14eb6f17809c69cc0df67
---
M ccid_common/ccid_device.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/39/17039/1
diff --git a/ccid_common/ccid_device.c b/ccid_common/ccid_device.c
index 34fdcc8..9e72e11 100644
--- a/ccid_common/ccid_device.c
+++ b/ccid_common/ccid_device.c
@@ -480,6 +480,8 @@
/* copy default parameters from somewhere */
/* FIXME: T=1 */
+ cs->proposed_pars = *cs->default_pars;
+
/* validate parameters; abort if they are not supported */
rc = cs->ci->slot_ops->set_params(cs, seq, CCID_PROTOCOL_NUM_T0, cs->default_pars);
if (rc < 0) {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/17039
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I1d89a704727baa0fd1d14eb6f17809c69cc0df67
Gerrit-Change-Number: 17039
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200128/f6fcca73/attachment.htm>