summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/trxcon/l1ctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c
index 9cd5fe61..e6f8f826 100644
--- a/src/host/trxcon/l1ctl.c
+++ b/src/host/trxcon/l1ctl.c
@@ -244,6 +244,8 @@ int l1ctl_tx_rach_conf(struct l1ctl_link *l1l,
return -ENOMEM;
dl = put_dl_info_hdr(msg, NULL);
+ memset(dl, 0x00, sizeof(*dl));
+
dl->band_arfcn = htons(band_arfcn);
dl->frame_nr = htonl(fn);