summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/sched_lchan_xcch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/sched_lchan_xcch.c')
-rw-r--r--src/host/trxcon/sched_lchan_xcch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/host/trxcon/sched_lchan_xcch.c b/src/host/trxcon/sched_lchan_xcch.c
index cae3b19f..0aff9ac5 100644
--- a/src/host/trxcon/sched_lchan_xcch.c
+++ b/src/host/trxcon/sched_lchan_xcch.c
@@ -61,13 +61,11 @@ int rx_data_fn(struct trx_instance *trx, struct trx_ts *ts,
LOGP(DSCHD, LOGL_DEBUG, "Data received on %s: fn=%u ts=%u bid=%u\n",
lchan_desc->name, fn, ts->index, bid);
- /* Clear buffer & store frame number of first burst */
+ /* Reset internal state */
if (bid == 0) {
/* Clean up old measurements */
memset(&lchan->meas, 0x00, sizeof(lchan->meas));
- memset(buffer, 0, 464);
-
*first_fn = fn;
*mask = 0x0;
}