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

Hoernchen gerrit-no-reply at lists.osmocom.org
Fri Oct 16 23:05:58 UTC 2020


Hoernchen has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/90/20690/1

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: 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/20201016/730e61e3/attachment.htm>


More information about the gerrit-log mailing list