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

#ifndef __SCH_H__
#define __SCH_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