From 02e4a3235acec3210a8551f0874eb65eb9a467bb Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 20 Feb 2008 11:18:20 +0000 Subject: updates... --- gsm-tvoid/src/lib/gsmstack.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gsm-tvoid/src/lib/gsmstack.h') diff --git a/gsm-tvoid/src/lib/gsmstack.h b/gsm-tvoid/src/lib/gsmstack.h index 9f0d9d8..fa858ba 100644 --- a/gsm-tvoid/src/lib/gsmstack.h +++ b/gsm-tvoid/src/lib/gsmstack.h @@ -6,9 +6,19 @@ extern "C" { #endif +#include "interleave.h" + typedef struct { int flags; + int fn; + int bsic; + char msg[23]; /* last decoded message */ + INTERLEAVE_CTX interleave_ctx; + + /* FIXME: later do this per each ts per each arfcn */ + unsigned char burst[4 * 58 * 2]; + int burst_count; } GS_CTX; int GS_new(GS_CTX *ctx); -- cgit v1.2.3