Skip to content

Commit

Permalink
Merge pull request #4 from ckahlo/patch-1
Browse files Browse the repository at this point in the history
return a definitive answer on GetParameters
  • Loading branch information
abarisani committed May 3, 2023
2 parents 18d85b5 + 082d87d commit 8c40ba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/ccid/get_parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ func (cmd *GetParameters) Handle(_ []byte, _ *icc.Interface) ([]byte, error) {
MessageType: PARAMETERS,
Slot: cmd.Slot,
Seq: cmd.Seq,
Status: FAILED,
Status: ICC_PRESENT_AND_ACTIVE,
ProtocolNum: 0x01, // indicate use of T=1
}

return Serialize(res)
Expand Down

0 comments on commit 8c40ba2

Please sign in to comment.