From 828c5130645bfde08c7b40c1f901f15701a669b4 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Wed, 27 Feb 2013 15:40:57 +0100 Subject: 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. --- include/l1ctl_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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; -- cgit v1.2.3