Skip to content
Success

#1422 (Jun 18, 2026, 12:47:00 PM)

Started 3 hr 23 min ago
Took 1 min 1 sec on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 6 ms waiting;
  • 1 min 1 sec build duration;
  • 1 min 1 sec total from scheduled to completion.
Revision: 0b9f6a90ac002cdd0f4382a91bbedb3feea304ad
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    CCID: Check if reader accepts highest P3 value 0xff

    This test should ensure that there is no buffer overflow when receiving
    large responses from SIM.

    Change-Id: I298795d791f2964758bd4792e10131f92cf561bc
    Andreas Eversberg at
    CCID: Check if reader handles special P3 value 0x00 correctly

    If data is requested from SIM with P3 set 0x00, it means that 256
    bytes are requested. The reader will receive a procedure byte, which
    must cause it to receive all 256 data bytes + two status words.

    Change-Id: Icc3fd1937b9829fcf825c58d7b676aa2be2c48e7
    Andreas Eversberg at
    CCID: Check if reader restarts WWT upon NULL procedure byte

    The reader will receive a NULL procedure byte every 0.2 for a long time.
    The reader may only respond with a status that time extension was
    requested. At the end the SIM proceeds with a valid response. This
    response must be returned by the reader.

    Change-Id: I4eb09e86f88df19d96e9ec55872654352ca2ebd5
    Andreas Eversberg at
    SIMTRACE: Increase USB receive buffer size

    The maximum SIM request data can be 255 bytes. Additionally, the
    SIMtrace PDU header is 14 bytes. So increase the buffer to 269 bytes.

    Change-Id: I05261b4a754b4892955d0b4e426bd32be261efa7
    Andreas Eversberg at
    CCID: Check if reader sends request TPDU with maximum size

    The maximum size of a request TPDU can have 5 bytes header and 255 bytes
    data. It is expected that the reader transmits all bytes to SIM without
    failure.

    Change-Id: I7c1cb52b578c19d6c0ec1493e45f6ed9c43735b4
    Andreas Eversberg at
    CCID: Check response of reader with empty SIM carrier

    The reader has a SIM carrier inserted, but there is no response from the
    SIM while expecting the ATR. The reader will get a timeout and is
    expected to respond with a suitable error code.

    The test uses the slot with the SIMtrace inserted. The SIMtrace will not
    respond with an ATR. This way there is no (extra) empty slot required
    for this test.

    Change-Id: Ifebdcce8f9dd9a51de5a5cb6cf223041d5c38622
    Andreas Eversberg at
    CCID: Add testenv.cfg to run tests using testenv

    Change-Id: I97c9da414facf438aa28d5200c4152730ff763a2
    Andreas Eversberg at
    CCID: Check if reader times out while expecting status words

    A case 1 APDU is sent toward the reader. The reader expects two status
    words. If none of these are sent by the SIM the reader must timeout and
    send an error message back to the host.

    Change-Id: I054b56a9e2f10e5b984ad0398efb4be5696ce16c
    Andreas Eversberg at