<matrixBuild _class='hudson.matrix.MatrixBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>BRANCH</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>EMAIL_NOTIFICATIONS</name><value>jenkins-notifications@lists.osmocom.org laforge@gnumonks.org ewild@sysmocom.de</value></parameter></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>52247</buildingDurationMillis><executingTimeMillis>52247</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>7924</waitingDurationMillis><waitingTimeMillis>7924</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>2384</buildNumber><marked><SHA1>f2f1bb884194f04f306993de16841b606d5c0fc6</SHA1><branch><SHA1>f2f1bb884194f04f306993de16841b606d5c0fc6</SHA1><name>origin/master</name></branch></marked><revision><SHA1>f2f1bb884194f04f306993de16841b606d5c0fc6</SHA1><branch><SHA1>f2f1bb884194f04f306993de16841b606d5c0fc6</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginosmithwip _class='hudson.plugins.git.util.Build'><buildNumber>2212</buildNumber><marked><SHA1>ed79c6a9d998f951f2d45559f67d5ae4798227cb</SHA1><branch><SHA1>ed79c6a9d998f951f2d45559f67d5ae4798227cb</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></marked><revision><SHA1>ed79c6a9d998f951f2d45559f67d5ae4798227cb</SHA1><branch><SHA1>ed79c6a9d998f951f2d45559f67d5ae4798227cb</SHA1><name>refs/remotes/origin/osmith/wip</name></branch></revision></refsremotesoriginosmithwip><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>1168</buildNumber><marked><SHA1>62e18147cc4dd566884dcdcca0be3e028c305245</SHA1><branch><SHA1>62e18147cc4dd566884dcdcca0be3e028c305245</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>62e18147cc4dd566884dcdcca0be3e028c305245</SHA1><branch><SHA1>62e18147cc4dd566884dcdcca0be3e028c305245</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>f2f1bb884194f04f306993de16841b606d5c0fc6</SHA1><branch><SHA1>f2f1bb884194f04f306993de16841b606d5c0fc6</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-ccid-firmware</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#2384</displayName><duration>52247</duration><estimatedDuration>40368</estimatedDuration><fullDisplayName>master-osmo-ccid-firmware #2384</fullDisplayName><id>2384</id><inProgress>false</inProgress><keepLog>false</keepLog><number>2384</number><queueId>55645</queueId><result>SUCCESS</result><timestamp>1773160328776</timestamp><url>https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-ccid-firmware/2384/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>ccid_common/ccid_device.c</affectedPath><affectedPath>ccid_common/ccid_proto.h</affectedPath><commitId>2dc15fb6727faa05738ee63b53ce3e81cb8f4f42</commitId><timestamp>1773160033000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/laforge</absoluteUrl><fullName>laforge</fullName></author><authorEmail>laforge@osmocom.org</authorEmail><comment>ccid: Fix CCID RDR_to_PC_Parameters (missing bProtocolNum)

Our RDR_to_PC_Parameters message was broken, as it was missing
the bProtocolNum value after the header.  Let's fix that.

Change-Id: I67d5cb876d20b29f4759d5b194606f34b8b966c4
</comment><date>2026-03-10 16:27:13 +0000</date><id>2dc15fb6727faa05738ee63b53ce3e81cb8f4f42</id><msg>ccid: Fix CCID RDR_to_PC_Parameters (missing bProtocolNum)</msg><path><editType>edit</editType><file>ccid_common/ccid_proto.h</file></path><path><editType>edit</editType><file>ccid_common/ccid_device.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>ccid_common/ccid_proto.h</affectedPath><commitId>f2f1bb884194f04f306993de16841b606d5c0fc6</commitId><timestamp>1773160033000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/laforge</absoluteUrl><fullName>laforge</fullName></author><authorEmail>laforge@osmocom.org</authorEmail><comment>ccid: Fix [unused] RDR_to_PC_Hardware_Error struct definition

Our definition of the message was wrong; it is an interrupt endpoint
message without the full header of the bulk-in endpoint. Luckily the
definition was not used in the code base, so this is not fixing any
problem visible on the protocol level.

Change-Id: Ieb756c37402c4ebea32cc3cd23ba3842f4c0df3e
</comment><date>2026-03-10 16:27:13 +0000</date><id>f2f1bb884194f04f306993de16841b606d5c0fc6</id><msg>ccid: Fix [unused] RDR_to_PC_Hardware_Error struct definition</msg><path><editType>edit</editType><file>ccid_common/ccid_proto.h</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/laforge</absoluteUrl><fullName>laforge</fullName></culprit><run><number>2384</number><url>https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-osmo-ccid-firmware/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/2384/</url></run></matrixBuild>