summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-06-28 13:33:14 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-06-28 13:33:14 +0000
commitf2b1e55c1e33b4645e2249b2d347955345622ebb (patch)
tree4911377c0070a3bb686841e0ce88370fde3ad8e0 /include
parentf728fee2a9de44bb4d2d4e5c24ac537ff4b20991 (diff)
[layer23] Updated layer23 to current L1 support and forthcomming hopping.
Diffstat (limited to 'include')
-rw-r--r--include/l1a_l23_interface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/l1a_l23_interface.h b/include/l1a_l23_interface.h
index 05c3a5d5..5408c487 100644
--- a/include/l1a_l23_interface.h
+++ b/include/l1a_l23_interface.h
@@ -152,7 +152,9 @@ struct l1ctl_ccch_mode_req {
/* the l1_info_ul header is in front */
struct l1ctl_rach_req {
uint8_t ra;
- uint8_t padding[3];
+ uint8_t fn51;
+ uint8_t mf_off;
+ uint8_t padding[1];
} __attribute__((packed));
struct l1ctl_dm_est_req {