mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
simtrace.h: Increased host to SIMtrace buf size
The host got stuck sometimes when large data frames had to be send from the host program to SIMtrace. The printouts would just stop if many large packets were received from the SIM card and needed to be transferred to the mobile phone. Increasing the buffer length removed the problem.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#define DATAIN 2
|
||||
#define INT 3
|
||||
|
||||
#define BUFLEN 64
|
||||
#define BUFLEN 512
|
||||
|
||||
#define PHONE_DATAOUT 4
|
||||
#define PHONE_DATAIN 5
|
||||
|
||||
Reference in New Issue
Block a user