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

gsmproc: Implement dispatchDTAP:, send data and sapi forward

This commit is contained in:
Holger Hans Peter Freyther 2011-06-28 21:29:59 +02:00
parent 8fec553135
commit 5b9377dfd4
1 changed files with 5 additions and 0 deletions

View File

@ -310,6 +310,11 @@ hosting various transactions and dispatching to them.'>
self checkRelease.
]
dispatchDTAP: aMsg [
<category: 'private'>
sem critical: [self dispatchGSM: aMsg data sapi: aMsg sapi]
]
dispatchGSM: aMsg sapi: aSapi [
<category: 'private'>
"Must be locked"