Skip to content
Success

#430 (Jun 11, 2026, 5:14:00 PM)

Started 2 hr 40 min ago
Took 5 min 21 sec on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 11 ms waiting;
  • 5 min 21 sec build duration;
  • 5 min 21 sec total from scheduled to completion.
Revision: 48f70f4350adc8f40ab0e537142002a12983195d
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    NGAP: UESecurityCapabilities is optional in PathSwitchRequestAcknowledge

    Current master branch of Open5GS includes UESecurityCapabilities IE
    in PathSwitchRequestAcknowledge, older versions do not. In order to
    match message of all versions, replace the IE by an an asterisk.

    Change-Id: I4849709d2601505d9aa3ea6c85b718ec65540dff
    Andreas Eversberg at
    CCID: Update titan.TestPorts.USB to current head

    Update the USB test port dependency to include recent changes and
    bugfixes that are required for further CCID tests.

    Change-Id: I9dd769d2098822721f673b1293542fffa46542cc
    laforge at
    CCID: Truncated APDU test

    A SELECT APDU must have a header + two bytes of data (what to select).
    The test truncates this APDU in all variants, ranging from 6 bytes down
    to 0 bytes. The reader may respond with an error caused by invald
    request or with and error caused by timeout of the SIM.

    Change-Id: I3df2ad9871bccdd03f618a6a457671adb1624590
    laforge at
    SIMTRACE: Add missing pres_pol to CardEmu_BD_Config message

    Change-Id: I443e8151b0aa9bff150222ab6b507ed1f7946768
    laforge at
    CCID: Integrate SIMTRACE emulation into test cases

    This integration allows to add tests that use SIMtrace hardware instead
    of a physical SIM. These tests can be used to test handling of invalid
    behaviors, such as invalid responses or timeouts.

    The number of slots (mp_use_slot_count) are reduced to 7, so that the
    8th slot can be used with a SIMtrace for subsequent tests.

    Change-Id: Ia27dd5198edb188bc73196ac3fbd6d56ba75812e
    laforge at
    CCID: Add test to verify a working Simtrace setup

    This test checks if a valid request is forwarded to SIMtrace and a
    valid response is returned back to the reader.

    Change-Id: I19264bc257024e9028996e417ff23bbbaebf5f92
    laforge at
    CCID: Check if reader handles truncated SIM response

    The reader knows how many byte of data is expected in the SIM response.
    The emulated SIM will truncate that response, so that some data and the
    final status words are not sent by the SIM. The tests expects the
    reader to time out and return an appropriate error core.

    Change-Id: I6db6d7889a1355ee9aa2005e676fed5d20a3f2dc
    laforge at