summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-10-30 17:27:03 +0200
committerSylvain Munaut2010-10-30 17:31:09 +0200
commit072d7dd4bfef5bad171d0561a6ce4f984a26fd88 (patch)
treed3db75cebc547a03e4ee9502d94bcd571f6da32f /include
parent[layer23] cell_log's scanning depth now depends on movement speed (diff)
downloadosmocom-072d7dd4bfef5bad171d0561a6ce4f984a26fd88.tar.gz
osmocom-072d7dd4bfef5bad171d0561a6ce4f984a26fd88.tar.xz
osmocom-072d7dd4bfef5bad171d0561a6ce4f984a26fd88.zip
target/fw/layer1: Change L1CTL RACH req to properly use all slots
Written-by: Andreas Eversberg <jolly@eversberg.eu> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include')
-rw-r--r--include/l1ctl_proto.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index 24cb64b..9adadfd 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -176,9 +176,8 @@ struct l1ctl_tch_mode_req {
/* the l1_info_ul header is in front */
struct l1ctl_rach_req {
uint8_t ra;
- uint8_t fn51;
- uint8_t mf_off;
- uint8_t padding[1];
+ uint8_t combined;
+ uint16_t offset;
} __attribute__((packed));
/* the l1_info_ul header is in front */