summaryrefslogtreecommitdiff
path: root/gsmstack/tch.h
blob: c27d6335ed8ae5733c18567435bc6a0ab095fd75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __GSMSTACK_TCH_H__
#define __GSMSTACK_TCH_H__ 1

#ifdef __cplusplus
extern "C" {
#endif

#include "gsmstack.h"

unsigned char *decode_tch(GS_CTX *ctx, unsigned char *burst, unsigned int *len);

#ifdef __cplusplus
}
#endif

#endif
personal git repositories of Harald Welte. Your mileage may vary