summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSylvain Munaut2010-04-25 23:20:31 +0200
committerSylvain Munaut2010-04-28 10:14:14 +0200
commitfd38f450ca175945bcfad2cd7d980b31657a0a7e (patch)
tree41f3c3ac1ecde4646f4cfa5956f62e0217adf023 /src
parenttarget_dsp/calypso: Add some pointers to get started in IDA (diff)
downloadosmocom-fd38f450ca175945bcfad2cd7d980b31657a0a7e.tar.gz
osmocom-fd38f450ca175945bcfad2cd7d980b31657a0a7e.tar.xz
osmocom-fd38f450ca175945bcfad2cd7d980b31657a0a7e.zip
target/layer1: Fix typo in l23 message reception debug
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src')
-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 1d2c5e4..e54d72b 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();