1
0
Fork 0

fakebts: Respond with a Mode Modify ACK without any checking

Respond with a Mode Modify ACK from the dispatch, this could be
moved to the lchan to test ACK/NACK on this.
This commit is contained in:
Holger Hans Peter Freyther 2012-12-23 17:23:54 +01:00
parent 0d7ad9fea2
commit 6a514a588f
1 changed files with 17 additions and 0 deletions

View File

@ -142,6 +142,23 @@ RSLSacchDeactivate extend [
]
]
RSLModeModifyRequest extend [
trxDispatchOn: aTrx with: lchan [
| ack |
<category: '*-BTS-Core'>
ack := RSLModeModifyAck new
channelNumber: self channelNumber;
yourself.
aTrx mainBts sendRSL: ack toMessage on: aTrx.
]
trxDispatchOn: aTrx [
<category: '*-BTS-Core'>
self trxChannelDispatch: aTrx.
]
]
RSLReleaseRequest extend [
trxDispatchOn: aTrx with: lchan [
<category: '*-BTS-Core'>