summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/l1ctl_lapdm_glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/common/l1ctl_lapdm_glue.c')
-rw-r--r--src/host/layer23/src/common/l1ctl_lapdm_glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/common/l1ctl_lapdm_glue.c b/src/host/layer23/src/common/l1ctl_lapdm_glue.c
index 0b2a8ed5..2f352c38 100644
--- a/src/host/layer23/src/common/l1ctl_lapdm_glue.c
+++ b/src/host/layer23/src/common/l1ctl_lapdm_glue.c
@@ -52,7 +52,7 @@ int l1ctl_ph_prim_cb(struct osmo_prim_hdr *oph, void *ctx)
pp->u.rach_req.tx_power);
rc = l1ctl_tx_rach_req(ms, pp->u.rach_req.ra,
pp->u.rach_req.offset,
- pp->u.rach_req.is_combined_ccch);
+ pp->u.rach_req.is_combined_ccch, 0);
break;
default:
rc = -EINVAL;