summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-04-25 23:20:31 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-04-28 10:14:14 +0200
commitfd38f450ca175945bcfad2cd7d980b31657a0a7e (patch)
tree41f3c3ac1ecde4646f4cfa5956f62e0217adf023 /src/target/firmware
parent9ef310746309af9e25d08cebd1ddc3fabdb1a31d (diff)
target/layer1: Fix typo in l23 message reception debug
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware')
-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 1d2c5e42..e54d72bd 100644
--- a/src/target/firmware/layer1/l23_api.c
+++ b/src/target/firmware/layer1/l23_api.c
@@ -172,7 +172,7 @@ static void l1a_l23_rx_cb(uint8_t dlci, struct msgb *msg)
}
sync_req = (struct l1ctl_sync_new_ccch_req *) l1h->data;
- printd("L1CTL_DM_EST_REQ (arfcn=%u)\n", sync_req->band_arfcn);
+ printd("L1CTL_NEW_CCCH_REQ (arfcn=%u)\n", sync_req->band_arfcn);
/* reset scheduler and hardware */
l1s_reset();