#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include "spandsp.h"
|
|
#define | SPANDSP_EXPOSE_INTERNAL_STRUCTURES |
| |
|
#define | MAX_FIELDS 42 |
| |
|
#define | MAX_FIELD_LEN 8192 |
| |
|
|
int | main (int argc, char *argv[]) |
| |
|
|
int | t38_version |
| |
|
int | succeeded = TRUE |
| |
|
int | ok_indicator_packets |
| |
|
int | bad_indicator_packets |
| |
|
int | ok_data_packets |
| |
|
int | bad_data_packets |
| |
|
int | missing_packets |
| |
|
int | current_indicator |
| |
|
int | current_data_type |
| |
|
int | current_field_type |
| |
|
int | skip |
| |
|
uint8_t | field_body [42][8192] |
| |
|
int | field_len [42] |
| |