C-Netz: Implementation of a Funkvermittlungsstelle (FuVSt)

Useful to connect with a Funkfeststation (FuFSt).
This commit is contained in:
Andreas Eversberg
2020-02-23 15:14:16 +01:00
parent b5016d52ba
commit 59119f380f
18 changed files with 25414 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ struct debug_cat {
{ "sim layer 7", "\033[0;37m" },
{ "mtp layer 2", "\033[1;33m" },
{ "mtp layer 3", "\033[1;36m" },
{ "MuP", "\033[1;37m" },
{ NULL, NULL }
};

View File

@@ -40,6 +40,7 @@
#define DSIM7 33
#define DMTP2 34
#define DMTP3 35
#define DMUP 36
void get_win_size(int *w, int *h);