Add JollyCom, a simple and experimantal mobile network

This network that can be used with any radio and a DTMF transmitter.
This commit is contained in:
Andreas Eversberg
2017-11-12 15:59:48 +01:00
parent f2eb6b3e70
commit 72bdd3376f
14 changed files with 12514 additions and 12 deletions

View File

@@ -49,6 +49,7 @@ struct debug_cat {
{ "nmt", "\033[1;34m" },
{ "amps", "\033[1;34m" },
{ "r2000", "\033[1;34m" },
{ "jollycom", "\033[1;34m" },
{ "frame", "\033[0;36m" },
{ "call", "\033[0;37m" },
{ "mncc", "\033[1;32m" },

View File

@@ -13,16 +13,17 @@
#define DNMT 6
#define DAMPS 7
#define DR2000 8
#define DFRAME 9
#define DCALL 10
#define DMNCC 11
#define DDB 12
#define DTRANS 13
#define DDMS 14
#define DSMS 15
#define DSDR 16
#define DUHD 17
#define DSOAPY 18
#define DJOLLY 9
#define DFRAME 10
#define DCALL 11
#define DMNCC 12
#define DDB 13
#define DTRANS 14
#define DDMS 15
#define DSMS 16
#define DSDR 17
#define DUHD 18
#define DSOAPY 19
#define PDEBUG(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, -1, fmt, ## arg)
#define PDEBUG_CHAN(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, CHAN, fmt, ## arg)