Added SIM card emulator/sniffer for C-Netz

This commit is contained in:
Andreas Eversberg
2020-05-01 19:01:39 +02:00
parent cc49a3c674
commit 8fea1ef7bf
22 changed files with 10411 additions and 2 deletions

View File

@@ -71,6 +71,10 @@ struct debug_cat {
{ "device", "\033[0;33m" },
{ "datenklo", "\033[1;34m" },
{ "zeit", "\033[1;34m" },
{ "sim layer 1", "\033[0;31m" },
{ "sim layer 2", "\033[0;33m" },
{ "sim ICL layer", "\033[0;36m" },
{ "sim layer 7", "\033[0;37m" },
{ NULL, NULL }
};