summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-08 21:46:29 +0700
committerlaforge <laforge@osmocom.org>2020-06-18 11:42:03 +0000
commit0d185cde4008126802468ec98b5bb3335b692902 (patch)
tree39cb5630acdae8ab37402718c4c5dfa3b7165c1d
parente4d6035a9ba50f28eeba616c29b0799d283083c3 (diff)
firmware/layer1: cosmetic: add missing comma to debug print
-rw-r--r--src/target/firmware/layer1/l23_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/layer1/l23_api.c b/src/target/firmware/layer1/l23_api.c
index e0fee840..d52d8f6e 100644
--- a/src/target/firmware/layer1/l23_api.c
+++ b/src/target/firmware/layer1/l23_api.c
@@ -376,7 +376,7 @@ static void l1ctl_rx_rach_req(struct msgb *msg)
struct l1ctl_info_ul *ul = (struct l1ctl_info_ul *) l1h->data;
struct l1ctl_rach_req *rach_req = (struct l1ctl_rach_req *) ul->payload;
- printd("L1CTL_RACH_REQ (ra=0x%02x, offset=%d combined=%d)\n",
+ printd("L1CTL_RACH_REQ (ra=0x%02x, offset=%d, combined=%d)\n",
rach_req->ra, ntohs(rach_req->offset), rach_req->combined);
l1a_rach_req(ntohs(rach_req->offset), rach_req->combined,