From 5b9377dfd419d29f474455f39973e64d0fdc228d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 28 Jun 2011 21:29:59 +0200 Subject: [PATCH] gsmproc: Implement dispatchDTAP:, send data and sapi forward --- GSMProcessor.st | 5 +++++ 1 file changed, 5 insertions(+) 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"