summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-27 15:40:57 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2013-02-27 16:40:37 +0100
commit828c5130645bfde08c7b40c1f901f15701a669b4 (patch)
tree1960057d38afd1340c5d9dc1780135b798947cfe /include
parent906f1826e7250be259228e13eb7b323a3a1d035b (diff)
Calypso BTS uses tx_mask and rx_mask to define which slots to TX or RX
Each mask is used to define first time slot number and number of timeslots per frame. The transceiver needs to choose different masks, depending on single phone or multi phone operation. Note: Currently the code only works with very limited number of mask values.
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 ddead86c..4aa3ad76 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -310,6 +310,8 @@ struct l1ctl_traffic_req {
/* BTS mode: config */
struct l1ctl_bts_mode {
uint8_t enabled;
+ uint8_t tx_mask;
+ uint8_t rx_mask;
uint8_t type[8];
uint8_t bsic;
uint16_t band_arfcn;