summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-27 09:47:48 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2013-02-27 09:47:48 +0100
commitb7dc02e8e17a36064bb8da285b57f80a313833c9 (patch)
tree2efcfb0cd27bfb2b00b868bc4ca50ac23d1b71e6 /include
parentf183f43f447f4e92ab6a12d4947e80b666a19274 (diff)
Set slot types for calypso BTS, handle filler table accordingly
Scheduling of NB/AB/SB/FB depends on given slot type by transceiver application.
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 86aaa5f4..97b24db5 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -310,6 +310,7 @@ struct l1ctl_traffic_req {
/* BTS mode: config */
struct l1ctl_bts_mode {
uint8_t enabled;
+ uint8_t type[8];
uint8_t bsic;
uint16_t band_arfcn;
uint8_t gain;