mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
firmware/sniffer: Log old and new state in ISO7816-3 state changes
Change-Id: Iddb460cc2ad02c11a74de10dab127bb14cee9605
This commit is contained in:
@@ -302,9 +302,10 @@ static void change_state(enum iso7816_3_sniff_state iso_state_new)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TRACE_INFO("ISO 7816-3 state %u->%u\n\r", iso_state, iso_state_new);
|
||||||
|
|
||||||
/* save new state */
|
/* save new state */
|
||||||
iso_state = iso_state_new;
|
iso_state = iso_state_new;
|
||||||
TRACE_INFO("Changed to ISO 7816-3 state %u\n\r", iso_state);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct value_string data_flags[] = {
|
const struct value_string data_flags[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user