1
0
Fork 0

bts: Dispatch SACCH deactivation used for test cases

This commit is contained in:
Holger Hans Peter Freyther 2013-12-10 15:06:48 +01:00
parent 6b652f549e
commit f070893f8a
1 changed files with 7 additions and 0 deletions

View File

@ -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.