Skip to content
Success

#3363 (Jul 16, 2026, 2:03:08 PM)

Started 8 hr 12 min ago
Took 1.3 sec on build4-deb12build-ansible

Started by an SCM change

This run spent:

  • 7.5 sec waiting;
  • 1.3 sec build duration;
  • 8.9 sec total from scheduled to completion.
Revision: 0ee635ead3984d0c95a5dd9b302fa043cd060682
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
CCID: Check if reader times out while expecting procedure byte

A case 2 APDU (according to ISO 7816) is sent toward the reader. The
reader expects a procedure byte or a status word. If none of these are
sent by the SIM the reader must timeout and send an error message back
to the host.

Change-Id: Iacd6aacaf8220e69b9b7038e354d54c788d1eb05
jolly at
CCID: Check if reader handles Abort correctly

The tests aborts an ongoing case 2 APDU (according to ISO 7816). The
SIM responds with a NULL procedure byte so that the reader does not
time out.

The abort messages are sent on both, the control pipe and the bulk
pipe with the same sequence number.

This test fails with osmo-ccid-firmware, because the abort
message/handling is not yet implemented.

Change-Id: Iebe97e73497b8468ebf08faf2c4db700fc76997f
jolly at