Skip to content
Success

#4391 (Mar 10, 2026, 4:33:08 PM)

Started 4 hr 16 min ago
Took 10 min on octsimtest

Started by upstream project octsim_osmo-ccid-firmware build number 4391
originally caused by:

This run spent:

  • 0 ms waiting;
  • 10 min build duration;
  • 10 min total from scheduled to completion.
Revision: f2f1bb884194f04f306993de16841b606d5c0fc6
Repository: https://gerrit.osmocom.org/osmo-ccid-firmware
  • origin/master
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
laforge at
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
laforge at