Change in osmo-ccid-firmware[master]: ccid: disable handling t1 parameters for now

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Oct 18 10:37:28 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/20690 )

Change subject: ccid: disable handling t1 parameters for now
......................................................................

ccid: disable handling t1 parameters for now

We don't support t1 yet, so those are errors.

Change-Id: I660246be7846eed46ecb729545658b3b95ad7c3a
---
M ccid_common/ccid_device.c
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/ccid_common/ccid_device.c b/ccid_common/ccid_device.c
index 6574564..fe21414 100644
--- a/ccid_common/ccid_device.c
+++ b/ccid_common/ccid_device.c
@@ -532,9 +532,9 @@
 	case CCID_PROTOCOL_NUM_T0:
 		rc = decode_ccid_pars_t0(&pars_dec, &spar->abProtocolData.t0);
 		break;
-	case CCID_PROTOCOL_NUM_T1:
-		rc = decode_ccid_pars_t1(&pars_dec, &spar->abProtocolData.t1);
-		break;
+//	case CCID_PROTOCOL_NUM_T1:
+//		rc = decode_ccid_pars_t1(&pars_dec, &spar->abProtocolData.t1);
+//		break;
 	default:
 		LOGP(DCCID, LOGL_ERROR, "SetParameters: Invalid Protocol 0x%02x\n",spar->bProtocolNum);
 		resp = ccid_gen_parameters_t0(cs, seq, CCID_CMD_STATUS_FAILED, 0);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/20690
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: I660246be7846eed46ecb729545658b3b95ad7c3a
Gerrit-Change-Number: 20690
Gerrit-PatchSet: 4
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201018/6c44a07c/attachment.htm>


More information about the gerrit-log mailing list