aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-07-20 23:36:19 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-07-20 23:36:50 +0200
commit773add207e1f01e32b3a20fab43a001e8d1cda44 (patch)
tree345ef3dedfb218bedb45e7f67877d7122e327cdd
parentbc37d06fcc05222f9a724f9f7fb5117dd1f069bd (diff)
osmo: There is a one offset on timeslots and timeslots in assignment
It is most likely a bug in the osmo calculation...
-rw-r--r--GSMProcessor.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/GSMProcessor.st b/GSMProcessor.st
index 1cdcc05..9b7a0b8 100644
--- a/GSMProcessor.st
+++ b/GSMProcessor.st
@@ -417,7 +417,7 @@ hosting various transactions and dispatching to them.'>
<category: 'audio-connect'>
"TODO: Maybe start a timer but we are guarded here anyway."
- ass := self class createAssignment: endp multiplex timeslot: endp timeslot.
+ ass := self class createAssignment: endp multiplex timeslot: endp timeslot - 1.
self nextPutData: (BSSAPManagement initWith: ass).
]