summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/l1ctl.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-07-12 18:46:56 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commitb91cdc6a4a7dee53b8bc6ded599d67803e5d139e (patch)
tree017e2afd77d471d4d62ac6b7898d2a7ff70ce3d3 /src/host/trxcon/l1ctl.h
parent46b47f5a5fdba1aeae589fd1163f860ef83d8f11 (diff)
host/trxcon/l1ctl.c: handle L1CTL_RACH_REQ
Diffstat (limited to 'src/host/trxcon/l1ctl.h')
-rw-r--r--src/host/trxcon/l1ctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/trxcon/l1ctl.h b/src/host/trxcon/l1ctl.h
index dae75e92..165865a8 100644
--- a/src/host/trxcon/l1ctl.h
+++ b/src/host/trxcon/l1ctl.h
@@ -15,3 +15,4 @@ int l1ctl_tx_reset_ind(struct l1ctl_link *l1l, uint8_t type);
int l1ctl_rx_cb(struct l1ctl_link *l1l, struct msgb *msg);
int l1ctl_tx_data_ind(struct l1ctl_link *l1l, struct l1ctl_info_dl *ind);
+int l1ctl_tx_rach_conf(struct l1ctl_link *l1l);