summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-10 15:06:48 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-10 16:04:12 +0100
commitf070893f8a2724807c6c614b07955a9ff8ec4d50 (patch)
tree1a801846e03327e3128cf2724df3b7026a905221
parent6b652f549ef8a60e9be22a7e698371fa9800402e (diff)
bts: Dispatch SACCH deactivation used for test cases
-rw-r--r--fakebts/BTS.st7
1 files changed, 7 insertions, 0 deletions
diff --git a/fakebts/BTS.st b/fakebts/BTS.st
index 77cd0a7..73215b9 100644
--- a/fakebts/BTS.st
+++ b/fakebts/BTS.st
@@ -136,6 +136,13 @@ RSLDataRequest extend [
]
RSLSacchDeactivate extend [
+ trxDispatchOn: aTrx with: lchan [
+ <category: '*-BTS-Core'>
+ lchan
+ dataRequest: self l3Information data
+ sapi: (self linkIdentifier data first bitAnd: 2r111).
+ ]
+
trxDispatchOn: aTrx [
<category: '*-BTS-Core'>
Transcript nextPutAll: 'Deactivating SACCH. Not doing anything'; nl.