summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-06-12 16:57:20 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2013-06-12 16:57:20 +0200
commit5fc544f90135ed0dc34e35c9f1bc4420ccc654ed (patch)
treebddfc0c57b2a99275fa5ba814c6073dd70a38b6a /include
parentc736754345f636770ba76f66a86cb959a42a7466 (diff)
Add handover support to calypso BTS
Diffstat (limited to 'include')
-rw-r--r--include/l1ctl_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index 4aa3ad76..8d506154 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -313,6 +313,7 @@ struct l1ctl_bts_mode {
uint8_t tx_mask;
uint8_t rx_mask;
uint8_t type[8];
+ uint8_t handover[8];
uint8_t bsic;
uint16_t band_arfcn;
uint8_t gain;
@@ -338,6 +339,7 @@ struct l1ctl_bts_burst_nb_ind {
/* BTS mode: AB Burst Indication */
struct l1ctl_bts_burst_ab_ind {
uint32_t fn;
+ uint8_t tn;
uint8_t toa;
uint8_t iq[2*88];
} __attribute__((packed));