osmo-remsim/src
Kevin Redon 95c6c5d473 remsim: fix TPDU response size transmission
the TDPU response data size can be up to 256.
this length cannot be stored in a uint8_t, which would cause the
length to become 0, no data being send, and the reader reset the
card because of misbehaviour of the card (i.e. no/malformed
response leading to the timeout of the waiting time).

Change-Id: Id38f9e597ffff242e89ea3dd9fbdf0c9f444cc03
2018-10-15 19:54:02 +02:00
..
rspro minor: disable ASN1 debug 2018-10-11 17:17:39 +02:00
Makefile.am minor: disable ASN1 debug 2018-10-11 17:17:39 +02:00
apdu_dispatch.c add simtrace2 host libraries 2018-10-10 19:04:54 +02:00
apdu_dispatch.h add simtrace2 host libraries 2018-10-10 19:04:54 +02:00
bankd.h bankd: Implement re-opening/connecting to card/reader 2018-10-03 22:47:52 +02:00
bankd_main.c ensure the local asn1c library is used 2018-10-11 17:16:18 +02:00
bankd_pcsc.c bankd_pcsc: Add CSV based mapping of bank-id/slot-nr to PC/SC reader name 2018-09-23 19:29:51 +02:00
bankd_pcsc_slots.csv bankd_pcsc: Add CSV based mapping of bank-id/slot-nr to PC/SC reader name 2018-09-23 19:29:51 +02:00
bankd_slotmap.c bankd_slotmap: Fix debug statements 2018-09-23 19:26:09 +02:00
client.h move ClientSlot_t from fsm to client 2018-10-10 19:06:29 +02:00
driver_core.c initial checkin of osmo-remsim 2018-08-15 08:54:50 +02:00
driver_pcsc.c Add initial remsim-bankd skeleton 2018-08-15 08:56:31 +02:00
internal.h initial checkin of osmo-remsim 2018-08-15 08:54:50 +02:00
libusb_util.c add simtrace2 host libraries 2018-10-10 19:04:54 +02:00
libusb_util.h add simtrace2 host libraries 2018-10-10 19:04:54 +02:00
main.c remove libasn1c dependency and use asn1c without libasn1c 2018-10-03 23:34:21 +02:00
remsim_client.c remove libasn1c dependency and use asn1c without libasn1c 2018-10-03 23:34:21 +02:00
remsim_client_fsm.c move ClientSlot_t from fsm to client 2018-10-10 19:06:29 +02:00
rspro_util.c ensure the local asn1c library is used 2018-10-11 17:16:18 +02:00
rspro_util.h rspro_util: Add rspro_gen_ConnectClientRes() function 2018-09-24 14:56:04 +02:00
simtrace.h add simtrace2 host libraries 2018-10-10 19:04:54 +02:00
simtrace2-discovery.c add simtrace2 host libraries 2018-10-10 19:04:54 +02:00
simtrace2-discovery.h add simtrace2 host libraries 2018-10-10 19:04:54 +02:00
simtrace2-remsim_client.c remsim: fix TPDU response size transmission 2018-10-15 19:54:02 +02:00
simtrace_prot.h add simtrace2 host libraries 2018-10-10 19:04:54 +02:00
simtrace_usb.h add simtrace2 host libraries 2018-10-10 19:04:54 +02:00