summaryrefslogtreecommitdiff
path: root/src/lib/decoder/sch.h
blob: 199d73962095f1a610634717b773e3757541d764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef __GSMSTACK_H__
#define __GSMSTACK_H__ 1

#ifdef __cplusplus
extern "C"
{
#endif

  int decode_sch(const unsigned char *buf, int * t1_o, int * t2_o, int * t3_o, int * ncc, int * bcc);

#ifdef __cplusplus
}
#endif

#endif

personal git repositories of Harald Welte. Your mileage may vary