summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-06-28 15:33:14 +0200
committerAndreas.Eversberg2010-06-28 15:33:14 +0200
commitf2b1e55c1e33b4645e2249b2d347955345622ebb (patch)
tree4911377c0070a3bb686841e0ce88370fde3ad8e0 /include
parent[layer23] Minor fix for MCC+MNC print format. (diff)
downloadosmocom-f2b1e55c1e33b4645e2249b2d347955345622ebb.tar.gz
osmocom-f2b1e55c1e33b4645e2249b2d347955345622ebb.tar.xz
osmocom-f2b1e55c1e33b4645e2249b2d347955345622ebb.zip
[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 05c3a5d..5408c48 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 {