aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-04-19 22:27:55 +0200
committerHarald Welte <laforge@gnumonks.org>2012-04-19 22:27:55 +0200
commitb1644b22d0786133b28f2af3bffa5f22ffe222d2 (patch)
tree1fda54a22499613c653b7d49c48dd9b6b3a87778 /src/osmo-bts-sysmo
parentbcd08888f9efbfa7c3e401ac0fbbb339059ff4b1 (diff)
Fix TCH/H channel activation after zecke's recent lchan fixes
Diffstat (limited to 'src/osmo-bts-sysmo')
-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 403a8e4f..3f508e75 100644
--- a/src/osmo-bts-sysmo/oml.c
+++ b/src/osmo-bts-sysmo/oml.c
@@ -465,6 +465,7 @@ static int lchan_act_compl_cb(struct msgb *l1_msg, void *data)
switch (ic->sapi) {
case GsmL1_Sapi_Sdcch:
case GsmL1_Sapi_TchF:
+ case GsmL1_Sapi_TchH:
time = bts_model_get_time(lchan->ts->trx->bts);
if (lchan->state == LCHAN_S_ACTIVE)
rsl_tx_chan_act_ack(lchan, time);