summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-27 10:59:28 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2013-02-27 10:59:28 +0100
commitd2e77f0d888150c300ba095a4c3e9887a44b428a (patch)
treef51578137a34ae5ce0d0d3a510656141c1f993c8 /include
parent78408ed5a4493c0951e0faa59fa6db7586fc3d24 (diff)
Calypso BTS sends RSSI with each received bust
For access burst, the TOA offset is used as offset when reading the 88 IQ values from DSP buffer.
Diffstat (limited to 'include')
-rw-r--r--include/l1ctl_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index b92ccf11..ddead86c 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -328,7 +328,7 @@ struct l1ctl_bts_burst_req {
struct l1ctl_bts_burst_nb_ind {
uint32_t fn;
uint8_t tn;
- uint8_t toa;
+ int8_t toa;
int8_t rssi;
uint8_t data[15];
} __attribute__((packed));
@@ -336,6 +336,7 @@ struct l1ctl_bts_burst_nb_ind {
/* BTS mode: AB Burst Indication */
struct l1ctl_bts_burst_ab_ind {
uint32_t fn;
+ uint8_t toa;
uint8_t iq[2*88];
} __attribute__((packed));