aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-12-02 03:23:07 +0100
committerAlexander Couzens <lynxis@fe80.eu>2016-12-02 03:23:07 +0100
commitdf616a6076551b790bf7723f215b206b864ea8be (patch)
tree529a1484d9033ccbf8e1219ea897eaf38aa4764b
parentcb6111ab4f103565655a774ed421a69f7bc3183f (diff)
bts: start timer when sending dl assignment in acch FIXME!
Change-Id: I2f235b4ce4b085b2461c257e0f2b17ba07e636b4 first: using the wrong timeout, what says the Spec? second: we should re-evaluate when the timeout hits if we shouldnt try PACCH now
-rw-r--r--src/bts.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index ab22f72d..4928b333 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -753,6 +753,9 @@ void BTS::trigger_dl_ass(
/* send immediate assignment */
dl_tbf->bts->snd_dl_ass(dl_tbf, 0, dl_tbf->imsi());
dl_tbf->m_wait_confirm = 1;
+ /* start timer */
+ tbf_timer_start(dl_tbf, 0, Tassign_pacch);
+
}
}