| 60 | PDCHL1Uplink *PDCHCommon::uplink() { return mchParent->mchUplink; } |
| 61 | PDCHL1Downlink *PDCHCommon::downlink() { return mchParent->mchDownlink; } |
| 62 | PDCHL1FEC *PDCHCommon::parent() { return mchParent; } |
| 63 | void PDCHL1FEC::debug_test() { /*printf("dt\n"); devassert(*mReservations[3]._vptr != NULL);*/ } |
| 64 | L1Decoder* PDCHCommon::getDecoder() const { return mchParent->mchOldFec->decoder(); } |
| 65 | void PDCHCommon::countGoodFrame() { getDecoder()->countGoodFrame(); } |
no outgoing calls
no test coverage detected