aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-04-20 10:40:15 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-04-20 10:44:43 +0200
commitbaa88d542c52ea0ea5fb301e82ac8c0931ef127d (patch)
treedb12509f638135a72db93c8d80404b0e8c471294
parentd28b9940b9c033b4456380dff05bed8d4d4e88ce (diff)
lchan: I forgot to handle TchH in my recent lchan fixes, add it to another place
Harald fixed the issue for the activation by adding TchH, but this needs to be added for de-activation as well.
-rw-r--r--src/osmo-bts-sysmo/oml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c
index 611f138..f46a2ce 100644
--- a/src/osmo-bts-sysmo/oml.c
+++ b/src/osmo-bts-sysmo/oml.c
@@ -925,6 +925,7 @@ static int lchan_deact_compl_cb(struct msgb *l1_msg, void *data)
switch (ic->sapi) {
case GsmL1_Sapi_Sdcch:
case GsmL1_Sapi_TchF:
+ case GsmL1_Sapi_TchH:
if (ic->dir == GsmL1_Dir_TxDownlink)
rsl_tx_rf_rel_ack(lchan);
break;