Skip to content
Success

#772 (Jul 16, 2026, 4:02:00 PM)

Started 5 hr 17 min ago
Took 2 min 39 sec on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 17 ms waiting;
  • 2 min 39 sec build duration;
  • 2 min 39 sec total from scheduled to completion.
Revision: 0ee635ead3984d0c95a5dd9b302fa043cd060682
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    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