aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-lc15/l1_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-lc15/l1_if.c')
-rw-r--r--src/osmo-bts-lc15/l1_if.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bts-lc15/l1_if.c b/src/osmo-bts-lc15/l1_if.c
index 987b6e35..4bc21037 100644
--- a/src/osmo-bts-lc15/l1_if.c
+++ b/src/osmo-bts-lc15/l1_if.c
@@ -1007,6 +1007,9 @@ static int handle_ph_data_ind(struct lc15l1_hdl *fl1, GsmL1_PhDataInd_t *data_in
return rc;
}
+ /* send empty TCH block to make RTP clock continue ticking in case of FACCH */
+ l1if_tch_rx(trx, chan_nr, NULL);
+
/* get rssi */
rssi = (int8_t) (data_ind->measParam.fRssi);
/* get data pointer and length */