10
0
Fork 0
mirror of https://gerrit.osmocom.org/simtrace2 synced 2024-08-10 21:16:22 +00:00
simtrace2/host
Kévin Redon 7e5cda5732 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: Iae7671085aaa3115a02d82530dd7a0e7e2d4155e
2018-10-21 12:29:26 +00:00
..
99-simtrace2.rules add udev rules for all (currently) supported devices 2017-03-06 21:03:41 +01:00
apdu_dispatch.c host: set license to GPLv2+ 2018-07-11 22:01:56 +02:00
apdu_dispatch.h host: set license to GPLv2+ 2018-07-11 22:01:56 +02:00
libusb_util.c libusb_util.c: Avoid gcc warning about strncpy() 2018-10-12 15:15:08 +02:00
libusb_util.h host: set license to GPLv2+ 2018-07-11 22:01:56 +02:00
Makefile host: clean library dependencies 2018-09-06 23:15:44 +02:00
simtrace.h remote-sim host tools: Auto-discover the endpoint addresses 2016-03-19 21:28:09 +01:00
simtrace2-discovery.c host: set license to GPLv2+ 2018-07-11 22:01:56 +02:00
simtrace2-discovery.h host: set license to GPLv2+ 2018-07-11 22:01:56 +02:00
simtrace2-remsim.c remsim: fix TPDU response size transmission 2018-10-21 12:29:26 +00:00
simtrace2-sniff.c simtrace2-sniff: Fix build with released libosmocore versions 2018-08-26 11:43:12 +02:00
simtrace2_usb.c Fix compiler warning: no-return-in-nonvoid-function simtrace2_usb.c 2018-10-13 22:14:06 +00:00
simtrace_prot.h Convert to new generalized SIMTRACE2 USB protocol 2017-05-09 13:24:23 +02:00
simtrace_usb.h host USB: use central SIMtrace USB ID definition header 2018-07-04 17:10:08 +02:00
usb2udp.c owhw: set the right simtrace USB ID in usb2udp 2018-09-08 08:22:56 +02:00