summaryrefslogtreecommitdiff
path: root/src/lib/decoder/burst_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder/burst_types.h')
-rw-r--r--src/lib/decoder/burst_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/decoder/burst_types.h b/src/lib/decoder/burst_types.h
index 990e8f1..ee51f9a 100644
--- a/src/lib/decoder/burst_types.h
+++ b/src/lib/decoder/burst_types.h
@@ -17,6 +17,7 @@ static const unsigned char tail_bits[] = {0, 0, 0};
* The normal burst is used to carry information on traffic and control
* channels.
*/
+
static const int N_TSC_NUM = 8; // number of training sequence codes
static const int N_TSC_CODE_LEN = 26; // length of tsc
static const int N_TSC_OS = 61; // tsc offset
personal git repositories of Harald Welte. Your mileage may vary