Changes
Started by upstream project gerrit-osmo-ttcn3-hacks #4232
Started 11 hr ago
Queued 11 sec
Took 3.2 sec
on build4-deb12build-ansible
CCID: Send procedure byte, when not expected
A case 1 APDU does not request any data from SIM to return. The SIM will
only return a status byte with no procedure byte in advance.
The test sends a the INS byte + some other byte (0x42) instead of the
two status bytes as a response to the reader. The reader waits for
payload to be received from the SIM and times out.
This means that the reader uses the SIM response to determine if it is
a case 1 or case 2 APDU and not the instruction GET_RESPONSE or any
other instruction code.
Change-Id: Icffd48d99f0eb48e0898efb027854eba8c22f4a4
A case 1 APDU does not request any data from SIM to return. The SIM will
only return a status byte with no procedure byte in advance.
The test sends a the INS byte + some other byte (0x42) instead of the
two status bytes as a response to the reader. The reader waits for
payload to be received from the SIM and times out.
This means that the reader uses the SIM response to determine if it is
a case 1 or case 2 APDU and not the instruction GET_RESPONSE or any
other instruction code.
Change-Id: Icffd48d99f0eb48e0898efb027854eba8c22f4a4