Implementation of NMT (Nordic Mobile Telephoe) network

This commit is contained in:
Andreas Eversberg
2016-02-21 18:13:30 +01:00
parent cbfc818cce
commit 57caa536cf
19 changed files with 10866 additions and 3 deletions

View File

@@ -39,6 +39,8 @@ struct debug_cat {
{ "audio", "\033[0;31m" },
{ "anetz", "\033[1;34m" },
{ "bnetz", "\033[1;34m" },
{ "nmt", "\033[1;34m" },
{ "frame", "\033[0;36m" },
{ "call", "\033[1;37m" },
{ "mncc", "\033[1;32m" },
};