Skip to content
Unstable

#1021 (Jun 9, 2026, 9:26:00 AM)

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

Started by timer

This run spent:

  • 22 ms waiting;
  • 1 min 3 sec build duration;
  • 1 min 3 sec total from scheduled to completion.
Revision: ca786b1a9723d502f550e731b3477f9b51e7856f
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (2 failures / ±0)Show all failed tests >>>
CCID: Check if parameters keep unchanged, if set without change.

Using SetParameters with the current set of parameter must not cause
them to change.

Change-Id: Id1bf5e58ba910d0633104b3bc3e902ce7d31cb10
laforge at
CCID: Fix “unsupported Secure” test case

Expect SlotStatus or DataBlock. The specification states that DataBlock
response is used to indicate, if Secure command is not suppported.
Existing implementation, such as Omnikey Cardman 3121 or
osmo-ccid-firmware respond with SlotStatus instead.

Change-Id: I21517c3e28e0d0e42e8a177b7c668bff15c35aa0
laforge at
CCID: Successful case 4 APDU test

A GET RESPONSE APDU must respond with the exact number of bytes that
have been indicated by SW2 of the previous SELECT MF APDU.

Change-Id: I88c5ad3285c025f584b1c0296095beb918ab3f4e
laforge at
CCID: Successful case 1 APDU test

A MANAGE CHANNEL APDU has no data and must respond without any data,
just the status words.

Change-Id: I7d5ee9bbd8bb2505a762e3fd80238db658940c16
laforge at
CCID: Successful case 2 and 3 APDU tests

A SELECT APDU has data and must respond without any data, just the
status words.

A READ BINARY APDU has no data, but it must respond with data, followed
by the status words.

Change-Id: I9110250020c11bc7382b6308a182c09bb79e5e5e
laforge at