CCID: Fix parsing of CCID_PC_to_RDR_SetParameters, CCID_RDR_to_PC_Parameters

This commit is contained in:
Harald Welte 2019-11-28 13:30:37 +01:00
parent 9d7534aaaf
commit c622b6409a
1 changed files with 5 additions and 0 deletions

View File

@ -193,6 +193,8 @@ type record CCID_PC_to_RDR_SetParameters {
OCT1 bProtocolNum,
OCT2 abRFU,
CCID_ProtocolData abProtocolData
} with { variant (abProtocolData) "CROSSTAG(T0, bProtocolNum = '00'O;
T1, bProtocolNum = '01'O)"
};
/* Section 6.1.8 */
@ -273,7 +275,10 @@ type record CCID_RDR_to_PC_SlotStatus {
/* Section 6.2.3 */
type record CCID_RDR_to_PC_Parameters {
OCT1 bProtocolNum,
CCID_ProtocolData abProtocolData
} with { variant (abProtocolData) "CROSSTAG(T0, bProtocolNum = '00'O;
T1, bProtocolNum = '01'O)"
};
/* Section 6.2.4 */