smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

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.
This commit is contained in:
Holger Hans Peter Freyther 2014-03-13 21:34:48 +01:00
parent 1fae9e46ab
commit b880a99070
1 changed files with 1 additions and 1 deletions

View File

@ -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.