Loading ePassport/ttcn/ePassport_Types.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -730,12 +730,12 @@ module ePassport_Types { PsoResponseTag psoResponseTag, PsoCommandTag psoCommandTag } with { variant (psoCommandTag) "intTag='psoCommandTag'"; variant (psoResponseTag) "intTag='psoResponseTag'"; variant (psoCommandTag) "intTag='psoCommandTag'"; } type Oct1 PsoResponseTag; type Oct1 PsoCommandTag; type UInt8 PsoResponseTag; type UInt8 PsoCommandTag; type union PerformSecurityOperationPayload { PerformSecurityOperationData performSecurityOperationData, Loading Loading
ePassport/ttcn/ePassport_Types.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -730,12 +730,12 @@ module ePassport_Types { PsoResponseTag psoResponseTag, PsoCommandTag psoCommandTag } with { variant (psoCommandTag) "intTag='psoCommandTag'"; variant (psoResponseTag) "intTag='psoResponseTag'"; variant (psoCommandTag) "intTag='psoCommandTag'"; } type Oct1 PsoResponseTag; type Oct1 PsoCommandTag; type UInt8 PsoResponseTag; type UInt8 PsoCommandTag; type union PerformSecurityOperationPayload { PerformSecurityOperationData performSecurityOperationData, Loading