From b880a9907011c4f1e37b7c3cc8e4549a6520f5a1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 13 Mar 2014 21:34:48 +0100 Subject: [PATCH] msc: Fix fall-out from auth handling in the the processor We can continue if the state is either auth or ack. Probably only when it is in the state auth. --- src/GSMProcessor.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GSMProcessor.st b/src/GSMProcessor.st index 365931f..337d3a3 100644 --- a/src/GSMProcessor.st +++ b/src/GSMProcessor.st @@ -622,7 +622,7 @@ hosting various transactions and dispatching to them.'> endp sdp: aResult sdp. "Check what to do next" - state = self class stateAcked + (state = self class stateAcked or: [state = self class stateAuth]) ifTrue: [ self logDebug: 'GSMProc(srcref:%1) CRCX compl(%2) Code: %3.' % {self srcRef. endp callId. aResult code} area: #bsc.