aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).
]