diff --git a/GSMProcessor.st b/GSMProcessor.st index 3c91052..4168b75 100644 --- a/GSMProcessor.st +++ b/GSMProcessor.st @@ -310,6 +310,11 @@ hosting various transactions and dispatching to them.'> self checkRelease. ] + dispatchDTAP: aMsg [ + + sem critical: [self dispatchGSM: aMsg data sapi: aMsg sapi] + ] + dispatchGSM: aMsg sapi: aSapi [ "Must be locked"