From 7a743398cf4738e58a7a57f94dc079a6c529829d Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 20 Feb 2008 02:28:51 +0000 Subject: channel decoding (gsmstack) --- gsm-tvoid/src/lib/sch.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gsm-tvoid/src/lib/sch.h (limited to 'gsm-tvoid/src/lib/sch.h') diff --git a/gsm-tvoid/src/lib/sch.h b/gsm-tvoid/src/lib/sch.h new file mode 100644 index 0000000..6fd31b8 --- /dev/null +++ b/gsm-tvoid/src/lib/sch.h @@ -0,0 +1,16 @@ + +#ifndef __GSMSTACK_H__ +#define __GSMSTACK_H__ 1 + +#ifdef __cplusplus +extern "C" { +#endif + +int decode_sch(const unsigned char *src, int *fn_o, int *bsic_o); + +#ifdef __cplusplus +} +#endif + +#endif + -- cgit v1.2.3