Corrected wrong lenght of the Access Burst

This commit is contained in:
Piotr Krysik 2017-11-29 16:39:41 +01:00
parent 2344483869
commit 800ac63109
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#define USEFUL_BITS 142 //(2*(DATA_BITS+STEALING_BIT) + N_TRAIN_BITS )
#define FCCH_BITS USEFUL_BITS
#define BURST_SIZE (USEFUL_BITS+2*TAIL_BITS)
#define ACCESS_BURST_SIZE 87
#define ACCESS_BURST_SIZE 88
#define PROCESSED_CHUNK BURST_SIZE+2*GUARD_PERIOD
#define SCH_DATA_LEN 39