SS7 MTP Layer 2/3 Implementation (partly)

This commit is contained in:
Andreas Eversberg
2020-03-06 16:40:21 +01:00
parent 6a18c924fb
commit b5016d52ba
13 changed files with 1781 additions and 1 deletions

View File

@@ -38,6 +38,8 @@
#define DSIM2 31
#define DSIMI 32
#define DSIM7 33
#define DMTP2 34
#define DMTP3 35
void get_win_size(int *w, int *h);
@@ -58,3 +60,5 @@ extern void (*print_console_text)(void);
extern int debug_limit_scroll;
const char *debug_hex(const uint8_t *data, int len);