Add Osmo-CC library to replace MNCC

This commit is contained in:
Andreas Eversberg
2020-08-01 09:36:09 +02:00
parent 59119f380f
commit ad8a7be345
24 changed files with 6410 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ struct debug_cat {
{ "eurosignal", "\033[1;34m" },
{ "frame", "\033[0;36m" },
{ "call", "\033[0;37m" },
{ "mncc", "\033[1;32m" },
{ "cc", "\033[1;32m" },
{ "database", "\033[0;33m" },
{ "transaction", "\033[0;32m" },
{ "dms", "\033[0;33m" },

View File

@@ -20,6 +20,7 @@
#define DFRAME 13
#define DCALL 14
#define DMNCC 15
#define DCC 15
#define DDB 16
#define DTRANS 17
#define DDMS 18