| 738 | } |
| 739 | |
| 740 | int MSInfo::msCountTransmittingTBF(RLCDir::type dir, TBF**ptbf) |
| 741 | { |
| 742 | return msCountTBF2(dir,TbfMTransmitting,ptbf); |
| 743 | } |
| 744 | |
| 745 | // Downlink time slots as defined by GSM04.60 12.18 |
| 746 | // And I quote: Bit 8 indicates the status of timeslot 0, |
no outgoing calls
no test coverage detected