Skip to content
Unstable

#862 (Jul 16, 2026, 2:46:00 PM)

Started 2 hr 14 min ago
Took 38 min on build4-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 6 ms waiting;
  • 38 min build duration;
  • 38 min total from scheduled to completion.
Revision: 0ee635ead3984d0c95a5dd9b302fa043cd060682
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (5 failures / ±0)Show all failed tests >>>
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