mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-08-14 22:41:59 +03:00
firmware: Implement debug command via USB control vendor class
Allows to collect talloc reports and other debug information from a script while the remsim-client is still running. Change-Id: I1f4d29335eb0d2feef376b8ecdfe57a0162914d6
This commit is contained in:
@@ -86,6 +86,12 @@ enum simtrace_msg_type_sniff {
|
||||
SIMTRACE_MSGT_SNIFF_TPDU,
|
||||
};
|
||||
|
||||
/* Simtrace ctrl vendor requests */
|
||||
enum simtrace_vendor_req {
|
||||
/* get debug infos */
|
||||
SIMTRACER_VENDOR_REQ_GET_DEBUG_INFO = 0,
|
||||
};
|
||||
|
||||
/* common message header */
|
||||
struct simtrace_msg_hdr {
|
||||
uint8_t msg_class; /* simtrace_msg_class */
|
||||
|
||||
Reference in New Issue
Block a user