1
0
Fork 0

fakebts: Add the wrapping to allow to send messages on SAPI=3

This commit is contained in:
Holger Hans Peter Freyther 2012-11-24 23:35:41 +01:00
parent 4aa47e87b7
commit 7cd4ed9602
1 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,7 @@ Object subclass: LogicalChannelWrapper [
nextSapi3Msg [
<category: 'msg'>
^ sapi3 next.
]
sendGSM: aGSM [
@ -69,6 +70,11 @@ Object subclass: LogicalChannelWrapper [
lchan sendGSM: aGSM
]
sendGSM: aGSM sapi: aSapi [
<category: 'sending'>
lchan sendGSM: aGSM sapi: aSapi
]
releaseAllSapis [
<category: 'release'>