summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-27 10:38:01 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2013-02-27 10:38:01 +0100
commit048153214be27965aed121092906db7559db7bba (patch)
treec39c9718ae1f814be014ab940749cdd45b89610f /include
parent15f2dfa3b328fea56e55c823a5ce5060619741fb (diff)
Calypso BTS sends RSSI with each received bust
Diffstat (limited to 'include')
-rw-r--r--include/l1ctl_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index 97b24db5..b92ccf11 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -329,6 +329,7 @@ struct l1ctl_bts_burst_nb_ind {
uint32_t fn;
uint8_t tn;
uint8_t toa;
+ int8_t rssi;
uint8_t data[15];
} __attribute__((packed));