summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/sync.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-04-07 08:49:51 +0200
committerHarald Welte <laforge@gnumonks.org>2010-04-07 08:49:51 +0200
commitb155a7c6abce6d763c95af7ccc8db72ec1621735 (patch)
treed1f68107dc7f793af0c42cce89b95e14e907a8e9 /src/target/firmware/include/layer1/sync.h
parent55d9b8058ab35b132fa14c47bd3181e0fdce0288 (diff)
layer1: bsic should be uint8_t, not uint32_t
Diffstat (limited to 'src/target/firmware/include/layer1/sync.h')
-rw-r--r--src/target/firmware/include/layer1/sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/include/layer1/sync.h b/src/target/firmware/include/layer1/sync.h
index c117758d..6407b215 100644
--- a/src/target/firmware/include/layer1/sync.h
+++ b/src/target/firmware/include/layer1/sync.h
@@ -11,7 +11,7 @@ struct l1_cell_info {
/* on which ARFCN (+band) is the cell? */
uint16_t arfcn;
/* what's the BSIC of the cell (from SCH burst decoding) */
- uint32_t bsic;
+ uint8_t bsic;
/* whats the delta of the cells current GSM frame number
* compared to our current local frame number */
int32_t fn_offset;