1
0
Fork 0

fakebts: Handle PDCH activation by ignoring most of it

This commit is contained in:
Holger Hans Peter Freyther 2012-09-17 23:14:01 +02:00
parent 0a5f330ebe
commit 58ec99af1b
2 changed files with 6 additions and 0 deletions

View File

@ -916,6 +916,11 @@ OMLManagerBase subclass: ChannelOML [
self createChannel: each].
]
createChanPDCH [
<category: 'opstart'>
"TODO... PDCH config"
]
lchan: aNr [
<category: 'access'>
^ channels at: aNr

View File

@ -695,6 +695,7 @@ OMLAttribute subclass: OMLChannelCombination [
chanBCCH [ <category: 'coding'> ^ 16r06 ]
chanBCCHWithCBCH [ <category: 'coding'> ^ 16r07 ]
chanSDCCHWithCBCH [ <category: 'coding'> ^ 16r08 ]
chanPDCH [ <category: 'coding'> ^ 16r0D ]
]
OMLChannelCombination class >> channelNames [