summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb
diff options
context:
space:
mode:
authorHarald Welte2011-06-24 00:42:01 +0200
committerHarald Welte2011-06-24 00:42:01 +0200
commit68d03b86f4c28319967fdf2b6056e2884e8a8de3 (patch)
treee771485280420923b8eff20d0286d3c98db49019 /src/host/layer23/include/osmocom/bb
parentlapdm: use msgb_tlv_put instead of manual equivalent (diff)
downloadosmocom-68d03b86f4c28319967fdf2b6056e2884e8a8de3.tar.gz
osmocom-68d03b86f4c28319967fdf2b6056e2884e8a8de3.tar.xz
osmocom-68d03b86f4c28319967fdf2b6056e2884e8a8de3.zip
lapdm: implement RSL CHAN RQD generation from PH-RA.ind
Diffstat (limited to 'src/host/layer23/include/osmocom/bb')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/lapdm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/lapdm.h b/src/host/layer23/include/osmocom/bb/common/lapdm.h
index b966972..362b89e 100644
--- a/src/host/layer23/include/osmocom/bb/common/lapdm.h
+++ b/src/host/layer23/include/osmocom/bb/common/lapdm.h
@@ -29,6 +29,7 @@ struct ph_rach_req_param {
/* for PH-RANDOM_ACCESS.ind */
struct ph_rach_ind_param {
uint8_t ra;
+ uint8_t acc_delay;
uint32_t fn;
};